To Check The EDA Tool's Version

How to check the version of/The command to check the Version of different EDA tools(Synopsys-VCS, Mentor Graphics-Questasim, Cadence-ius) in Linux Terminal?

Hmmm, have you tried -version?

In reply to dave_59:

Hi Dave_59,

Thanks for your concern.

Yes I’ve tried with -version but it’s also not working.

For VCS, we normally use the command which vcs.

Similarly, I want the command for QuestaSim & ModelSim & ius**(Cadence)**.

In reply to psp127143:

% vsim -version
Questa Sim  vsim 10.2a Simulator 2013.03 Mar 15 2013

Hi,

you can simply write

$which vcs
synopsys/vcs/**2012.09**/bin/vcs

is your VCS version no.

Or you can use -v switch which prints VCS compile and run-time version numbers, and copyright information, at start of simulation which you can check in log file.

In reply to dave_59:

Thanks a Lot Dave.
It’s working fine…!!!

In reply to Vinay Jain:

Thanks Vinay for your concern.

Yes for VCS its working fine. But for Questasim what is the command to check the version do you know?

As per Dave,vsim -version is working fine. Is there any other way to check?

Also I need to check the version of ius(cadence). So do you know how to check?

Thanks in Advance…