Skip to content

Commit 10d778c

Browse files
Update README.md
1 parent 51c7222 commit 10d778c

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

+8-10
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,18 @@ This project created for Innovate FPGA Contest:
66
[Design paper](http://www.innovatefpga.com/cgi-bin/innovate/teams.pl?Id=EM080)
77

88
Performance & Resources:
9-
- Parameterized design (the number of POW comput. units can be set using parameter CALC_UNIT_NUMBER)
10-
- Hardware resources: 1 125 ALMs, 2 177 flip-flops per POW comput. unit
9+
- Parameterized design. Parameter CL_NUM specifies the number of POW clusters. Parameter CU_NUM defines the number of POW computing units per cluster
10+
- Hardware resources: 1 200 ALMs, 2 400 flip-flops per POW computing unit
1111
- Hashrate: 1 204 819 hash/sec per POW comput. unit at 100 MHz
12-
- Fmax: 120-150 MHz for Cyclone V depending on number of POW comput. units
12+
- Fmax: 130-140 MHz for Cyclone V depending on number of POW comput. units
1313

14-
Proof-of-Concept launched on DE10-nano board (Cyclone V 5CSEBA6U23I7 FPGA device)
14+
Proof-of-Concept launched on DE10-nano board (Cyclone V 5CSEBA6U23I7 FPGA device) which costs 110-130$
1515

1616
PoC parameters:
17-
- 11 POW comput. units
17+
- 28 POW computing units (CL_NUM = 7, CU_NUM = 4)
1818
- Operation frequency: 100 MHz
19-
- Hashrate: 13 253 012 hash/sec
20-
- Resources: 12 377 ALMs, 23 945 flip-flops (30% of 5CSEBA6U23I7 FPGA)
21-
- POW acceleration: x1000 (for MWM=15 software POW on DE10-nano: 10-50 min, hardware accel. POW: 0.1-4 sec, 0.6 sec in average)
22-
23-
For DE10-nano it is possible to increase the number of POW comput. units up to 20 and obtain 25 Mhash/sec on 100 MHz, but we do not have enough RAM on our laptops to synthesize such large system.
19+
- Hashrate: 33 734 940 hash/sec
20+
- Resources: 33 239 ALMs, 68 019 flip-flops (79% of 5CSEBA6U23I7 FPGA)
21+
- POW acceleration: x2000 (for MWM=15 software POW on DE10-nano: 10-50 min, hardware accel. POW: 0.01-1.5 sec, 0.2 sec in average)
2422

2523
[Download](https://github.com/LampaLab/iota_fpga/releases/tag/v0.1) Linux sd-card image for IOTA hardware accelerator on DE10-nano board and [latest](https://github.com/LampaLab/iota_fpga/releases/tag/v0.2) rbf file

0 commit comments

Comments
 (0)