Simulator gcc requirements, Table 1. simulator gcc requirements – Altera Mentor Verification IP Altera Edition AMBA AXI3/4TM User Manual

Page 21

Advertising
background image

Preface

Simulator GCC Requirements

Mentor VIP AE AXI3/4 User Guide, V10.2b

3

September 2013

Simulator GCC Requirements

Mentor Verification IP requires that the simulator’s installation directory includes the GCC
libraries shown in

Table 1

. If the installation of the GCC libraries was an optional part of the

simulator’s installation and the Mentor VIP does not find these libraries, you will see an error
similar to the following error:

ModelSim / Questa Sim
# ** Error: (vsim-8388) Could not find the MVC shared library : GCC not
found in installation directory (/home/user/altera2/13.1/modelsim_ase) for
platform "linux". Please install GCC version "gcc-4.5.0-linux"

Table 1. Simulator GCC Requirements

Simulator

Version

GCC version(s)

Search Path

Mentor Questa SIM / ModelSim

10.1d / 10.2b 4.5.0 (Linux 32-bit)

<install dir>/gcc-4.5.0-linux

4.5.0 (Linux 64-bit)

<install dir>/gcc-4.5.0-linux_x86_64

4.2.1 (Windows 32-bit) <install dir>/gcc-4.2.1-mingw32vc9

Synopsys VCS/VCS-MX

2013.06

4.5.2 (Linux 32-bit)

$VCS_HOME/gnu/linux/4.5.2_32-shared
$VCS_HOME/gnu/4.5.2_32-shared

4.5.2 (Linux 64-bit)

$VCS_HOME/gnu/linux/4.5.2_64-shared
$VCS_HOME/gnu/4.5.2_64-shared

Notes:
Although a 32-bit executable simulation is supported, VCS requires a 64-bit Linux
OS. A 32-bit Linux OS is no longer supported.

If the environment variable VG_GNU_PACKAGE is set, this variable is used
instead of the VCS_HOME environment variable.

Cadence Incisive Enterprise Simulator

12.20.014

4.4 (Linux 32/64-bit)

<install dir>/tools/cdsgcc/gcc/4.4

Notes:
Although a 32-bit executable simulation is supported, IES requires a 64-bit Linux
OS. A 32-bit Linux OS is no longer supported.

Use the cds_tools.sh executable to find the Incisive installation. Ensure $PATH
includes the Installation path and <install dir>/tools/cdsgcc/gcc/4.4/install/bin. Also,
ensure the LD_LIBRARY_PATH includes <install
dir>/tools/cdsgcc/gcc/4.4/install/lib.

Advertising