Current web page presents the elements required to execute the IMEC example over SCoPE following the Multicube defined xml files.
IMEC example for SCoPE:
Download
System Requierements:
- gcc/g++ (v4.x)
- make
- flex and bison
Packages required:
- SystemC 2.2
- SCoPE v 1.1 beta
(Official public release is expected at the end of december)
- XML plugin for SCope v 0.2: visit www.multicube.eu, Members area, WP2, Shared Documents
Installation:
1.- Define the following variables:
export SYSTEMC= systemc installation path
export SCOPE_HOME= scope installation path
export SCOPE_XML_PLUGIN= scope-xml-plugin installation path
export IMEC_EXAMPLE_PATH= installation path of the IMEC example package
2.- To install SystemC you have to execute the sequence:
· "configure"
· "make"
· "make install"
3.- To install the SCoPE:
· Execute "make libraries"
· You can execute "make all" to compile the GUI too, but it requires qt4 libraries
4.- To install the xml plugin and the IMEC example:
· Execute "make" on each package
· When executing "make" on the IMEC example it will compile and run the example.
Compilation can require some time.
The example and the xml files are in $(IMEC_EXAMPLE_PATH)/scope_example
Last update: 18.11.08