2021-06-01 18:33:41 +02:00
2018-09-14 19:28:36 +02:00
2022-08-19 12:12:24 +02:00
2017-09-25 22:27:07 +02:00
2022-08-19 12:05:30 +02:00
2021-06-01 18:33:41 +02:00
2021-06-02 12:13:59 +02:00
2017-09-17 15:44:06 +02:00
2021-06-02 11:13:19 +02:00
2021-07-05 12:30:39 +02:00

SystemC-Components-Test

Examples and tests for the SystemC-Components

#Prerequisites:

In Console:

-Check for needed modules in ~/.bashrc
they should be available directly in the linux installation or in the Modulefile top level file in the Project. If not, install it and add it to $PATH with:

export PATH="needed-path:$PATH"

-Edit bashrc and add:

./opt/shared/modules/4.4.1/init/bash
module use /opt/shared/modules/modulefiles

at end of file. 

-Load the Modules from the top level file in the Project:

module load ./Modulefile

-Install conan with:

pip install conan

-and run this comands to run conan with the C++11 library:

conan profile new default --detect --force
conan profile update settings.compiler.libcxx=libstdc++11 default

-Add conan to $PATH

#Build: -Create folder "build" in SystemC-Components-Test project folder. -Build the project with:

cmake ..
 
-compile

make -j4   #4 means number of cores where it is compiled.

#Run: -from build folder run:

./bin/"binary-name"	#binary name: zb. "sim_performance"
Description
Examples and tests for the SystemC-Components
https://www.minres.com/#opensource
Readme Apache-2.0 376 KiB
Languages
C++ 89.9%
CMake 9.5%
Puppet 0.4%
C 0.2%