versionsync vs command line netlisting

D

danmc

Guest
I want to be able to netlist a design by running:

icms -nograph -replay make_netlist.il

where make_netlist.il has

simulator('spectre)
design("mylib" "mycell" "myview")
createNetlist(?recreateAll t)

It seems when I'm using versionsync and all cells are checked in, the
design() call doesn't take. Then in my CDS.log I see:

\o You do not have the required cellViews or properties open
\o for this session. You may have purged the data from
virtual
\o memory or the schematic data has been closed. You can
type:
\o simulator('simulatorName) to reset the session or quit the
\o application that you are using.
\o The design has not been specified as yet. Please specify
\o the design using the design() command, or refer to
\o ocnHelp(' design).

has anyone else seen this? This is a real pain. Any workaround?

I'm using 5.0.33 USR3

-Dan
 

Welcome to EDABoard.com

Sponsor

Back
Top