The root git repo for lowRISC development and FPGA demos.
master status:
update status:
dev status:
Current version: Release version 0.2 (12-2015) --- Untethered lowRISC
To download the repo:
git clone https://github.com/lowrisc/lowrisc-chip.git
cd lowrisc-chip
git submodule update --init --recursive
For the previous release:
################
# Version 0.1: tagged memory (04-2015)
################
git clone https://github.com/lowrisc/lowrisc-chip.git
cd lowrisc-chip
git checkout tagged-memory-v0.1
git submodule update --init --recursive