Skip to content

Commit 3091c82

Browse files
authored
Merge pull request #113 from chipfoundry/feature/update-sky130a-master-drc-deck
fix(drc): sync sky130A precheck deck with master
2 parents 3d2988a + 9bda5b1 commit 3091c82

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

src/cf_precheck/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.2"
1+
__version__ = "1.3.3"

src/cf_precheck/drc_scripts/sky130A_mr.drc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@
3434
# * Updated to be in line with the current Skywater required rules
3535
# 2025-11-21 : licon bar spacing for SP.15/16
3636
# * Updated to 0.57 & 0.64 per feedback from SWT
37+
# 2026-03-17 : fixed MR_mcon.CON.10
38+
# * was not flagging violations
3739
##########################################################################################
38-
release = "2025.11.17_01.10"
40+
release = "2026.03.30_01.00"
3941

4042
require "time"
4143
require "logger"
@@ -1149,7 +1151,7 @@ if BEOL
11491151
"MR_mcon.CON.1: ring-shaped mcon must be enclosed by areaid_sl"
11501152
)
11511153
end
1152-
mconnotace.not(li).output("MR_mcon.CON.10", "MR_mcon.CON.10 : mcon should covered by li")
1154+
mcon.not(li).output("MR_mcon.CON.10", "MR_mcon.CON.10 : mcon should covered by li")
11531155
log("END: 67/44 (mcon)")
11541156

11551157
# m1

src/cf_precheck/drc_scripts/sky130B_mr.drc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@
3434
# * Updated to be in line with the current Skywater required rules
3535
# 2025-11-21 : licon bar spacing for SP.15/16
3636
# * Updated to 0.57 & 0.64 per feedback from SWT
37+
# 2026-03-17 : fixed MR_mcon.CON.10
38+
# * was not flagging violations
3739
##########################################################################################
38-
release = "2025.11.17_01.10"
40+
release = "2026.03.30_01.00"
3941

4042
require "time"
4143
require "logger"
@@ -1149,7 +1151,7 @@ if BEOL
11491151
"MR_mcon.CON.1: ring-shaped mcon must be enclosed by areaid_sl"
11501152
)
11511153
end
1152-
mconnotace.not(li).output("MR_mcon.CON.10", "MR_mcon.CON.10 : mcon should covered by li")
1154+
mcon.not(li).output("MR_mcon.CON.10", "MR_mcon.CON.10 : mcon should covered by li")
11531155
log("END: 67/44 (mcon)")
11541156

11551157
# m1

0 commit comments

Comments
 (0)