2024-04-05 08:41:47 +02:00
2021-06-01 18:08:32 +02:00
2024-12-11 10:52:45 +01:00
2022-10-02 18:20:00 +02:00
2023-12-22 20:42:21 +01:00
2023-12-22 20:42:21 +01:00
2024-06-04 10:09:24 +02:00
2024-07-06 10:17:36 +02:00
2024-07-06 10:15:24 +02:00
2023-12-22 09:52:50 +01:00
2024-12-18 19:23:05 +01:00
2024-12-11 10:52:45 +01:00
2024-07-08 21:57:29 +02:00
2017-09-17 15:44:06 +02:00
2024-07-06 10:15:24 +02:00
2024-07-06 10:15:24 +02:00
2024-12-18 19:23:05 +01:00

Build Status

SystemC-Components-Test

Examples and tests for the SystemC-Components

Prerequisites:

In Console:

git clone --recursive -b develop https://git.minres.com/SystemC/SystemC-Components-Test.git
cd SystemC-Components-Test/
module load  ./Modulefile 
python3 -mvenv .venv
. .venv/bin/activate
pip3 install -r requirements.txt
cmake -S . -B build --preset Release
cmake --build build -j30
cmake --build build --target test
Description
Examples and tests for the SystemC-Components
https://www.minres.com/#opensource
Readme Apache-2.0 382 KiB
Languages
C++ 89.9%
CMake 9.5%
Puppet 0.4%
C 0.2%