Skip to content

Commit

Permalink
Merge pull request #117 from efabless/fix-GL-simulation
Browse files Browse the repository at this point in the history
Update sim.makefile
  • Loading branch information
jeffdi authored Nov 22, 2022
2 parents dc4c190 + ef6adb9 commit 453e4cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions verilog/dv/make/sim.makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ endif
## GL
ifeq ($(SIM),GL)
ifeq ($(CONFIG),caravel_user_project)
iverilog -Ttyp -DFUNCTIONAL -DGL -DUSE_POWER_PINS -DUNIT_DELAY=#1 \
iverilog -Ttyp -DFUNCTIONAL -DGL -DSIM -DUSE_POWER_PINS -DUNIT_DELAY=#1 \
-f$(VERILOG_PATH)/includes/includes.gl.caravel \
-f$(USER_PROJECT_VERILOG)/includes/includes.gl.$(CONFIG) -o $@ $<
else
iverilog -Ttyp -DFUNCTIONAL -DGL -DUSE_POWER_PINS -DUNIT_DELAY=#1 \
iverilog -Ttyp -DFUNCTIONAL -DGL -DSIM -DUSE_POWER_PINS -DUNIT_DELAY=#1 \
-f$(VERILOG_PATH)/includes/includes.gl.$(CONFIG) \
-o $@ $(CARAVEL_PATH)/gl/__user_project_wrapper.v $<
endif
Expand Down

0 comments on commit 453e4cc

Please sign in to comment.