Skip to content

Commit 0e9f4f4

Browse files
committed
[doc] Change FI compilation target names
As in the OpenTitan repository the compilation target names for the pentest binaries changes, this commit adapts them accordingly. Signed-off-by: Pascal Nasahl <nasahlpa@lowrisc.org>
1 parent 4e76a31 commit 0e9f4f4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

doc/building_fpga_bitstreams_binaries.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ The following table gives an overview of the different binary configurations:
5757
| HMAC SCA | ot-sca_cw310 | sca_ujson_fpga_cw310.bin | pen_test_sca_fpga_cw310_test_rom |
5858
| SHA3 SCA | ot-sca_cw310_kmac | sca_kmac_ujson_fpga_cw310.bin | pen_test_sca_fpga_cw310_test_rom |
5959
| Ibex SCA | ot-sca_cw310 | sca_ujson_fpga_cw310.bin | pen_test_sca_fpga_cw310_test_rom |
60-
| FI | ot-sca_cw310 | fi_ujson_fpga_cw310.bin | fpga_pentest_fi_fpga_cw310_test_rom |
61-
| FI OTBN | ot-sca_cw310 | fi_otbn_ujson_fpga_cw310.bin | fpga_pentest_fi_otbn_fpga_cw310_test_rom |
60+
| FI | ot-sca_cw310 | fi_ujson_fpga_cw310.bin | pen_test_fi_fpga_cw310_test_rom |
61+
| FI Ibex | ot-sca_cw310 | fi_ibex_ujson_fpga_cw310.bin | pen_test_fi_ibex_fpga_cw310_test_rom |
62+
| FI OTBN | ot-sca_cw310 | fi_otbn_ujson_fpga_cw310.bin | pen_test_fi_otbn_fpga_cw310_test_rom |
6263

6364
### Build Instructions
6465

0 commit comments

Comments
 (0)