@@ -15,8 +15,8 @@ The internal processor template of OpenASIP is based on the energy efficient and
1515modular Transport Triggered Architecture (TTA), which is still its default
1616target programming model for static multi-issue designs. OpenASIP, however,
1717also 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
2020processors.
2121
2222OpenASIP has been developed by several researchers (and research assistants) of
@@ -152,7 +152,7 @@ git clone https://github.com/cpc/openasip.git openasip-devel
152152Alternatively 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
158158LLVM and Clang
@@ -204,7 +204,7 @@ for common bintools and elf2hex (https://github.com/sifive/elf2hex) for
204204generating hex files from RISC-V ELF files.
205205
206206The 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
253253Later on, if you want to update your OpenASIP installation with the latest changes
254254committed 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
259259cd openasip-devel/openasip
0 commit comments