Netlisting with analogArtist

G

Guenther Sohler

Guest
We use ocean to simulate a design over corners.
Is there a way to create a spectre netlist automatically by
an ocean/skill command without manually starting analog artist and
tell it to create an up-to-date netlist.
This would help us to ensure, that we use the latest version of the
design before running long ocean simulations.

rds
 
createNetlist( [?recreateAll b_recreateAll] [?display b_display] ) => t_filename/nil

Guenther Sohler wrote:
We use ocean to simulate a design over corners.
Is there a way to create a spectre netlist automatically by
an ocean/skill command without manually starting analog artist and
tell it to create an up-to-date netlist.
This would help us to ensure, that we use the latest version of the
design before running long ocean simulations.

rds
 
simulator( 'spectre )
design( t_lib t_cell t_view )
createNetlist( ?display "nil" )

Bernd

Guenther Sohler wrote:
We use ocean to simulate a design over corners.
Is there a way to create a spectre netlist automatically by
an ocean/skill command without manually starting analog artist and
tell it to create an up-to-date netlist.
This would help us to ensure, that we use the latest version of the
design before running long ocean simulations.

rds
 

Welcome to EDABoard.com

Sponsor

Back
Top