Skip to content

ESCristiano/lowrisc-chip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.3 (07-2016) --- lowRISC with a trace debugger

To download the repo:

git clone -b debug-v0.3 https://github.com/lowrisc/lowrisc-chip.git
cd lowrisc-chip
git submodule update --init --recursive

For the previous release:

################
# Version 0.2: untethered lowRISC (12-2015)
################
git clone -b untether-v0.2 https://github.com/lowrisc/lowrisc-chip.git
cd lowrisc-chip
git submodule update --init --recursive

################
# Version 0.1: tagged memory (04-2015)
################
git clone -b tagged-memory-v0.1 https://github.com/lowrisc/lowrisc-chip.git
cd lowrisc-chip
git submodule update --init --recursive

traffic statistics

About

The root repo for lowRISC project and FPGA demos.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 63.4%
  • SystemVerilog 17.0%
  • Scala 6.7%
  • C++ 5.5%
  • Makefile 3.0%
  • Python 2.6%
  • Other 1.8%