Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lowRISC/lowrisc-chip
The root repo for lowRISC project and FPGA demos.
https://github.com/lowRISC/lowrisc-chip
Last synced: 11 days 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 (over 9 years ago)
- Default Branch: refresh-v0.6
- Last Pushed: 2023-08-03T13:48:33.000Z (over 1 year ago)
- Last Synced: 2024-08-03T01:39:33.967Z (4 months ago)
- Language: SystemVerilog
- Homepage: http://www.lowrisc.org/
- Size: 5.08 MB
- Stars: 593
- Watchers: 60
- Forks: 149
- Open Issues: 49
-
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: [![master build status](https://travis-ci.org/lowRISC/lowrisc-chip.svg?branch=master)](https://travis-ci.org/lowRISC/lowrisc-chip)
[update] status: [![update build status](https://travis-ci.org/lowRISC/lowrisc-chip.svg?branch=update)](https://travis-ci.org/lowRISC/lowrisc-chip)
[dev] status: [![dev build status](https://travis-ci.org/lowRISC/lowrisc-chip.svg?branch=dev)](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