File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- __version__ = "1.3.2 "
1+ __version__ = "1.3.3 "
Original file line number Diff line number Diff line change 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
4042require "time"
4143require "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
Original file line number Diff line number Diff line change 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
4042require "time"
4143require "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
You can’t perform that action at this time.
0 commit comments