Modelsim6.2f with gcc 3.4.4-----for SystemC simulation

N

Neha

Guest
Hello.

I need to use Modelsim 6.2f to simulate systemC modules. However, I
have g++ 3.4.4,(x86_64 system) and according to its release notes ,
Modelsim does not support g++ 3.4.4.

I downloaded SystemC-2.2 library, and it works fine with g++3.4.4
I cannot use Modelsim though.

Is there something I can do to overcome this? For instance, is there a
way of pointing out the Installed systemC library to Modelsim?

I'd be thankful for any advice.

....Sorry if this is not the correct forum to post doubts on SystemC.

Regards,
Neha
 
On Jun 6, 2:30 pm, Neha <neha.karanj...@gmail.com> wrote:
Hello.

I need to use Modelsim 6.2f to simulate systemC modules. However, I
have g++ 3.4.4,(x86_64 system) and  according to its release notes ,
Modelsim does not support g++ 3.4.4.

I downloaded SystemC-2.2 library, and it works fine with g++3.4.4
I cannot use Modelsim  though.

Is there something I can do to overcome this? For instance, is there a
way of pointing out the Installed systemC library to Modelsim?

I'd be thankful for any advice.

...Sorry if this is not the correct forum to post doubts on SystemC.

Regards,
Neha
Hi Neha

ModelSim g++ support on x64_86 linux is as follows:
6.2 : 3.2.3 (32 bit only) and 4.0.2 (32 & 64 bit)
6.3 : 4.0.2 only
6.4 : 4.0.2 and 4.1.2

I'm afraid there is no flexibility due to the integration of the
SystemC simulator into the ModelSim kernel and debug environment

regards

- Nigel
 
Thanks Hans,
That solved the problem.


I changed the g++ path from the compiler options dialog box to point
to the g++ (3.4.4) installed on my system.
 

Welcome to EDABoard.com

Sponsor

Back
Top