We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4086f0a commit 3bfda4fCopy full SHA for 3bfda4f
Makefile
@@ -32,7 +32,7 @@ build:
32
ifeq ($(SIM), verilator)
33
$(SIM) --binary $(SRC_FILES) --trace -I$(SRC_DIR) -I$(TB_DIR) --top $(TOP)_tb
34
else ifeq ($(SIM), iverilog)
35
- $(SIM) -o $(TOP) $(SRC_FILES)
+ $(SIM) -g2005-sv -o $(TOP) $(SRC_FILES)
36
else ifeq ($(SIM), questa)
37
vsim -do $(TB_DIR)$(MACRO_FILE)
38
endif
0 commit comments