Skip to content

Commit f1ba938

Browse files
committed
update gl test makefile
1 parent db2df69 commit f1ba938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
SIM ?= icarus
66
TOPLEVEL_LANG ?= verilog
77
SRC_DIR = $(PWD)/../src
8-
PROJECT_SOURCES = project.v
8+
PROJECT_SOURCES = project.v sky130_sram_1rw_tiny.v
99

1010
ifneq ($(GATES),yes)
1111

1212
# RTL simulation:
1313
SIM_BUILD = sim_build/rtl
1414
VERILOG_SOURCES += $(addprefix $(SRC_DIR)/,$(PROJECT_SOURCES))
15-
1615
else
1716

1817
# Gate level simulation:
@@ -24,6 +23,7 @@ COMPILE_ARGS += -DSIM
2423
COMPILE_ARGS += -DUNIT_DELAY=\#1
2524
VERILOG_SOURCES += $(PDK_ROOT)/sky130A/libs.ref/sky130_fd_sc_hd/verilog/primitives.v
2625
VERILOG_SOURCES += $(PDK_ROOT)/sky130A/libs.ref/sky130_fd_sc_hd/verilog/sky130_fd_sc_hd.v
26+
VERILOG_SOURCES += $(SRC_DIR)/sky130_sram_1rw_tiny.v
2727

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

0 commit comments

Comments
 (0)