File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55SIM ?= icarus
66TOPLEVEL_LANG ?= verilog
77SRC_DIR = $(PWD ) /../src
8- PROJECT_SOURCES = project.v
8+ PROJECT_SOURCES = project.v sky130_sram_1rw_tiny.v
99
1010ifneq ($(GATES ) ,yes)
1111
1212# RTL simulation:
1313SIM_BUILD = sim_build/rtl
1414VERILOG_SOURCES += $(addprefix $(SRC_DIR ) /,$(PROJECT_SOURCES ) )
15-
1615else
1716
1817# Gate level simulation:
@@ -24,6 +23,7 @@ COMPILE_ARGS += -DSIM
2423COMPILE_ARGS += -DUNIT_DELAY=\# 1
2524VERILOG_SOURCES += $(PDK_ROOT ) /sky130A/libs.ref/sky130_fd_sc_hd/verilog/primitives.v
2625VERILOG_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
2929VERILOG_SOURCES += $(PWD ) /gate_level_netlist.v
You can’t perform that action at this time.
0 commit comments