# lowRISC **Repository Path**: mirrors/lowRISC ## Basic Information - **Project Name**: lowRISC - **Description**: lowRISC 目的是开发一个完全开放的硬件平台,从处理器到开发版 - **Primary Language**: Verilog - **License**: Apache-2.0 - **Default Branch**: refresh-v0.6 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 9 - **Forks**: 2 - **Created**: 2019-07-25 - **Last Updated**: 2025-09-06 ## Categories & Tags **Categories**: risc-v **Tags**: None ## 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