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.
2 parents cc3eba7 + 4710f25 commit 5c3c2c0Copy full SHA for 5c3c2c0
1 file changed
flow/designs/rapidus2hp/ibex/config.mk
@@ -9,7 +9,7 @@ endif
9
10
export VERILOG_FILES = \
11
$(DESIGN_HOME)/src/ibex_sv/ibex_pkg.sv \
12
- $(sort $(wildcard $(DESIGN_HOME)/src/ibex_sv/*.sv)) \
+ $(sort $(filter-out %/ibex_pkg.sv, $(wildcard $(DESIGN_HOME)/src/ibex_sv/*.sv))) \
13
$(DESIGN_HOME)/src/ibex_sv/syn/rtl/prim_clock_gating.v
14
15
export VERILOG_INCLUDE_DIRS = \
0 commit comments