Wednesday, 8 August 2012

Compile SystemC in modelsim


Version 6.2 a or later supports System C

Download GCC from ModelSim ftp site (registration is required)

For 6.2g modelsim-gcc-3.3.1-mingw32.zip

Extract and copy the gcc folder to the ModelSim install directory

To compile, do not use the “standard “ ModelSim compile buttons.

From the command line: sccom –work systemc *.cpp
Sccom –work systemc -link

No comments:

Post a Comment