Skip to content

Commit

Permalink
remove IP_Utilities from make file
Browse files Browse the repository at this point in the history
  • Loading branch information
M0stafaRady committed Sep 30, 2024
1 parent 2231e3d commit ddf7abb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions verify/uvm-python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ PDK_DIR = $(HOME)/.volare/volare/sky130/versions/bdc9412b3e468c102d01b7cf6337be0
PDK_FILES = $(PDK_DIR)/libs.ref/sky130_fd_sc_hd/verilog/primitives.v $(PDK_DIR)/libs.ref/sky130_fd_sc_hd/verilog/sky130_fd_sc_hd.v # get this from openlane logs in the future
POST_SYS_FILES = $(PWD)/top.v $(VIP_FILES) $(PWD)/../../hdl/gl/synthesis/nl/$(DESIGN_NAME).nl.v

clone_ip_util := $(shell if [ ! -d "IP_Utilities" ]; then \
echo "Cloning the IP_Utilities repository..."; \
git clone https://github.com/shalan/IP_Utilities.git; \
fi;)

clone_ef_uvm := $(shell if [ ! -d "EF_UVM" ]; then \
echo "Cloning the EF_UVM repository..."; \
Expand Down

0 comments on commit ddf7abb

Please sign in to comment.