This repository has been archived on 2025-12-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2023-12-23 14:03:24 +01:00
|
|
|
[](https://jenkins.minres.com/view/SystemC/job/SCC%20Test/job/develop/)
|
|
|
|
|
|
2017-09-17 15:44:06 +02:00
|
|
|
# SystemC-Components-Test
|
|
|
|
|
Examples and tests for the SystemC-Components
|
2021-07-05 12:37:19 +02:00
|
|
|
|
2023-09-07 17:43:30 +02:00
|
|
|
## Prerequisites:
|
2021-07-05 12:37:19 +02:00
|
|
|
|
|
|
|
|
In Console:
|
|
|
|
|
|
2023-09-07 17:43:30 +02:00
|
|
|
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
|
2024-07-06 10:07:51 +02:00
|
|
|
pip3 install -r requirements.txt
|
2025-09-12 12:31:12 +02:00
|
|
|
cmake --preset Release
|
|
|
|
|
cmake --build build/Release -j30
|
|
|
|
|
cmake --build build/Release --target test
|
2023-09-07 17:43:30 +02:00
|
|
|
|
|
|
|
|
|
2021-07-05 12:37:19 +02:00
|
|
|
|