Rana Muhammad Shahid Jamil
05/27/2022, 4:52 PMmake setup
from the caravel_user_project make file. The problem was that ngspice complained about missing a corners/tt.spice
file when I ran the example tes_nmos schematic in xschem. I checked the sky130A/libs.tech/ngspice
directory and I was indeed missing the corners/tt.spice
file and the tt
section of sky130.lib.spice
was including this file. I manually reinstalled the PDK with the make command make pdk-with-sram
. The sky130A/libs.tech/ngspice
directory now contains corners folder along with some other directories. The simulation works fine in this case. The original make pdk-with-valore
command in the make setup did not create the corners and other directories in the sky130A/libs.tech/ngspice
folder? Did I miss some configuration during the installation?Rana Muhammad Shahid Jamil
05/28/2022, 4:39 PMTim Edwards
05/28/2022, 4:49 PM