GitHub (Legacy)
08/21/2020, 8:14 AMInstall base device models from vendor files
(NOTE: .mod and .pm3 files should not be in /cells/?)
set -f ; ../common/foundry_install.py -std_format -source /home/santos/Documents/PDKs/skywater-pdk/libraries -target `pwd`/sky130A
-ngspice sky130_fd_pr_base/v%v/models/* filter=custom/scripts/fixspice.py
-ngspice sky130_fd_pr_base/v%v/cells/_.mod filter=custom/scripts/fixspice.py
-ngspice sky130_fd_pr_base/v%v/cells/_.pm3 filter=custom/scripts/fixspice.py
|& tee -a sky130A_install.logRTimothyEdwards/open_pdks