This repo is a placeholder for the paper submitted in ETCEI 2023 Conference including also the instructions to deploy a model and run inference on the implemented RISC-V cpu.
If you use this work in academic research, please cite it using the following BibTeX:
{TBD}
Follow the steps described in the official setup guide to install CFU-Playgorund according to your configuration preferences.
Copy fomo folder from this repository under [CFU-Playground]/proj/ where [CFU-Playground] is the root installation folder from step 1.
cd [CFU-Playground]/proj/fomo
make PLATFORM=sim //run simulation or
make prog && make load //run on Digilent Arty A7 board