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 71a0f31 commit 553fa7fCopy full SHA for 553fa7f
src/Makefile
@@ -40,6 +40,7 @@ else ifeq ($(SIM), iverilog)
40
$(SIM) -o $(TOP_NAME) $(SRC_FILES)
41
else ifeq ($(SIM), questa)
42
vsim -do $(MACRO_FILE)
43
+endif
44
45
run:
46
ifeq ($(SIM), verilator)
0 commit comments