Examples and tests for the SystemC-Components https://www.minres.com/#opensource
Go to file
Eyck Jentzsch 0992cefeb8 changes Jenkins step name 2024-04-06 12:50:52 +02:00
.vscode adds vscode setup 2024-04-05 08:41:47 +02:00
cmake update SCC to latest 2021-06-01 18:33:41 +02:00
contrib fixes AXI test 2022-10-02 18:20:00 +02:00
examples/ahb_bfm Merge remote-tracking branch 'origin/main' into develop 2023-12-22 22:20:27 +01:00
scc@fe86bd5b68 updates scc 2024-04-06 12:45:28 +02:00
src adds additional tests 2024-04-05 08:42:10 +02:00
tests extends cci_param_restricted tests 2024-04-06 10:45:08 +02:00
.clang-format applies cklang-tidy fixes 2023-12-22 20:42:21 +01:00
.clang-tidy applies cklang-tidy fixes 2023-12-22 20:42:21 +01:00
.cproject adds Jenkinsfile 2023-12-22 21:43:12 +01:00
.envrc updates setup and scc 2023-12-22 13:48:46 +01:00
.gitignore adds test for restricted cci_params 2024-04-04 22:19:43 +02:00
.gitmodules update SCC to latest 2021-06-01 18:33:41 +02:00
.project adds AHB pin level adapter tests 2023-12-22 09:52:50 +01:00
CMakeLists.txt applies cklang-tidy fixes 2023-12-22 20:42:21 +01:00
Jenkinsfile changes Jenkins step name 2024-04-06 12:50:52 +02:00
LICENSE Initial commit 2017-09-17 15:44:06 +02:00
Modulefile Merge remote-tracking branch 'origin/main' into develop 2023-12-22 22:20:27 +01:00
README.md adds build status 2023-12-23 14:03:24 +01:00
requirements.txt updates setup and scc 2023-12-22 13:48:46 +01:00

README.md

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 conan==1.59.0
cmake -S . -B build
cmake --build build -j30