https://github.com/lowrisc/lowrisc-chip
The root repo for lowRISC project and FPGA demos.
https://github.com/lowrisc/lowrisc-chip
Last synced: about 1 month ago
JSON representation
The root repo for lowRISC project and FPGA demos.
- Host: GitHub
- URL: https://github.com/lowrisc/lowrisc-chip
- Owner: lowRISC
- License: other
- Created: 2015-03-16T10:16:28.000Z (almost 11 years ago)
- Default Branch: refresh-v0.6
- Last Pushed: 2023-08-03T13:48:33.000Z (over 2 years ago)
- Last Synced: 2026-01-14T23:36:06.396Z (about 2 months ago)
- Language: SystemVerilog
- Homepage: http://www.lowrisc.org/
- Size: 5.08 MB
- Stars: 601
- Watchers: 55
- Forks: 146
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- License: LICENSE.Berkeley
Awesome Lists containing this project
README
lowRISC chip
==============================================
The root git repo for lowRISC development and FPGA demos.
See LICENSE.Cambridge for license details.
See the [documentation](https://www.lowrisc.org/docs/) for build instructions.
[master] status: [](https://travis-ci.org/lowRISC/lowrisc-chip)
[update] status: [](https://travis-ci.org/lowRISC/lowrisc-chip)
[dev] status: [](https://travis-ci.org/lowRISC/lowrisc-chip)
Current version: Release version 0.6 (10-2018) --- lowRISC technical refresh with RV64GC, Debian+FreeBSD capable
To download the repo:
~~~shell
git clone -b refresh-v0.6 --recursive https://github.com/lowrisc/lowrisc-chip.git
~~~
For the previous release:
~~~shell
################
# Version 0.5: lowRISC with 100MHz Ethernet and Network filing system access (01-2018)
################
git clone -b ethernet-v0.5 --recursive https://github.com/lowrisc/lowrisc-chip.git
################
# Version 0.4: lowRISC with with tagged memory and minion core (06-2017)
################
git clone -b minion-v0.4 --recursive https://github.com/lowrisc/lowrisc-chip.git
################
# Version 0.3: lowRISC with a trace debugger (07-2016)
################
git clone -b debug-v0.3 --recursive https://github.com/lowrisc/lowrisc-chip.git
################
# Version 0.2: untethered lowRISC (12-2015)
################
git clone -b untether-v0.2 --recursive https://github.com/lowrisc/lowrisc-chip.git
################
# Version 0.1: tagged memory (04-2015)
################
git clone -b tagged-memory-v0.1 --recursive https://github.com/lowrisc/lowrisc-chip.git
~~~
[traffic statistics](http://www.cl.cam.ac.uk/~ws327/lowrisc_stat/index.html)
[master]: https://github.com/lowrisc/lowrisc-chip/tree/master
[update]: https://github.com/lowrisc/lowrisc-chip/tree/update
[dev]: https://github.com/lowrisc/lowrisc-chip/tree/dev