Running LVS from command line?...

On Thursday, 7 November 2002 at 10:23:45 UTC+5:30, Andrew Beckett wrote:
Ed is correct about doing the si -batch and it being si.env that
you need to create.
Whether you have the netlists or not though, I\'d run it via si rather
than trying to invoke LVS directly (because you have to get the arguments
right, get the rule file and so on).
So, what I\'ve always done is:
1. Create a directory
2. Create an si.env file (look at one from an interactive job run dir
to work out what to put in this file; it\'s quite straightforward)
3. si -batch <runDir
voila!
Andrew
On Wed, 06 Nov 2002 16:27:03 -0800, Edward J Kalenda <e...@kalenda.com> wrote:
If you know what to put in the si.env file, you can create a LVS run
directory and use si -batch to generate the netlists and run LVS. If you
already have the netlists, you can simply run LVS. Try looking at the
si.env in the run directory created by an interactive run.

I just realized I cannot confirm that si.env is the correct file. It\'s
one of the files in the run directory. Experiment a little.

On Wed, 06 Nov 2002 13:27:51 -0600, Jackson Harvey <jha...@bermai.com
wrote:


Openbook mentions that LVS can be run from the command line, but does
not give any details. Is there some documentation somewhere to tell how
to do this? I am using Cadence 4.4.6.

Thanks in advance,
Jackson Harvey
--
Andrew Beckett
Senior Technical Leader
Custom IC Solutions
Cadence Design Systems Ltd
Can we run DRC/LVs calibre on UNIX terminal with just library and cell name
 
On Thursday, 7 November 2002 at 10:23:45 UTC+5:30, Andrew Beckett wrote:
Ed is correct about doing the si -batch and it being si.env that
you need to create.
Whether you have the netlists or not though, I\'d run it via si rather
than trying to invoke LVS directly (because you have to get the arguments
right, get the rule file and so on).
So, what I\'ve always done is:
1. Create a directory
2. Create an si.env file (look at one from an interactive job run dir
to work out what to put in this file; it\'s quite straightforward)
3. si -batch <runDir
voila!
Andrew
On Wed, 06 Nov 2002 16:27:03 -0800, Edward J Kalenda <e...@kalenda.com> wrote:
If you know what to put in the si.env file, you can create a LVS run
directory and use si -batch to generate the netlists and run LVS. If you
already have the netlists, you can simply run LVS. Try looking at the
si.env in the run directory created by an interactive run.

I just realized I cannot confirm that si.env is the correct file. It\'s
one of the files in the run directory. Experiment a little.

On Wed, 06 Nov 2002 13:27:51 -0600, Jackson Harvey <jha...@bermai.com
wrote:


Openbook mentions that LVS can be run from the command line, but does
not give any details. Is there some documentation somewhere to tell how
to do this? I am using Cadence 4.4.6.

Thanks in advance,
Jackson Harvey
--
Andrew Beckett
Senior Technical Leader
Custom IC Solutions
Cadence Design Systems Ltd
Can we run DRC/LVs calibre on UNIX terminal with just library and cell name
 
can we run LVS/DRC calibre for a cell on unix terminal using just the library and cell name?
 
can we run LVS/DRC calibre for a cell on unix terminal using just the library and cell name?
 
can we run LVS/DRC calibre for a cell on unix terminal using just the library and cell name?
 
Andrew Beckett 在 2012年9月4日 星期二下午6:26:35 [UTC+8] 的信中寫道:
On 08/18/12 20:21, spectrallypure wrote:
Hi all! How can I reload into ADE XL the results of a monte carlo
simulation done in a previous session?

After a successful simulation I\'m able to save the results (using the
\"Save results\" button), but as soon I close and reopen ADE XL, all the
results are gone in the Results tab, and I can�t figure out how to
reload them again.

Thanks in advance for any help!

Cheers,

Jorge.


Jorge,

You don\'t really need to use the Save result button as everything should
get saved once the simulations have finished. When reopening ADE XL, go
to the Data View Assistant, and select the History Tab. Pick the history
item you want (the last will be the most recent), and do Right Mouse
Button->View Results. Note that you can rename the history names, lock
them to prevent auto-deletion, and so on.

Andrew.

Thank you Andrew!
It helps.

Appreciate
 
Andrew Beckett 在 2012年9月4日 星期二下午6:26:35 [UTC+8] 的信中寫道:
On 08/18/12 20:21, spectrallypure wrote:
Hi all! How can I reload into ADE XL the results of a monte carlo
simulation done in a previous session?

After a successful simulation I\'m able to save the results (using the
\"Save results\" button), but as soon I close and reopen ADE XL, all the
results are gone in the Results tab, and I can�t figure out how to
reload them again.

Thanks in advance for any help!

Cheers,

Jorge.


Jorge,

You don\'t really need to use the Save result button as everything should
get saved once the simulations have finished. When reopening ADE XL, go
to the Data View Assistant, and select the History Tab. Pick the history
item you want (the last will be the most recent), and do Right Mouse
Button->View Results. Note that you can rename the history names, lock
them to prevent auto-deletion, and so on.

Andrew.

Thank you Andrew!
It helps.

Appreciate
 
On Friday, December 21, 2007 at 1:11:38 AM UTC-8, gmc_99 wrote:
Hi
you want to add something like this -

DRC CHECK MAP diff_M1 31 0
DRC CHECK MAP diff_V1 32 0
DRC CHECK MAP diff_M2 33 0
DRC CHECK MAP diff_V2 34 0
DRC CHECK MAP diff_M3 35 0
also you should think about adding a suffix to the output database _lvl so
when you read it back in you don\'t overwrite the original db
e.g. -
DRC RESULTS DATABASE \"lvl.gds\" GDSII _lvl
cheers
gmc
--
Message posted using http://www.talkaboutcad.com/group/comp.cad.cadence/
More information at http://www.talkaboutcad.com/faq.html
Hi,

Is there a way to do the XOR operation for both GDSII and OASIS format LO database? I have already implemented the XOR for GDSII type files. I am working to do the same for OASIS with least amount of modification in my current code.

Thanks in advance.

Regards,
Kalyan
 
On Friday, December 21, 2007 at 1:11:38 AM UTC-8, gmc_99 wrote:
Hi
you want to add something like this -

DRC CHECK MAP diff_M1 31 0
DRC CHECK MAP diff_V1 32 0
DRC CHECK MAP diff_M2 33 0
DRC CHECK MAP diff_V2 34 0
DRC CHECK MAP diff_M3 35 0
also you should think about adding a suffix to the output database _lvl so
when you read it back in you don\'t overwrite the original db
e.g. -
DRC RESULTS DATABASE \"lvl.gds\" GDSII _lvl
cheers
gmc
--
Message posted using http://www.talkaboutcad.com/group/comp.cad.cadence/
More information at http://www.talkaboutcad.com/faq.html
Hi,

Is there a way to do the XOR operation for both GDSII and OASIS format LO database? I have already implemented the XOR for GDSII type files. I am working to do the same for OASIS with least amount of modification in my current code.

Thanks in advance.

Regards,
Kalyan
 
On Friday, August 3, 2018 at 1:31:27 PM UTC-5, ej...@pacbell.net wrote:
We have a PDK that has been installed for along time and had to move it to a different path. The new version works on our main site but is mirrored to another site and when you open a cell, you get a popup that says:

No PDK installation information and the CDS.log shows

TSMC PDK Tool Error : No PDK installation information

any ideas?
How did you resolve this? I am having same error.
 
On Friday, August 3, 2018 at 1:31:27 PM UTC-5, ej...@pacbell.net wrote:
We have a PDK that has been installed for along time and had to move it to a different path. The new version works on our main site but is mirrored to another site and when you open a cell, you get a popup that says:

No PDK installation information and the CDS.log shows

TSMC PDK Tool Error : No PDK installation information

any ideas?
How did you resolve this? I am having same error.
 
On Friday, August 3, 2018 at 1:31:27 PM UTC-5, ej...@pacbell.net wrote:
We have a PDK that has been installed for along time and had to move it to a different path. The new version works on our main site but is mirrored to another site and when you open a cell, you get a popup that says:

No PDK installation information and the CDS.log shows

TSMC PDK Tool Error : No PDK installation information

any ideas?
How did you resolve this? I am having same error.
 
On Wednesday, August 25, 2021 at 11:34:46 AM UTC-7, Dilruba Parvin wrote:
On Friday, August 3, 2018 at 1:31:27 PM UTC-5, ej...@pacbell.net wrote:
We have a PDK that has been installed for along time and had to move it to a different path. The new version works on our main site but is mirrored to another site and when you open a cell, you get a popup that says:

No PDK installation information and the CDS.log shows

TSMC PDK Tool Error : No PDK installation information

any ideas?
How did you resolve this? I am having same error.

it was an intermittent issue that was caused by a missing variable in the PDK. CDS said it was a TSMC issue and visa versa. I just vanished without doing anything. sorry I don\'t have a better answer
 
On Wednesday, August 25, 2021 at 11:34:46 AM UTC-7, Dilruba Parvin wrote:
On Friday, August 3, 2018 at 1:31:27 PM UTC-5, ej...@pacbell.net wrote:
We have a PDK that has been installed for along time and had to move it to a different path. The new version works on our main site but is mirrored to another site and when you open a cell, you get a popup that says:

No PDK installation information and the CDS.log shows

TSMC PDK Tool Error : No PDK installation information

any ideas?
How did you resolve this? I am having same error.

it was an intermittent issue that was caused by a missing variable in the PDK. CDS said it was a TSMC issue and visa versa. I just vanished without doing anything. sorry I don\'t have a better answer
 
On Wednesday, August 25, 2021 at 11:34:46 AM UTC-7, Dilruba Parvin wrote:
On Friday, August 3, 2018 at 1:31:27 PM UTC-5, ej...@pacbell.net wrote:
We have a PDK that has been installed for along time and had to move it to a different path. The new version works on our main site but is mirrored to another site and when you open a cell, you get a popup that says:

No PDK installation information and the CDS.log shows

TSMC PDK Tool Error : No PDK installation information

any ideas?
How did you resolve this? I am having same error.

it was an intermittent issue that was caused by a missing variable in the PDK. CDS said it was a TSMC issue and visa versa. I just vanished without doing anything. sorry I don\'t have a better answer
 
On Friday, August 3, 2018 at 1:31:27 PM UTC-5, ej...@pacbell.net wrote:
We have a PDK that has been installed for along time and had to move it to a different path. The new version works on our main site but is mirrored to another site and when you open a cell, you get a popup that says:

No PDK installation information and the CDS.log shows

TSMC PDK Tool Error : No PDK installation information

any ideas?
How did you resolve this? I am having same error.
 

Welcome to EDABoard.com

Sponsor

Back
Top