Minor Makefile fixes

This commit is contained in:
Jerry Zhao 2019-05-07 21:49:48 -07:00
parent 758993d3e9
commit 2f2243df40
1 changed files with 2 additions and 2 deletions

View File

@ -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