Skip to content

Commit 8e07354

Browse files
committed
Prepare for release
1 parent 64ac4d6 commit 8e07354

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,10 @@ If [Verilator](https://www.veripool.org/wiki/verilator) is installed, we can use
4343

4444
If everything worked, the output should look like
4545

46-
INFO: Preparing ::serv:1.0.2
46+
INFO: Preparing ::serv:1.1.0
4747
INFO: Setting up project
4848

4949
INFO: Building simulation model
50-
verilator -f serv_1.0.2.vc
5150
INFO: Running
5251

5352
## Running pre-built test software
@@ -91,7 +90,7 @@ To run the RISC-V compliance tests, we need to supply the SERV-specific support
9190

9291
Run the compliance tests
9392

94-
cd riscv-compliance && make TARGETDIR=$SERV/riscv-target RISCV_TARGET=serv RISCV_DEVICE=rv32i RISCV_ISA=rv32i TARGET_SIM=$WORKSPACE/build/servant_1.0.2/verilator_tb-verilator/Vservant_sim
93+
cd riscv-compliance && make TARGETDIR=$SERV/riscv-target RISCV_TARGET=serv RISCV_DEVICE=rv32i RISCV_ISA=rv32i TARGET_SIM=$WORKSPACE/build/servant_1.1.0/verilator_tb-verilator/Vservant_sim
9594

9695
The above will run all tests in the rv32i test suite. Since SERV also implement the `rv32Zicsr` and `rv32Zifencei` extensions, these can also be tested by choosing any of them instead of rv32i as the `RISCV_ISA` variable.
9796

@@ -137,7 +136,7 @@ serial console will show up.
137136
Pin D1 is used for UART output with 115200 baud rate.
138137

139138
fusesoc run --target=orangecrab_r0.2 servant
140-
dfu-util -d 1209:5af0 -D build/servant_1.0.2/orangecrab_r0.2-trellis/servant_1.0.2.bit
139+
dfu-util -d 1209:5af0 -D build/servant_1.1.0/orangecrab_r0.2-trellis/servant_1.1.0.bit
141140

142141
### Arty A7 35T
143142

@@ -189,14 +188,14 @@ Pin 61 is used for UART output with 115200 baud rate. This pin is connected to a
189188
Pin 95 is used as the GPIO output which is connected to the board's green LED. Due to this board's limited Embedded BRAM, programs with a maximum of 7168 bytes can be loaded. The default program for this board is blinky.hex.
190189

191190
fusesoc run --target=icestick servant
192-
iceprog build/servant_1.0.2/icestick-icestorm/servant_1.0.2.bin
191+
iceprog build/servant_1.1.0/icestick-icestorm/servant_1.1.0.bin
193192

194193
### Nandland Go Board
195194

196195
Pin 56 is used as the GPIO output which is connected to the board's LED1. Due to this board's limited Embedded BRAM, programs with a maximum of 7168 bytes can be loaded. The default program for this board is blinky.hex.
197196

198197
fusesoc run --target=go_board servant
199-
iceprog build/servant_1.0.2/go_board-icestorm/servant_1.0.2.bin
198+
iceprog build/servant_1.1.0/go_board-icestorm/servant_1.1.0.bin
200199

201200
## Other targets
202201

serv.core

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CAPI=2:
22

3-
name : ::serv:1.0.2
3+
name : ::serv:1.1.0
44

55
filesets:
66
core:

servant.core

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CAPI=2:
22

3-
name : ::servant:1.0.2
3+
name : ::servant:1.1.0
44

55
filesets:
66
service:

serving.core

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CAPI=2:
22

3-
name : ::serving:1.0.2
3+
name : ::serving:1.1.0
44

55
filesets:
66
rtl:

0 commit comments

Comments
 (0)