Skip to content

Commit

Permalink
remove * from make file since openlane can't process it
Browse files Browse the repository at this point in the history
  • Loading branch information
M0stafaRady committed Oct 2, 2024
1 parent e3f5a12 commit b4fecc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verify/uvm-python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MODULE ?= top_module
AHB_FILES ?= # TODO: Add add AHB wrapper file path
APB_FILES ?= $(PWD)/../../hdl/rtl/bus_wrappers/EF_I2C_APB.pp.v
WB_FILES ?= $(PWD)/../../hdl/rtl/bus_wrappers/EF_I2C_WB.pp.v
HDL_FILES ?= $(PWD)/../../hdl/rtl/*.v $(PWD)/../../ip/IP_Utilities/rtl/aucohl_lib.v
HDL_FILES ?= $(PWD)/../../hdl/rtl/i2c_master_wbs_16.v $(PWD)/../../hdl/rtl/i2c_master.v $(PWD)/../../hdl/rtl/axis_fifo.v $(PWD)/../../ip/IP_Utilities/rtl/aucohl_lib.v
VIP_FILES ?= $(PWD)/i2c_slaves/24AA64.v
VERILOG_SOURCES ?= $(PWD)/top.v $(AHB_FILES) $(APB_FILES) $(WB_FILES) $(HDL_FILES) $(VIP_FILES)
RTL_MACROS += "" # Add macros needed
Expand Down

0 comments on commit b4fecc9

Please sign in to comment.