An open API service indexing awesome lists of open source software.

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

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)