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

@@ -10,6 +10,8 @@ TB_NAME=sim_top
COPY_FILES=addr_map.mem init_hex.mem
FLAGS=-DSIM -DRTL_SIM
all: waves
waves: $(TB_NAME)
@@ -25,4 +27,4 @@ $(COPY_FILES): ../../$@
clean:
rm -rf $(COPY_FILES)
rm -rf $(TB_NAME)
rm -rf sim_top.vcd
rm -rf sim_top.vcd