fixed make w + vx_gpr_stage csr schedule

This commit is contained in:
felsabbagh3
2020-02-18 00:26:44 -08:00
parent be66e51613
commit 28ce40eebf
2 changed files with 5 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ VERILATOR:
VERILATORnoWarnings:
echo "#define VCD_OFF" > simulate/tb_debug.h
verilator $(COMP) -cc $(FILE) $(INCLUDE) $(EXE) $(LIB) $(CF) $(WNO)
verilator $(COMP) -cc $(FILE) $(INCLUDE) $(EXE) $(LIB) $(CF) $(WNO) $(DEB)
compdebug:
echo "#define VCD_OUTPUT" > simulate/tb_debug.h