What can be the reason for this `unknown subckt` e...
# xschem
s
What can be the reason for this
unknown subckt
error even though I have invoked the TT_MODELS ?
t
TT_MODELS are usuually only the primitives.
The standard cells library are in a different file.
s
@Sudeep Gopavaram you need to include the standard cells spice file:
.include $::SKYWATER_STDCELLS/sky130_fd_sc_hd.spice
1