Skip to content

danodus/onramp-fpga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Onramp-FPGA

Onramp-FPGA is a FPGA-based system-on-chip with a 32-bit Onramp processor.

The goal of this project is to have the Onramp toolchain running directly on a FPGA board.

Refer to my notes for more details.

Requirements

Getting Started

Simulator

source /path/to/oss-cad-suite/environment
cd sim
make run ONRAMP_BIN=/path/to/onramp/build/posix/bin

ULX3S FPGA Board

Generate a SD card image:

export ONRAMP_BIN=/path/to/onramp/build/posix/bin
cd scripts
./mkimg.sh
cd ..

Flash the SD card image sd.img.

source /path/to/oss-cad-suite/environment
cd ulx3s
make prog

Open a terminal at 115200-N-8-1 and press the enter key.

About

FPGA-based system-on-chip with a 32-bit Onramp processor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published