Skip to content

Commit 5c3c2c0

Browse files
authored
Merge pull request #3831 from The-OpenROAD-Project-staging/better-rapidus-ibex-verilog-list
Fixed rapidus ibex verilog list
2 parents cc3eba7 + 4710f25 commit 5c3c2c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flow/designs/rapidus2hp/ibex/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ endif
99

1010
export VERILOG_FILES = \
1111
$(DESIGN_HOME)/src/ibex_sv/ibex_pkg.sv \
12-
$(sort $(wildcard $(DESIGN_HOME)/src/ibex_sv/*.sv)) \
12+
$(sort $(filter-out %/ibex_pkg.sv, $(wildcard $(DESIGN_HOME)/src/ibex_sv/*.sv))) \
1313
$(DESIGN_HOME)/src/ibex_sv/syn/rtl/prim_clock_gating.v
1414

1515
export VERILOG_INCLUDE_DIRS = \

0 commit comments

Comments
 (0)