SystemC

From Klaus' wiki
Revision as of 11:19, 22 November 2010 by Klaus (Talk | contribs)

Jump to: navigation, search

Importing the examples into an Eclipse project

Start by creating a C++ empty project.

Import from Filesystem into current project - select the *.h and *.cpp files to import.

Change the settings for the project.

  • Add this include directory for C++: /home/HW-SW-Co-Design/systemc-2.2.0/include
  • Add this library for the linker: systems
  • Add this library search path: /home/HW-SW-Co-Design/systemc-2.2.0/lib-linux64