mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-30 01:39:30 +02:00
Improving reports for errors in 'same_nets' cases
This commit is contained in:
Vendored
+4
-3
@@ -185,10 +185,9 @@ xref(
|
||||
)
|
||||
circuit(TOP TOP nomatch
|
||||
log(
|
||||
entry(error description('Nets $1 vs. (not connected) are paired explicitly, but are not identical topologically'))
|
||||
entry(error description('Nets 7 are paired explicitly, but are not identical topologically'))
|
||||
)
|
||||
xref(
|
||||
net(() 7 mismatch)
|
||||
net(1 () mismatch)
|
||||
net(5 1 match)
|
||||
net(4 2 match)
|
||||
@@ -196,8 +195,10 @@ xref(
|
||||
net(3 4 match)
|
||||
net(7 5 match)
|
||||
net(8 6 match)
|
||||
net(9 7 mismatch)
|
||||
net(6 8 match)
|
||||
circuit(1 1 mismatch)
|
||||
circuit(() 1 mismatch)
|
||||
circuit(1 () mismatch)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Vendored
+2
-3
@@ -181,9 +181,8 @@ xref(
|
||||
)
|
||||
circuit(TOP TOP nomatch
|
||||
log(
|
||||
entry(error description('Nets (not connected) vs. 5 are paired explicitly, but are not identical topologically'))
|
||||
entry(error description('Nets 5,7 vs. (not connected) are paired explicitly, but are not identical topologically'))
|
||||
entry(error description('Nets (not connected) vs. 7 are paired explicitly, but are not identical topologically'))
|
||||
entry(error description('Left-side net 5,7 is paired explicitly with a right-side one, but no net is present there'))
|
||||
entry(error description('Net 5,7 is not matching any net from reference netlist'))
|
||||
)
|
||||
xref(
|
||||
net(() 5 mismatch)
|
||||
|
||||
Vendored
+2
-6
@@ -184,15 +184,11 @@ xref(
|
||||
)
|
||||
circuit(TOP TOP nomatch
|
||||
log(
|
||||
entry(error description('Nets $1 vs. (not connected) are paired explicitly, but are not identical topologically'))
|
||||
entry(error description('Nets (not connected) vs. 5 are paired explicitly, but are not identical topologically'))
|
||||
entry(error description('Nets 5,7 vs. (not connected) are paired explicitly, but are not identical topologically'))
|
||||
entry(error description('Nets (not connected) vs. 7 are paired explicitly, but are not identical topologically'))
|
||||
entry(error description('Left-side net 5,7 is paired explicitly with a right-side one, but no net is present there'))
|
||||
)
|
||||
xref(
|
||||
net(() 5 mismatch)
|
||||
net(() 7 mismatch)
|
||||
net(1 () mismatch)
|
||||
net(1 7 match)
|
||||
net(5 1 match)
|
||||
net(4 2 match)
|
||||
net(2 3 match)
|
||||
|
||||
Reference in New Issue
Block a user