Examples and tests for the SystemC-Components https://www.minres.com/#opensource
Ir al archivo
Eyck Jentzsch 1a7d7829ed removes ubuntu 18.04 test 2023-12-22 22:35:08 +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
examples/ahb_bfm Merge remote-tracking branch 'origin/main' into develop 2023-12-22 22:20:27 +01:00
scc@6063f8da99 applies cklang-tidy fixes 2023-12-22 20:42:21 +01:00
src applies cklang-tidy fixes 2023-12-22 20:42:21 +01:00
tests Merge remote-tracking branch 'origin/main' into develop 2023-12-22 22:20:27 +01: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 applies cklang-tidy fixes 2023-12-22 20:42:21 +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 applies cklang-tidy fixes 2023-12-22 20:42:21 +01:00
Jenkinsfile removes ubuntu 18.04 test 2023-12-22 22:35:08 +01: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 updates README 2023-09-07 17:43:30 +02:00
requirements.txt updates setup and scc 2023-12-22 13:48:46 +01: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