https://github.com/hyouteki/anodecfu
FPGA support for anode using CFU Playground
https://github.com/hyouteki/anodecfu
amaranth cfu-playground fpga python renode
Last synced: about 1 month ago
JSON representation
FPGA support for anode using CFU Playground
- Host: GitHub
- URL: https://github.com/hyouteki/anodecfu
- Owner: hyouteki
- Created: 2024-09-04T14:31:56.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-10-13T18:16:02.000Z (7 months ago)
- Last Synced: 2025-03-27T01:22:10.780Z (about 2 months ago)
- Topics: amaranth, cfu-playground, fpga, python, renode
- Language: C
- Homepage:
- Size: 7.22 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[FPGA](https://en.wikipedia.org/wiki/Field-programmable_gate_array) support for [anode](https://github.com/hyouteki/anode) using [CFU-Playground](https://github.com/google/CFU-Playground).
## Getting Started
```bash
git clone https://github.com/google/CFU-Playground
cd CFU-Playground/proj
git clone https://github.com/hyouteki/anodecfu
cd anodecfu
chmod +x setup.sh
./setup.sh
cd ../../
./scripts/setup
```## Courtesy
1. [anode - hyouteki](https://github.com/hyouteki/anode): An indigenous system design for anomaly detection from CCTV camera feed
2. [CFU-Playground - google](https://github.com/google/CFU-Playground): A framework for playing with custom opcodes to accelerate TensorFlow Lite for Microcontrollers (TFLM)## References
2. [ReadTheDocs - CFU-Playground](https://cfu-playground.readthedocs.io/en/latest/index.html)
3. [step-by-step guide - CFU-Playground](https://cfu-playground.readthedocs.io/en/latest/step-by-step.html)