diff --git a/sims/vsim/Makefile b/sims/vsim/Makefile index 374e2f8..637dada 100644 --- a/sims/vsim/Makefile +++ b/sims/vsim/Makefile @@ -61,7 +61,7 @@ VCS_NONCC_OPTS = \ -sverilog \ +incdir+$(build_dir) \ +define+CLOCK_PERIOD=1.0 \ - $(sim_vsrcs) \ + $(sim_vsrcs) \ +define+PRINTF_COND=$(TB).printf_cond \ +define+STOP_COND=!$(TB).reset \ +define+RANDOMIZE_MEM_INIT \ @@ -94,4 +94,4 @@ $(output_dir)/%.vpd: $(output_dir)/% $(sim_debug) ######################################################################################### .PHONY: clean clean: - rm -rf $(build_dir) csrc $(sim_prefix)-* ucli.key vc_hdrs.h + rm -rf $(sim_dir)/generated-src/* csrc $(sim_prefix)-* ucli.key vc_hdrs.h