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:
parent
56e838ebb6
commit
648b9e54e6
|
|
@ -429,6 +429,7 @@ CmdExtToSpice(w, cmd)
|
|||
/* renumber = off */
|
||||
/* scale = off */
|
||||
/* blackbox = on */
|
||||
/* global = off */
|
||||
/* subcircuit top = auto */
|
||||
|
||||
esDoHierarchy = TRUE;
|
||||
|
|
@ -438,6 +439,7 @@ CmdExtToSpice(w, cmd)
|
|||
esDoRenumber = FALSE;
|
||||
esScale = 0.0;
|
||||
esDoBlackBox = TRUE;
|
||||
esMergeNames = FALSE;
|
||||
esDoSubckt = 2;
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue