Corrected "ext2spice lvs" to add "global off" as a setting, which

is normal for top level designs (no implicit label connections
should be made at the top level).
This commit is contained in:
Tim Edwards 2018-10-31 15:41:22 -04:00
parent 56e838ebb6
commit 648b9e54e6
1 changed files with 2 additions and 0 deletions

View File

@ -429,6 +429,7 @@ CmdExtToSpice(w, cmd)
/* renumber = off */ /* renumber = off */
/* scale = off */ /* scale = off */
/* blackbox = on */ /* blackbox = on */
/* global = off */
/* subcircuit top = auto */ /* subcircuit top = auto */
esDoHierarchy = TRUE; esDoHierarchy = TRUE;
@ -438,6 +439,7 @@ CmdExtToSpice(w, cmd)
esDoRenumber = FALSE; esDoRenumber = FALSE;
esScale = 0.0; esScale = 0.0;
esDoBlackBox = TRUE; esDoBlackBox = TRUE;
esMergeNames = FALSE;
esDoSubckt = 2; esDoSubckt = 2;
break; break;