In this repository you find the elements and data that is requrired to pass this challenge. Allowing you to get a good standing and introduction to the elements. Please visit the Website of the DVCon Challenge: https://dvconchallenge.de/
[toc]
We offer you two ways to get started. One way is that you already have SystemC installed, then please skip to direct usage. In the other way, we offer you the usage of the package manager conan.
To use conan you might use the follwing commands. Preferable you will use the debug mode.
mkdir build && cd build
conan install .. -s build_type=Debug
conan build .. -s build_type=DebugNow you are able to build and test your files.
We require at least SystemC 2.3.4. Also please set the variable SYSTEMC_HOME for cmake. If that is done, you can run the following commands.
mkdir build && cd build
cmake ..
make- Implement your strategy for the hackathon.
- Send your model to us.
Please visit the guide for participants at our website.