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.

Cadence Virtuoso run different version called version

Status
Not open for further replies.

quyleanh

Member level 3
Joined
Oct 9, 2014
Messages
57
Helped
5
Reputation
10
Reaction score
4
Trophy points
1,288
Activity points
1,711
In my csh run file. I setenv the Cadence Version 6.1.6.140 but when it starts succefully, I shows version 6.1.6.500.14.
There are many warning about envSetVal as well. Could anyone tell what happens? Thank you.
 

In my csh run file.
I setenv the Cadence Version 6.1.6.140
Who knows contents of your file ?

but when it starts succefully,
I shows version 6.1.6.500.14.
Execute followings as Unix Command.
Code:
virtuoso -V
virtuoso -W

True subversion of your Virtuoso is "6.1.6.500.14".
However, your installation directory name of Virtuoso is "6.1.6.140", I think.

See top of log file of Virtuoso.
You can confirm Version, Subversion and location of Virtuoso which you launched.

There are many warning about envSetVal as well.
Could anyone tell what happens?
Simply, invalid environment variables are defined in system "cdsinit" or "cdsenv" or your ".cdsinit" or your ".cdsenv".
That's all.

See log file of Virtuoso.
 

Who knows contents of your file ?

Execute followings as Unix Command.
Code:
virtuoso -V
virtuoso -W

True subversion of your Virtuoso is "6.1.6.500.14".
However, your installation directory name of Virtuoso is "6.1.6.140", I think.

See top of log file of Virtuoso.
You can confirm Version, Subversion and location of Virtuoso which you launched.
My environment is setup by admin person. I can read this file and cd to the directory.
As you said, here is log
Code:
Hierarchy:       cadence/ic/6.1.6.140/lnx86/tools.lnx86/dfII/                                       
Sub version:     sub-version  IC6.1.6-64b.500.14  (64-bit addresses)

So could you tell me what is the reason of the difference here?

Simply, invalid environment variables are defined in system "cdsinit" or "cdsenv" or your ".cdsinit" or your ".cdsenv".
That's all.
See log file of Virtuoso.

I think when I run Virtuoso 6.1.7, there are some variables which are generated. Then when switching back to 6.1.6, these variables are invalid.
This is not problem I think.
 

Code:
Hierarchy:       cadence/ic/6.1.6.140/lnx86/tools.lnx86/dfII/
Sub version:     sub-version  IC6.1.6-64b.500.14  (64-bit addresses)
So could you tell me what is the reason of the difference here?
Surely read and understand following.
True subversion of your Virtuoso is "6.1.6.500.14".
However, your installation directory name of Virtuoso is "6.1.6.140"
, I think.

Simply you installed Virtuoso of "6.1.6.500.14" in directory whose name is "6.1.6.140.
That's all.


I think when I run Virtuoso 6.1.7,
there are some variables which are generated.
It can never be.
Virtuoso never generate variables.

You or someone modified ".cdsinit" or ".cdsenv".
That's all.


Then when switching back to 6.1.6,
these variables are invalid.
This is not problem I think.
Generally, you may ignore.
However startup speed of virtuoso will be slow down due to many warnings.
 
Last edited:

Surely read and understand following.


Simply you installed Virtuoso of "6.1.6.500.14" in directory whose name is "6.1.6.140.
That's all.


It can never be.
Virtuoso never generate variables.

You or someone modified ".cdsinit" or ".cdsenv".
That's all.


Generally, you may ignore.
However startup speed of virtuoso will be slow down due to many warnings.

I copy the running file, .cdsinit file from my senior. I thought the virtuoso version should be the same but it's not. I don't know why there is different. Could you give some guess for this situation? Thank you.
 

Could you give some guess for this situation?
Simply you or your senior modified ".cdsinit" or/and ".cdsenv".
That's all.

I copy the running file, .cdsinit file from my senior.
I thought the virtuoso version should be the same but it's not.
I don't know why there is different.
Show me followings.

(1) Sub-Version of your Virtuoso
(2) Sub-Version of your senior's Virtuoso
(3) Your .cdsinit
(4) Your .cdsenv
(5) Log file of your Virtuoso
 

Simply you or your senior modified ".cdsinit" or/and ".cdsenv".
That's all.
I think the .cdsenv file. Because the .cdsinit I copied from him.

Show me followings.

(1) Sub-Version of your Virtuoso
(2) Sub-Version of your senior's Virtuoso
(3) Your .cdsinit
(4) Your .cdsenv
(5) Log file of your Virtuoso

1. I've already posted.
2. I cannot see the content because he in the different host.
3. Only this matters
Code:
 when( isFile("~/.cdsinit") load("~/.cdsinit"))
Other things about simulation and calibre setup.
There is no .cdsinit file in ~/ foler.
4. 5. Because the sensitive contents, I cannot post here. Could you tell me the specific parts which you want to see?
 

There is no .cdsinit file in ~/ foler.
This is contradictory to the following.
I think the .cdsenv file.
Because the .cdsinit I copied from him.
Where do you copy ".cdsinit" ?

Is there "~/.cdsenv" ?

4. 5. Because the sensitive contents,
I cannot post here.
Could you tell me the specific parts which you want to see?
Close this thread since you don't show your true information.

Your issues are very easy and trifling.
Resolve by yourself.
 
Last edited:

This is contradictory to the following.
Where do you copy ".cdsinit" ?

Is there "~/.cdsenv" ?
I copy the .cdsinit file from my senior working folder. I can access to his working folder (because his and mine are the same directory), but I cannot access to his home folder (~/). Please take a look at this command.
Code:
cp working_directory/mysenior/.cdsinit working_directory/me/

There is "~/.cdsenv", but there is NOT "~/.cdsinit" file.

Close this thread since you don't show your true information.

Your issues are very easy and trifling.
Resolve by yourself.
Thank you for your patience and kind help. As I said, I cannot provide FULL file and I just want to hear the guess and suggestion. I do know a bit about cadence configurations but I don't know what is problem in this case, so I ask.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top