Removed a diagnostic debugging message from the antennacheck routine.

This commit is contained in:
Tim Edwards 2020-04-09 19:37:23 -04:00
parent 116feec2df
commit 97df4e8dd1
2 changed files with 4 additions and 2 deletions

View File

@ -1 +1 @@
8.3.1
8.3.2

View File

@ -400,10 +400,12 @@ antennacheckVisit(dev, hierName, scale, trans, editUse)
efGates++;
if (efGates % 100 == 0) TxPrintf(" %d gates analyzed.\n", efGates);
/* WIP XXX Temporary! */
/* Diagnostic for debugging */
/*
TxPrintf("Gate %d : (%d %d) to (%d %d) net %s\n", efGates, r.r_xbot,
r.r_ybot, r.r_xtop, r.r_ytop,
gnode->efnode_name->efnn_hier->hn_name);
*/
/* Find the plane of the gate type */
t = EFDeviceTypes[dev->dev_type];