Examples and tests for the SystemC-Components https://www.minres.com/#opensource
Go to file
Eyck Jentzsch e8def0bb86 switches to Conan 2 2024-07-06 10:15:24 +02:00
.vscode adds vscode setup 2024-04-05 08:41:47 +02:00
cmake update SCC to latest 2021-06-01 18:08:32 +02:00
cmake-conan@eba63de908 switches to Conan 2 2024-07-06 10:15:24 +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@d10d5f6e07 switches to Conan 2 2024-07-06 10:15:24 +02:00
src adds error catching code to close databases properly 2024-05-08 17:19:37 +02:00
tests adds pipelining of wr req to AXI/ACE pinlevel adapters 2024-05-08 17:20:38 +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 switches to Conan 2 2024-07-06 10:15:24 +02:00
.envrc updates boost, Rocky8 setup and scc 2024-06-04 10:09:24 +02:00
.gitignore adds pipelining of wr req to AXI/ACE pinlevel adapters 2024-05-08 17:20:38 +02:00
.gitmodules switches to Conan 2 2024-07-06 10:15:24 +02:00
.project adds AHB pin level adapter tests 2023-12-22 09:52:50 +01:00
CMakeLists.txt switches to Conan 2 2024-07-06 10:15:24 +02:00
CMakePresets.json switches to Conan 2 2024-07-06 10:15:24 +02:00
CMakeUserPresets.json switches to Conan 2 2024-07-06 10:15:24 +02:00
Jenkinsfile switches to Conan 2 2024-07-06 10:15:24 +02:00
LICENSE Initial commit 2017-09-17 15:44:06 +02:00
Modulefile switches to Conan 2 2024-07-06 10:15:24 +02:00
README.md switches to Conan 2 2024-07-06 10:15:24 +02:00
build.log switches to Conan 2 2024-07-06 10:15:24 +02:00
conanfile.txt switches to Conan 2 2024-07-06 10:15:24 +02:00
requirements.txt switches to Conan 2 2024-07-06 10:15:24 +02: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 -r requirements.txt
cmake -S . -B build --preset Release
cmake --build build -j30
cmake --build build --target test