Skip to content

Commit 3bfda4f

Browse files
committed
move make
1 parent 4086f0a commit 3bfda4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ build:
3232
ifeq ($(SIM), verilator)
3333
$(SIM) --binary $(SRC_FILES) --trace -I$(SRC_DIR) -I$(TB_DIR) --top $(TOP)_tb
3434
else ifeq ($(SIM), iverilog)
35-
$(SIM) -o $(TOP) $(SRC_FILES)
35+
$(SIM) -g2005-sv -o $(TOP) $(SRC_FILES)
3636
else ifeq ($(SIM), questa)
3737
vsim -do $(TB_DIR)$(MACRO_FILE)
3838
endif

0 commit comments

Comments
 (0)