Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top