Skip to content

Commit

Permalink
move make
Browse files Browse the repository at this point in the history
  • Loading branch information
RDSik committed Jan 24, 2025
1 parent 4086f0a commit 3bfda4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bfda4f

Please sign in to comment.