Examples and tests for the SystemC-Components
https://www.minres.com/#opensource
Eyck Jentzsch e8def0bb86 | ||
---|---|---|
.vscode | ||
cmake | ||
cmake-conan@eba63de908 | ||
contrib | ||
examples/ahb_bfm | ||
scc@d10d5f6e07 | ||
src | ||
tests | ||
.clang-format | ||
.clang-tidy | ||
.cproject | ||
.envrc | ||
.gitignore | ||
.gitmodules | ||
.project | ||
CMakeLists.txt | ||
CMakePresets.json | ||
CMakeUserPresets.json | ||
Jenkinsfile | ||
LICENSE | ||
Modulefile | ||
README.md | ||
build.log | ||
conanfile.txt | ||
requirements.txt |
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 -r requirements.txt
cmake -S . -B build --preset Release
cmake --build build -j30
cmake --build build --target test