From 1b7f28273be7edd6bd1abc4e4e0a2f4589e483d9 Mon Sep 17 00:00:00 2001 From: felsabbagh3 Date: Sun, 27 Oct 2019 20:34:32 -0400 Subject: [PATCH] Removed -O3 from makefile --- rtl/modelsim/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)