-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.README
35 lines (23 loc) · 1.2 KB
/
example.README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
lowRISC chip
==============================================
The root git repo for lowRISC development and FPGA
demos.
[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.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
[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