Verifying Layout using Virtuoso

Status
Not open for further replies.

MahmoudHassan

Full Member level 6
Joined
Oct 4, 2010
Messages
349
Helped
44
Reputation
90
Reaction score
40
Trophy points
1,328
Activity points
3,913
Hello
I in the following attached photo I am trying to find where is Assura tool , I only can find the Verify Menu in virtuoso.
My question is Where is Assura menu like this one in this tutorial ?
**broken link removed**

and what is the tool that virtuoso using if I used this verify menu ?!!!

Thanks a lot
Your time and help is really appreciated

Best Regards,
Mahmoud

 

You have to export a proper shell environment variable - CDS_PVE which pointing to Assura path.

From Verify menu You are running a deprecated diva tool (I didn't saw it since virtuoso 5.4)
 
Thanks a lot for your interest Dominik
But PLZ can you give me more information how to include Assura tool to do DRC and LVS

Thanks a lot
 

Before You are run a virtuoso, export variables:
Code:
export CDS_ASSURA=<path_to_assura>
export ASSURAHOME=$CDS_ASSURA
export SUBSTRATESTORMHOME=$ASSURAHOME
export assurapath=$CDS_ASSURA/tools/bin:$CDS_ASSURA/tools/assura/bin:$SUBSTRATESTORMHOME/bin

For QRC extraction sometimes is needed to export additional variables:
Code:
export CDS_PVE=$CAD/cds_pve_<version>
export QRC_HOME=$CDS_PVE
export pvepath=$CDS_PVE/bin:$CDS_PVE/tools/bin
export qrcPath=$QRC_HOME/bin:$QRC_HOME:/tools/bin
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…