SystemC-Components-Test/README.md

18 lines
402 B
Markdown
Raw Permalink Normal View History

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
pip3 install conan==1.59.0
cmake -S . -B build
cmake --build build -j30
2021-07-05 12:37:19 +02:00