Examples and tests for the SystemC-Components https://www.minres.com/#opensource
Go to file
Eyck Jentzsch 1f37801f05 adds AHB pin level adapter tests 2023-12-22 09:52:50 +01: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
scc@94569eac10 adds AHB pin level adapter tests 2023-12-22 09:52:50 +01:00
src adds AXI4 pin level test and moves all tests to automatic discovery 2022-10-03 11:08:39 +02:00
tests adds AHB pin level adapter tests 2023-12-22 09:52:50 +01:00
.clang-format Added clang format 2017-09-25 22:27:07 +02:00
.cproject updates README 2023-09-07 17:43:30 +02:00
.gitignore adds AHB pin level adapter tests 2023-12-22 09:52:50 +01: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 update scc and fix a few minor compile settings 2023-02-13 14:28:03 +01:00
LICENSE Initial commit 2017-09-17 15:44:06 +02:00
Modulefile update SCC to latest 2021-06-01 18:33:41 +02:00
README.md updates README 2023-09-07 17:43:30 +02:00

README.md

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