Examples and tests for the SystemC-Components https://www.minres.com/#opensource
Go to file
Hongyu Liu 972eb6b001 updates README 2023-09-07 17:43:30 +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
scc@e510457db9 updates scc 2023-03-18 12:25:15 +01:00
src adds AXI4 pin level test and moves all tests to automatic discovery 2022-10-03 11:08:39 +02:00
tests update scc and fix a few minor compile settings 2023-02-13 14:28:03 +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 update scc and fix a few minor compile settings 2023-02-13 14:28:03 +01:00
.gitmodules update SCC to latest 2021-06-01 18:33:41 +02:00
.project update scc and fix a few minor compile settings 2023-02-13 14:28:03 +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