Difference between revisions of "SystemC"

From Klaus' wiki
Jump to: navigation, search
 
Line 7: Line 7:
 
Change the settings for the project.  
 
Change the settings for the project.  
 
* Add this include directory for C++: /home/HW-SW-Co-Design/systemc-2.2.0/include
 
* 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 for the linker: systemc
 
* Add this library search path: /home/HW-SW-Co-Design/systemc-2.2.0/lib-linux64
 
* Add this library search path: /home/HW-SW-Co-Design/systemc-2.2.0/lib-linux64

Latest revision as of 08:00, 26 November 2010

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