An open API service indexing awesome lists of open source software.

https://github.com/rayanfer32/electric_vlsi


https://github.com/rayanfer32/electric_vlsi

electric settings spice vlsi

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# electric_VLSI

# DOWNLOAD THESE FILES AND INSTALL:
## LTSPICE (download old version):
http://ltspice.analog.com/software/LTspiceIV.exe
## Java runtime environment:
https://www.java.com/en/download/manual.jsp
## electric software binary:
https://www.staticfreesoft.com/productsFree.html
https://ftp.gnu.org/pub/gnu/electric/electricBinary-9.07.jar
## settings for spice:
![spice_settings](/settings.png)

#### locate the scad3.exe from the installed directory and copy that address for eg:
```
C:\Program Files\LTC\LTspiceIV\scad3.exe
or
F:\Program Files (x86)\LTC\LTspiceIV\scad3.exe
```
and copy it to run program feild shown in the above image.

### Make these settings in Electic > file > preferences > tools > spice/cdl ... as shown in the settings above
#### run program (depends on where you installed):
```
F:\Program Files\LTC\LTspiceIV\scad3.exe (older)
```
#### with args:
```
-i ${FILENAME} -r ${FILENAME_NO_EXT}.raw -o ${FILENAME_NO_EXT}.out
```