Skip to content

C2S2's Software Subteam's Firmware for the Dove RISC-V microprocessor, aimed at implementing a match filter

Notifications You must be signed in to change notification settings

cornell-c2s2/dove-fw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dove Firmware

A match filter implementation for the C2S2's Dove RISC-V processor (RV32I_ZICSR)

Running apps and tests

mkdir build
cd build

# To compile for spike
cmake ..

# To compile for the eFabless RISCV board
cmake .. -DRISCV_BOARD=ON

# To run the tests (only on Spike)
make check

# To run a program <prog> (on spike or the board)
make run-<prog>

About

C2S2's Software Subteam's Firmware for the Dove RISC-V microprocessor, aimed at implementing a match filter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages