| |||
Home > SystemC Export > Example systems > Building Example systems |
To build the SystemC executable select Settings → Targets → SystemC Component and
build the project by pressing the Build button
in System Canvas. For the SystemC examples that ship with Fast Models
this generates an executable that consists of the project name followed
by .x
(Linux workstation) or .exe
(Win32
workstation). Examples are Dhrystone.x
, Dhrystone2.x
,
or DMA.x
.
The executable can also be built from the command line. Navigate
to the ./Build
directory and type:
$MAXCORE_HOME/bin/simgen -p Dhrystone.sgproj -b --configuration <CONFIGURATION>