Skip to content

Commit 71f1e09

Browse files
authored
Merge pull request The-OpenROAD-Project#3081 from dnltz/WIP/dnltz/sg13g2-add-gds-allow-empty
flow: platforms: ihp-sg13g2: Add GDS_ALLOW_EMPTY
2 parents eeec988 + c7505cd commit 71f1e09

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

flow/platforms/ihp-sg13g2/config.mk

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,11 @@ export CDL_FILE ?= $(PLATFORM_DIR)/cdl/sg13g2_stdcell.cdl
139139

140140
#Temporary: skip post-DRT repair antennas
141141
export SKIP_ANTENNA_REPAIR_POST_DRT = 1
142+
143+
# ---------------------------------------------------------
144+
# Final
145+
# ---------------------------------------------------------
146+
147+
# SRAM macros have empty placeholder cells included. Just ignore them to not
148+
# thrown an error.
149+
export GDS_ALLOW_EMPTY = RM_IHPSG13_1P_BITKIT_16x2_(CORNER|EDGE_TB|LE_con_corner|LE_con_edge_lr|LE_con_tap_lr|POWER_ramtap|TAP|TAP_LR)

0 commit comments

Comments
 (0)