Sorry, but this cannot be done easily. Spice netlists don't have
any placement information. This means you would have to use
Electric's placement tool, which would try to optimize things in a
rectangular grid layout, probably not what you want. And it's not
clear that Electric can read this netlist, although it does have
other ways of importing netlists, so you might have to start by
converting the LTSpice file, a lot of trouble.
It would be best to go to the original program that wrote the LTSpice netlist and see if it has some other interchange format that Electric could read.
-Steven Rubin
--
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 electricvlsi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/electricvlsi/5d3c2853-4f13-4d82-b370-6fb40ec47c4bn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/electricvlsi/cb250d8a-961c-5f6c-f26b-20e5970f4fe0%40staticfreesoft.com.
There may well be a 9.08 someday, and in the meantime, we are 4 minor releases past 9.07 (which means the current source repository is at 9.07d). Small changes are still being made by myself, and I encourage others to contribute. If anyone is able to tackle this bug, send the patch to me and I'll get it into the system.
-Steven Rubin
To view this discussion on the web visit https://groups.google.com/d/msgid/electricvlsi/dee1c908-4226-4116-bdf2-a868ca45aac9n%40googlegroups.com.
--
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 electricvlsi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/electricvlsi/596b3426-b324-4e1e-9115-04c788cda3e9n%40googlegroups.com.
Thanks for this improvement.
You're welcome. Though, there may be a small bug with it that I have been unable to determine the exact cause and solution for. Sometimes it has crashed on stopProgressDialog() in the Stimuli processInput function of RawSpiceOut.java. Sometimes a workaround is to run it multiple times until the Waveforms window comes up and restarting Eclipse sometimes may have helped. I haven't tried making a jar file to see if there is a relation to use of the Eclipse IDE environment or not.
I'm not really happy that you have to place a dummy file somewhere to tell Electric what is going on. It should really be a preference. So I changed it.
Yeah, I was also thinking about a checkbox in
"Spice/CDL"
Preferences but due to my lack of experience with the Electric code base I wasn't sure how complex the programming for it would be. So I went with the simple dummy file approach looking for advice, but thanks for implementing the checkbox.
New code is in the repository. Now, in the "Spice/CDL" Preferences, there is a checkbox "Use newer LTSpice XVII" which you must check to make your code active. No empty files are necessary.
Thanks for putting the new code in the repository, the new option in "Spice/CDL" looks nice:
Also, I have attached the Ant build file that assembles a working version of Electric with all the bells and whistles.
Thanks for sending the buildPublicWithExtras.xml file for Ant from the packaging folder [ http://svn.savannah.gnu.org/viewvc/electric/trunk/electric/packaging/ ].
I will read more about Ant in the Electric manual
https://www.staticfreesoft.com/jmanual/mchap01-04-03.html
https://www.staticfreesoft.com/jmanual/mchap01-04-02.html
and on the Internet.
Of note, in the "Building Electric from Source Code with Eclipse.pdf" previously sent, I have discovered that it is the installation of Scala IDE 4.7.x that currently breaks the "New launch configuration" in the Run Configuration. So the "Add Scala IDE to Eclipse" section can be skipped.
Gavin