We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc4c190 + ef6adb9 commit 453e4ccCopy full SHA for 453e4cc
verilog/dv/make/sim.makefile
@@ -77,11 +77,11 @@ endif
77
## GL
78
ifeq ($(SIM),GL)
79
ifeq ($(CONFIG),caravel_user_project)
80
- iverilog -Ttyp -DFUNCTIONAL -DGL -DUSE_POWER_PINS -DUNIT_DELAY=#1 \
+ iverilog -Ttyp -DFUNCTIONAL -DGL -DSIM -DUSE_POWER_PINS -DUNIT_DELAY=#1 \
81
-f$(VERILOG_PATH)/includes/includes.gl.caravel \
82
-f$(USER_PROJECT_VERILOG)/includes/includes.gl.$(CONFIG) -o $@ $<
83
else
84
85
-f$(VERILOG_PATH)/includes/includes.gl.$(CONFIG) \
86
-o $@ $(CARAVEL_PATH)/gl/__user_project_wrapper.v $<
87
endif
0 commit comments