Guest
Hi,
I'm trying to make a SKILL script to automatically generate a
schematic cellview for Virtuoso Schematic Composer.
But what are all the steps I need to make a valid net connection for
instance terminals in the dB ?
Right now, I have:
1) create instances -> schCreateInst
2) create nets -> dbCreateNet
3) create Connections -> dbCreateConnByName
Do I need to add:
4) create Signals??? -> db
It seems that each net stores a list of signals. What is the criteria
for adding signals to a net? I don't really understand the point of
signals.. ?
Is there anything else I need to make a proper schematic that can work
in Analog Environment simulation?
Thanks!!!
sincerely,
a ee student
I'm trying to make a SKILL script to automatically generate a
schematic cellview for Virtuoso Schematic Composer.
But what are all the steps I need to make a valid net connection for
instance terminals in the dB ?
Right now, I have:
1) create instances -> schCreateInst
2) create nets -> dbCreateNet
3) create Connections -> dbCreateConnByName
Do I need to add:
4) create Signals??? -> db
It seems that each net stores a list of signals. What is the criteria
for adding signals to a net? I don't really understand the point of
signals.. ?
Is there anything else I need to make a proper schematic that can work
in Analog Environment simulation?
Thanks!!!
sincerely,
a ee student