Skip to content

Commit bba8ad9

Browse files
authored
Update README.md
Mention the openasip-2.2 branch.
1 parent c7ba788 commit bba8ad9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ The internal processor template of OpenASIP is based on the energy efficient and
1515
modular Transport Triggered Architecture (TTA), which is still its default
1616
target programming model for static multi-issue designs. OpenASIP, however,
1717
also has initial support for other programming models such
18-
as standard operation-based VLIW (demonstrated in Blocks CGRA) and since 2.0
19-
it received the first features to support customizing RISC-V ISA based
18+
as standard operation-based VLIW (demonstrated in Blocks CGRA) and in 2.0
19+
it got the first features to support customizing RISC-V ISA based
2020
processors.
2121

2222
OpenASIP has been developed by several researchers (and research assistants) of
@@ -152,7 +152,7 @@ git clone https://github.com/cpc/openasip.git openasip-devel
152152
Alternatively you can get one of the release branches, e.g.:
153153

154154
```bash
155-
git clone -b openasip-2.1 https://github.com/cpc/openasip.git openasip-2.1
155+
git clone -b openasip-2.2 https://github.com/cpc/openasip.git openasip-2.2
156156
```
157157

158158
LLVM and Clang
@@ -204,7 +204,7 @@ for common bintools and elf2hex (https://github.com/sifive/elf2hex) for
204204
generating hex files from RISC-V ELF files.
205205

206206
The easiest way to acquire there tools is to use the included installation
207-
script:
207+
script under the source directory:
208208

209209
```bash
210210
./tools/scripts/install_riscv_tools.sh $HOME/local
@@ -253,7 +253,7 @@ Upgrading OpenASIP
253253
Later on, if you want to update your OpenASIP installation with the latest changes
254254
committed in the version control system, you can do the following steps:
255255

256-
Update the source code modifications:
256+
Update the source code modifications, for example:
257257

258258
```bash
259259
cd openasip-devel/openasip

0 commit comments

Comments
 (0)