A CNN Core Wrapper for ARIANNA Trigger System.
python -m venv .venv
pip install -r requirements.txt
bender update
bender script vivado > add_sources.tcl
Open Vivado
source /path/to/add_sources.tcl
.xdc files should be added manually.
- Open Vivado from this directory, not from root or project repository.
This project is licensed under the MIT License - see the LICENSE file for details