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:
R. Timothy Edwards 2025-10-28 15:10:03 -04:00
parent 0ac4d3a465
commit 99a5a28a3e
3 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
8.3.568
8.3.569

Binary file not shown.

Before

Width:  |  Height:  |  Size: 893 B

After

Width:  |  Height:  |  Size: 991 B

View File

@ -893,6 +893,7 @@ proc magic::gencell_change {instname gencell_type library parameters} {
}
resumeall
drc check ;# force a DRC update if DRC is on.
redraw
}