Sud_ana
04/21/2024, 11:33 AMtb_bandgap.sch
, I see an error that says unknown devices.
Corner model is defined in the top level schematic as tt_mm
.
The Q1 BJT
, I assume is part of the model definition tt_mm
, but I'm not sure it's not. Could someone let me know how to check where the model definition sections are located so that the sub-circuit model is recognized ?
Also what's the best way to search and highlight a net , eg: net-6
in the sub-circuit instance while on the schematic ?
Finally is the model definition unavailability the reason for this error or am I missing something else as it seems the example should be running without any edits. ThanksTim Edwards
04/21/2024, 1:29 PMSud_ana
04/22/2024, 7:41 AMopen_pdks
with option enable-sky130-pdk
as below. Version in ~open_pdks/VERSION
is 1.0.470
installed in my home directory ~/open_pdks.
git clone <https://github.com/RTimothyEdwards/open_pdks.git> git_open_pdks
cd git_open_pdks
./configure --enable-sky130-pdk
make
sudo make install
Tim Edwards
04/22/2024, 2:55 PMSud_ana
04/22/2024, 9:18 PMcorner=tt_mm
includes the BJT PNP 5V typical models ?Tim Edwards
04/23/2024, 1:25 PMSud_ana
04/25/2024, 10:52 PM