Added a drc check to the gencell change procedure, as it appears
that otherwise DRC is not re-checked after a gencell update. It is not clear to me why checks are not done otherwise.
This commit is contained in:
parent
0ac4d3a465
commit
99a5a28a3e
Binary file not shown.
|
Before Width: | Height: | Size: 893 B After Width: | Height: | Size: 991 B |
|
|
@ -893,6 +893,7 @@ proc magic::gencell_change {instname gencell_type library parameters} {
|
||||||
}
|
}
|
||||||
|
|
||||||
resumeall
|
resumeall
|
||||||
|
drc check ;# force a DRC update if DRC is on.
|
||||||
redraw
|
redraw
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue