Skip to content

Commit 76c2791

Browse files
authored
Merge pull request The-OpenROAD-Project#3889 from dnltz/WIP/dnltz/fix-2p-sram
flow: platforn: ihp-sg13g2: Ignore Empty GDS for Multi-port SRAM
2 parents 1d0b509 + 0a6f73f commit 76c2791

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flow/platforms/ihp-sg13g2/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@ export CDL_FILE ?= $(PLATFORM_DIR)/cdl/sg13g2_stdcell.cdl
154154

155155
# SRAM macros have empty placeholder cells included. Just ignore them to not
156156
# thrown an error.
157-
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)
157+
export GDS_ALLOW_EMPTY = RM_IHPSG13_\dP_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)