-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Hi,
I have created a circuit schematic in xschem using the sky130 PDK, and am trying to use netgen to generate a ".sim" file from xschem's created ".spice file". The intended purpose of the ".sim" file is to allow my students to use IRSIM to verify the switching behavior of transistor-based schematics.
Upon launching netgen, I have tried to open xschem's created ".spice" file using commands like
readnet spice my_netlist.spice
But I obtain messages like call to undefined subcircuit sky130...
And when I try to include the path to the spice models in the ".spice" netlist file itself, netgen gives a large number of errors.
Any tips/suggestions on how I can use netgen to generate ".sim" files from xschem produced sky130 spice netlist files?
Thank you!