Commit graph

20 commits

Author SHA1 Message Date
Rhys Thomas
187f6c9c6f Fixed broken URL in readme. 2019-08-05 10:42:39 +01:00
Pirmin Vogel
dfc475ea4a README.md: Add reference to our own Verilog coding style guide 2019-06-21 14:42:41 +01:00
Pirmin Vogel
05d00737b2 README.md: Update, include additional references
This commit helps to make the README.md the main entry point into the
Ibex world. It does so by updating it and including additional
references to a style guide, a guide on how to write commit messages,
references to our Zulip chat and the original Zero-riscy paper.
2019-06-07 13:49:12 +01:00
Philipp Wagner
42ba856ecc Add documentation link to the README.md 2019-05-03 11:49:11 +01:00
Philipp Wagner
3ab08062bd Update README 2019-04-26 15:09:00 +01:00
Eunchan Kim
3a42f12e64 Rename zeroriscy to ibex
This commit was prepared by the following script, followed by manual
fixes as needed.

```sh
sed -e 's/zeroriscy/ibex/g' -i.bak *.sv *.md *.yml
sed -e 's/zero-riscy/ibex/g' -i.bak *.sv *.md *.yml
sed -e 's/zeroriscy/ibex/g' -i.bak include/*.sv
sed -e 's/zero-riscy/ibex/g' -i.bak include/*.sv
sed -e 's/cluster_clock_gating/clock_gating/g' -i.bak *.sv
rm -f *.bak
rm -f include/*.bak

find . -name 'zeroriscy_*' -exec bash -c 'file={}; git mv $file ${file/zeroriscy/ibex}' \;
```
2019-04-26 15:05:01 +01:00
isarrider
33a6fa0f45
Update README.md 2018-11-15 11:04:48 +01:00
Pasquale Davide Schiavone
7419ef41c3 update README 2018-09-28 10:45:23 +02:00
Pasquale Davide Schiavone
00f24db779 update readme 2017-07-31 19:07:50 +02:00
Pasquale Davide Schiavone
152309fadf Update README.md 2017-03-27 17:23:34 +02:00
Pasquale Davide Schiavone
a9164fe21f Update README.md 2017-03-20 17:39:23 +01:00
Pasquale Davide Schiavone
371a292ee1 removed 'x assignment and updates 2017-03-02 12:44:26 +01:00
Pasquale Davide Schiavone
764871c051 Updated 2017-02-17 10:02:26 +01:00
Pasquale Davide Schiavone
3d7b832ca6 General updates and renaming 2017-02-16 19:07:17 +01:00
Markus Wegmann
0a4093376e Update README.md 2017-01-11 00:44:18 +01:00
Markus Wegmann
3d294a16f8 Change core name 2017-01-11 00:43:52 +01:00
Markus Wegmann
415e970226 Better language in README concerning configuration 2016-12-31 18:51:48 +01:00
Markus Wegmann
809689a994 Update readme of littleRISCV 2016-12-31 18:46:52 +01:00
Robert Schilling
3e645bd1dd Fix typo in readme 2016-10-07 13:00:11 +02:00
Andreas Traber
8c130d6398 Add README 2016-02-10 17:25:56 +01:00