Once we are done with extraction, what are the way...
# ieee-sscs-dc-24
u
Once we are done with extraction, what are the ways to write netlist for the testbench? Other than manually writing it. Is there a tempelate we can use?
m
You can build yours using the existing python APIs. @Harsh Khandeparkar
h
Do you mean a prePEX netlist? You can build it using the Python API.
This file has some documentation in the docstrings.
u
No I meant the testbench to setup simulation for my block. Testbench with input sources, supply and output load.
h
There is no template but you can use the opamp testbench as a reference