From 3bfda4f9558b1a0214c102c80ce527485762ca71 Mon Sep 17 00:00:00 2001 From: RDSik Date: Fri, 24 Jan 2025 22:16:03 +0300 Subject: [PATCH] move make --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 95b7440..97efcb5 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ build: ifeq ($(SIM), verilator) $(SIM) --binary $(SRC_FILES) --trace -I$(SRC_DIR) -I$(TB_DIR) --top $(TOP)_tb else ifeq ($(SIM), iverilog) - $(SIM) -o $(TOP) $(SRC_FILES) + $(SIM) -g2005-sv -o $(TOP) $(SRC_FILES) else ifeq ($(SIM), questa) vsim -do $(TB_DIR)$(MACRO_FILE) endif