https://github.com/rayanfer32/electric_vlsi
https://github.com/rayanfer32/electric_vlsi
electric settings spice vlsi
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rayanfer32/electric_vlsi
- Owner: rayanfer32
- Created: 2019-10-03T10:28:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T05:02:41.000Z (almost 6 years ago)
- Last Synced: 2025-03-13T19:17:58.475Z (7 months ago)
- Topics: electric, settings, spice, vlsi
- Size: 457 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
#### 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
```