Fix sdram sim

Just need to add the RTL_SIM define
This commit is contained in:
Byron Lathi
2024-03-03 21:33:28 -08:00
parent 10a72d8e1f
commit aee04b777a
3 changed files with 11 additions and 6 deletions

View File

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