Skip to content

icdesigner2004/LOWRISC-T

Repository files navigation

lowRISC chip

The root git repo for lowRISC development and FPGA demos.

master status: master build status

update status: update build status

dev status: dev build 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