This is strange, because the latest version of Electric prepends the
library name to each cell name to prevent name conflicts when there are
multiple libraries. However, this is a bug for versions of Electric before
that change.
The source code fix is easy. Find the module
com.sun.electric.tool.io.output.Spice.java
Find the line that reads:
infstr.append(subCellName);
and change it to:
infstr.append(getSafeCellName(subCellName));
-Steve
On Monday, October 21, 2013 11:57:17 AM UTC-7, rjacobbaker wrote:
>
> Hi All,
>
> There appears to be an issue with a (layout) cell name that begins with a
> number.
>
> Attached and below are examples. The schematic simulates fine; however, a
> "_" is added when the subcircuit spice code is written when simulating a
> layout (so the simulation doesn't run).
>
> If this is a user error please let me know ;-)
>
> [image: Inline image 1]
>
> --
> http://cmosedu.com/jbaker/jbaker.htm
>
>
--
You received this message because you are subscribed to the Google Groups
"Electric VLSI Editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.