Add program target to makefiles

This commit is contained in:
Byron Lathi
2024-03-10 22:25:29 -07:00
parent 61f6e53327
commit f7580f719f
2 changed files with 7 additions and 1 deletions

View File

@@ -14,6 +14,9 @@ fpga_image: $(INIT_HEX)
sim: $(INIT_HEX)
$(MAKE) -C hw/super6502_fpga/src/sim
pgm:
$(MAKE) -C hw/super6502_fpga pgm
waves: sim
gtkwave hw/super6502_fpga/src/sim/sim_top.vcd