How to stream out one cdl netlist in command line?

T

tech11

Guest
The command pipo only support the translator 'strm' and 'cif' stream in or
out. How should I stream out cdl netlist in command line? I need the netlist
to run lvs check according to one cell name list. Thanks for your help!

B.R.

Joffre
 
On Mon, 23 Jul 2007 11:08:26 +0800, tech11 wrote:

The command pipo only support the translator 'strm' and 'cif' stream in or
out. How should I stream out cdl netlist in command line? I need the netlist
to run lvs check according to one cell name list. Thanks for your help!

B.R.

Joffre

Create a si.env file in the same manner it is created by cadence and
run

si -batch -command netlist


rds
 
"Guenther Sohler" <guenther.sohler@wipro.com>
??????:pan.2007.07.23.05.33.05.939293@wipro.com...
On Mon, 23 Jul 2007 11:08:26 +0800, tech11 wrote:

The command pipo only support the translator 'strm' and 'cif' stream in
or
out. How should I stream out cdl netlist in command line? I need the
netlist
to run lvs check according to one cell name list. Thanks for your help!

B.R.

Joffre


Create a si.env file in the same manner it is created by cadence and
run

si -batch -command netlist


rds

Guenther,

Thanks for your answers.

In some directory, the above command may get the correct result, but some
other directory, when I run 'si -batch -command netlist', I get the
following info:
si: Simulation is already running in run directory
"/home/joffre/xxxx".

Why is it?
 
In some directory, the above command may get the correct result, but some
other directory, when I run 'si -batch -command netlist', I get the
following info:
si: Simulation is already running in run directory
"/home/joffre/xxxx".

Why is it?
It's probably a locking problem... a file named .running is roaming somewhere in this directory.

See sourcelink solution number 11134424 for details.

Stéphane
 

Welcome to EDABoard.com

Sponsor

Back
Top