Skip to content

ECSAlab/fomo-object-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Design and implementation of a compact RISC-V based Machine Learning accelerator on Low End FPGA

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.

Citation

If you use this work in academic research, please cite it using the following BibTeX:

{TBD}

Steps to reproduce our work

Step 1: Install CFU-Playground

Follow the steps described in the official setup guide to install CFU-Playgorund according to your configuration preferences.

Step 2: Install project

Copy fomo folder from this repository under [CFU-Playground]/proj/ where [CFU-Playground] is the root installation folder from step 1.

Step 3: Build project

cd [CFU-Playground]/proj/fomo 
make PLATFORM=sim //run simulation or 
make prog && make load //run on Digilent Arty A7 board

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published