Does anybody know what the `MetSpc` violation mean...
# openlane
p
Does anybody know what the
MetSpc
violation means?
Copy code
violation type: MetSpc
    srcs: main_memory\[243\]\[0\] net741 
    bbox = ( 463.765, 488.2 ) - ( 464.055, 488.295 ) on Layer met1
I keep getting these violations from TritonRoute. (
There are violations in the design after detailed routing.
) This is even with
GLB_RT_OVERFLOW_ITERS
and
ROUTING_OPT_ITERS
greatly increased to give it lots of time to try to fix these issues.
m
MetSpc is metal spacing, ie the shapes are violating min space. It tends to suggest to much congestion but if you can provide a test case that is best.
👍 1