Files
SystemC-Components-Test/README.md
Eyck Jentzsch 572b4a2b27
All checks were successful
SCC Test/pipeline/head This commit looks good
adds test preset and updates README.md
2025-09-12 12:31:12 +02:00

633 B

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 --preset Release
cmake --build build/Release -j30
cmake --build build/Release --target test