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.

How to check 32bit spectre and 64 bit spectre

Status
Not open for further replies.

helenpenghan

Newbie level 4
Joined
Jan 16, 2008
Messages
7
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,343
I would like to check whether I am running at 32 bit spectre and 64 bit spectre. Could anyone tell me how to do so? And if I am running at 32 bit spectre, I wanna change it to 64 bit. How to do that also?
Thank you.
:smile:
 

To test what version of Spectre you're using, use the following:
% spectre -debug3264 -V

To use 64 bit spectre, you can either:
- set the following variable:
setenv CDS_AUTO_64BIT spectre
- pass "-64" as a command line option to spectre

Regards.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top