Skip to content

Commit efd7cae

Browse files
committed
sim: Hack for sg13g2
Signed-off-by: Sylvain Munaut <[email protected]>
1 parent f6a58fb commit efd7cae

File tree

4 files changed

+2210
-3
lines changed

4 files changed

+2210
-3
lines changed

Makefile

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44

55
# Configs
6-
TECH ?= generic
6+
TECH ?= ihp-sg13g2
77
SIM_DEFS += -DSIM
88

99
# Binaries
@@ -59,6 +59,12 @@ SIM_SRC += $(addprefix sim/sky130/, \
5959
SIM_DEFS += -DWITH_POWER=1 -DUSE_POWER_PINS=1 -DFUNCTIONAL=1 -DUNIT_DELAY=\#1
6060
endif
6161

62+
ifeq ($(TECH),ihp-sg13g2)
63+
SIM_SRC += $(addprefix sim/ihp-sg13g2/, \
64+
sg13g2_stdcell.v \
65+
)
66+
endif
67+
6268
all: sim
6369

6470
# Generated sources

0 commit comments

Comments
 (0)