Skip to content

Commit

Permalink
fix rtl level test should not depend on pdk
Browse files Browse the repository at this point in the history
  • Loading branch information
MiO committed Jul 20, 2024
1 parent 7a0d33a commit ab84518
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
SIM ?= icarus
TOPLEVEL_LANG ?= verilog
SRC_DIR = $(PWD)/../src
PROJECT_SOURCES = find_the_damn_issue_sky130.v cell_wrapper.v
VERILOG_SOURCES += $(PDK_ROOT)/sky130A/libs.ref/sky130_fd_sc_hd/verilog/primitives.v
VERILOG_SOURCES += $(PDK_ROOT)/sky130A/libs.ref/sky130_fd_sc_hd/verilog/sky130_fd_sc_hd.v
PROJECT_SOURCES = find_the_damn_issue_sky130.v
VERILOG_SOURCES += sky130_fd_sc_hd_dlygate4sd3_1.v

ifneq ($(GATES),yes)

Expand All @@ -25,6 +24,8 @@ COMPILE_ARGS += -DFUNCTIONAL
COMPILE_ARGS += -DUSE_POWER_PINS
COMPILE_ARGS += -DSIM
COMPILE_ARGS += -DUNIT_DELAY=\#1
VERILOG_SOURCES += $(PDK_ROOT)/sky130A/libs.ref/sky130_fd_sc_hd/verilog/primitives.v
VERILOG_SOURCES += $(PDK_ROOT)/sky130A/libs.ref/sky130_fd_sc_hd/verilog/sky130_fd_sc_hd.v

# this gets copied in by the GDS action workflow
VERILOG_SOURCES += $(PWD)/gate_level_netlist.v
Expand Down

0 comments on commit ab84518

Please sign in to comment.