diff --git a/rtl/modelsim/Makefile b/rtl/modelsim/Makefile index f809fec7..de34b026 100644 --- a/rtl/modelsim/Makefile +++ b/rtl/modelsim/Makefile @@ -95,7 +95,7 @@ LOG= # vlib comp: - vlog -O0 $(OPT) -work $(LIB) $(SRC) + vlog $(OPT) -work $(LIB) $(SRC) # vlog -O0 -dpiheader vortex_dpi.h $(OPT) -work $(LIB) $(SRC)