Skip to content

Commit 08f559e

Browse files
jdicorpocursoragent
andcommitted
fix(drc): sync sky130A precheck deck with master
Update the bundled sky130A DRC deck to the latest master release so MR_mcon.CON.10 violations are correctly detected in cf-precheck runs, and bump the package version for the behavior change. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 3d2988a commit 08f559e

2 files changed

Lines changed: 5 additions & 3 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

0 commit comments

Comments
 (0)