SystemC

From Klaus' wiki
Revision as of 08:00, 26 November 2010 by Klaus (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: systemc
  • Add this library search path: /home/HW-SW-Co-Design/systemc-2.2.0/lib-linux64