S
server
Guest
message unavailable
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Can we run DRC/LVs calibre on UNIX terminal with just library and cell nameEd 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 nameEd 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
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.
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.
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,
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,
How did you resolve this? I am having same error.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.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.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?
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.
How did you resolve this? I am having same error.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?