1
0

Disable printf/assert during reset

This commit is contained in:
Andrew Waterman
2016-04-01 16:40:13 -07:00
committed by Henry Cook
parent cd9e07d8e7
commit 46d7dceb1e
3 changed files with 3 additions and 1 deletions

View File

@ -46,7 +46,7 @@ VCS_OPTS = -notice -line +lint=all,noVCDE,noONGS,noUI -error=PCWM-L -timescale=1
$(sim_dir)/libdramsim.a \
+incdir+$(generated_dir) \
+define+CLOCK_PERIOD=0.5 $(sim_vsrcs) $(sim_csrcs) \
+define+PRINTF_COND=$(TB).verbose \
+define+PRINTF_COND=$(TB).printf_cond \
+libext+.v \
#--------------------------------------------------------------------