Thomas Figura
02/08/2023, 12:40 AMextract all
, ext2spice lvs
, then ext2spice
, I then got the same error in netgen for all three attempts. I'm wondering if anyone has had this issue before and knows how to fix it. Its possible I'm missing a simple step in running lvs.Tim Edwards
02/08/2023, 1:11 AMlvs {_file_name1 cell_name_} {_file_name2 cell_name_}
to make sure you are comparing the same subcircuit in each file. Finally, you need to pass the name of the setup file for the PDK, otherwise netgen will not know what is a device and what is an empty subcircuit.Thomas Figura
02/08/2023, 1:12 AMThomas Figura
02/08/2023, 1:19 AMTim Edwards
02/08/2023, 1:21 AMlvs {_file_name1 cell_name_} {_file_name2 cell_name_} /usr/share/pdk/sky130A/libs.tech/netgen/sky130A_setup.tcl
. Followed by a 4th optional argument which is the output filename, if you don't like the generic name comp.out
.Thomas Figura
02/08/2023, 1:26 AM