Removed -O3 from makefile
This commit is contained in:
@@ -95,7 +95,7 @@ LOG=
|
|||||||
# vlib
|
# vlib
|
||||||
|
|
||||||
comp:
|
comp:
|
||||||
vlog -O0 $(OPT) -work $(LIB) $(SRC)
|
vlog $(OPT) -work $(LIB) $(SRC)
|
||||||
# vlog -O0 -dpiheader vortex_dpi.h $(OPT) -work $(LIB) $(SRC)
|
# vlog -O0 -dpiheader vortex_dpi.h $(OPT) -work $(LIB) $(SRC)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user