Skip to content

Commit

Permalink
Add A1 bitstream and pentest firmware
Browse files Browse the repository at this point in the history
This commit adds the OpenTitan Earl Grey A1 FPGA bitstream and the
pentest binary to the repository. The previous binaries for the Earl
Grey Z1 version are retained with the filename suffix z1.

The FPGA bitstream was generated from commit
lowRISC/opentitan@282d863 and created with
the command:
  `/bazelisk.sh build //hw/bitstream/vivado:fpga_cw310_test_rom`

The pentest binary was generated from commit
lowRISC/opentitan@b2cee40 and created with
the command:
  `./bazelisk.sh build //sw/device/tests/penetrationtests/firmware:firmware_fpga_cw310_test_rom`

Signed-off-by: Andrea Caforio <[email protected]>
Co-authored-by: Pascal Nasahl <[email protected]>
  • Loading branch information
andrea-caforio and nasahlpa committed Sep 18, 2024
1 parent 173bb0c commit 89bd851
Show file tree
Hide file tree
Showing 60 changed files with 102 additions and 96 deletions.
4 changes: 2 additions & 2 deletions capture/configs/aes_sca_cw310.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
target:
target_type: cw310
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1.bit"
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_a1.bit"
force_program_bitstream: False
fw_bin: "../objs/aes_serial_fpga_cw310.bin"
# fw_bin: "../objs/sca_ujson_fpga_cw310.bin"
# fw_bin: "../objs/pentest_ujson_fpga_cw310_a1.bin"
# target_clk_mult is a hardcoded value in the bitstream. Do not change.
target_clk_mult: 0.24
target_freq: 24000000
Expand Down
2 changes: 1 addition & 1 deletion capture/configs/hmac_sca_cw310.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
target:
target_type: cw310
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1.bit"
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_a1.bit"
force_program_bitstream: False
fw_bin: "../objs/sca_ujson_chip_signed.img"
target_clk_mult: 0.24
Expand Down
4 changes: 2 additions & 2 deletions capture/configs/ibex_sca_cw310.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
target:
target_type: cw310
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1.bit"
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_a1.bit"
force_program_bitstream: False
fw_bin: ../objs/sca_ujson_fpga_cw310.bin
fw_bin: ../objs/pentest_ujson_fpga_cw310_a1.bin
target_clk_mult: 0.24
target_freq: 24000000
baudrate: 115200
Expand Down
2 changes: 1 addition & 1 deletion capture/configs/kmac_sca_cw310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ target:
fpga_bitstream: ../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_kmac_dom.bit
force_program_bitstream: False
fw_bin: ../objs/kmac_serial_fpga_cw310.bin
# fw_bin: "../objs/sca_ujson_fpga_cw310.bin"
# fw_bin: "../objs/pentest_ujson_fpga_cw310_a1.bin"
# target_clk_mult is a hardcoded value in the bitstream. Do not change.
target_clk_mult: 0.24
target_freq: 24000000
Expand Down
2 changes: 1 addition & 1 deletion capture/configs/otbn_vertical_keygen_sca_cw310.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
target:
target_type: cw310
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1.bit"
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_a1.bit"
force_program_bitstream: True
fw_bin: "../objs/otbn_vertical_serial_fpga_cw310.bin"
# target_clk_mult is a hardcoded value in the bitstream. Do not change.
Expand Down
2 changes: 1 addition & 1 deletion capture/configs/otbn_vertical_modinv_sca_cw310.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
target:
target_type: cw310
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1.bit"
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_a1.bit"
force_program_bitstream: True
fw_bin: "../objs/otbn_vertical_serial_fpga_cw310.bin"
# target_clk_mult is a hardcoded value in the bitstream. Do not change.
Expand Down
2 changes: 1 addition & 1 deletion capture/configs/sha3_sca_cw310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ target:
fpga_bitstream: ../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_kmac_dom.bit
force_program_bitstream: False
fw_bin: ../objs/sha3_serial_fpga_cw310.bin
# fw_bin: ../objs/sca_ujson_fpga_cw310.bin
# fw_bin: ../objs/pentest_ujson_fpga_cw310_a1.bin
target_clk_mult: 0.24
target_freq: 24000000
baudrate: 115200
Expand Down
2 changes: 1 addition & 1 deletion capture/configs/sha3_sca_cw310_masks_off.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ target:
fpga_bitstream: ../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_kmac_dom.bit
force_program_bitstream: False
fw_bin: ../objs/sha3_serial_fpga_cw310.bin
# fw_bin: ../objs/sca_ujson_fpga_cw310.bin
# fw_bin: ../objs/pentest_ujson_fpga_cw310_a1.bin
target_clk_mult: 0.24
target_freq: 24000000
baudrate: 115200
Expand Down
2 changes: 1 addition & 1 deletion ci/cfg/ci_aes_sca_fvsr_cw310_simpleserial.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
target:
target_type: cw310
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1.bit"
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_z1.bit"
force_program_bitstream: True
fw_bin: "../objs/aes_serial_fpga_cw310.bin"
# target_clk_mult is a hardcoded value in the bitstream. Do not change.
Expand Down
4 changes: 2 additions & 2 deletions ci/cfg/ci_aes_sca_fvsr_cw310_ujson.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
target:
target_type: cw310
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1.bit"
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_a1.bit"
force_program_bitstream: True
fw_bin: "../objs/sca_ujson_fpga_cw310.bin"
fw_bin: "../objs/pentest_ujson_fpga_cw310_a1.bin"
# target_clk_mult is a hardcoded value in the bitstream. Do not change.
target_clk_mult: 0.24
target_freq: 24000000
Expand Down
2 changes: 1 addition & 1 deletion ci/cfg/ci_aes_sca_random_cw310_simpleserial.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
target:
target_type: cw310
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1.bit"
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_z1.bit"
force_program_bitstream: True
fw_bin: "../objs/aes_serial_fpga_cw310.bin"
# target_clk_mult is a hardcoded value in the bitstream. Do not change.
Expand Down
4 changes: 2 additions & 2 deletions ci/cfg/ci_aes_sca_random_cw310_ujson.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
target:
target_type: cw310
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1.bit"
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_a1.bit"
force_program_bitstream: True
fw_bin: "../objs/sca_ujson_fpga_cw310.bin"
fw_bin: "../objs/pentest_ujson_fpga_cw310_a1.bin"
# target_clk_mult is a hardcoded value in the bitstream. Do not change.
target_clk_mult: 0.24
target_freq: 24000000
Expand Down
4 changes: 2 additions & 2 deletions ci/cfg/ci_crypto_aes_vcc_dummy_cw310.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
target:
target_type: cw310
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1.bit"
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_a1.bit"
force_program_bitstream: False
fw_bin: "../objs/sca_ujson_fpga_cw310.bin"
fw_bin: "../objs/pentest_ujson_fpga_cw310_a1.bin"
output_len_bytes: 16
target_clk_mult: 0.24
target_freq: 24000000
Expand Down
4 changes: 2 additions & 2 deletions ci/cfg/ci_ibex_fi_vcc_dummy_cw310.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
target:
target_type: cw310
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1.bit"
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_a1.bit"
force_program_bitstream: False
fw_bin: "../objs/sca_ujson_fpga_cw310.bin"
fw_bin: "../objs/pentest_ujson_fpga_cw310_a1.bin"
output_len_bytes: 16
target_clk_mult: 0.24
target_freq: 24000000
Expand Down
4 changes: 2 additions & 2 deletions ci/cfg/ci_ibex_sca_cw310_ujson.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
target:
target_type: cw310
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1.bit"
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_a1.bit"
force_program_bitstream: False
fw_bin: ../objs/sca_ujson_fpga_cw310.bin
fw_bin: ../objs/pentest_ujson_fpga_cw310_a1.bin
target_clk_mult: 0.24
target_freq: 24000000
baudrate: 115200
Expand Down
2 changes: 1 addition & 1 deletion ci/cfg/ci_kmac_sca_fvsr_cw310_simpleserial.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ target:
fpga_bitstream: ../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_kmac_dom.bit
force_program_bitstream: False
fw_bin: ../objs/kmac_serial_fpga_cw310.bin
# fw_bin: "../objs/sca_ujson_fpga_cw310.bin"
# fw_bin: "../objs/pentest_ujson_fpga_cw310_z1.bin"
# target_clk_mult is a hardcoded value in the bitstream. Do not change.
target_clk_mult: 0.24
target_freq: 24000000
Expand Down
2 changes: 1 addition & 1 deletion ci/cfg/ci_kmac_sca_fvsr_cw310_ujson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ target:
fpga_bitstream: ../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_kmac_dom.bit
force_program_bitstream: False
# fw_bin: ../objs/kmac_serial_fpga_cw310.bin
fw_bin: "../objs/sca_ujson_fpga_cw310.bin"
fw_bin: "../objs/pentest_ujson_fpga_cw310_a1.bin"
# target_clk_mult is a hardcoded value in the bitstream. Do not change.
target_clk_mult: 0.24
target_freq: 24000000
Expand Down
2 changes: 1 addition & 1 deletion ci/cfg/ci_kmac_sca_random_cw310_simpleserial.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ target:
fpga_bitstream: ../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_kmac_dom.bit
force_program_bitstream: False
fw_bin: ../objs/kmac_serial_fpga_cw310.bin
# fw_bin: "../objs/sca_ujson_fpga_cw310.bin"
# fw_bin: "../objs/pentest_ujson_fpga_cw310_z1.bin"
# target_clk_mult is a hardcoded value in the bitstream. Do not change.
target_clk_mult: 0.24
target_freq: 24000000
Expand Down
2 changes: 1 addition & 1 deletion ci/cfg/ci_kmac_sca_random_cw310_ujson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ target:
fpga_bitstream: ../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_kmac_dom.bit
force_program_bitstream: False
# fw_bin: ../objs/kmac_serial_fpga_cw310.bin
fw_bin: "../objs/sca_ujson_fpga_cw310.bin"
fw_bin: "../objs/pentest_ujson_fpga_cw310_a1.bin"
# target_clk_mult is a hardcoded value in the bitstream. Do not change.
target_clk_mult: 0.24
target_freq: 24000000
Expand Down
4 changes: 2 additions & 2 deletions ci/cfg/ci_otbn_fi_vcc_dummy_cw310.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
target:
target_type: cw310
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1.bit"
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_a1.bit"
force_program_bitstream: True
fw_bin: "../objs/sca_ujson_fpga_cw310.bin"
fw_bin: "../objs/pentest_ujson_fpga_cw310_a1.bin"
output_len_bytes: 16
target_clk_mult: 0.24
target_freq: 24000000
Expand Down
2 changes: 1 addition & 1 deletion ci/cfg/ci_sha3_sca_fvsr_cw310_simpleserial.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ target:
fpga_bitstream: ../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_kmac_dom.bit
force_program_bitstream: False
fw_bin: ../objs/sha3_serial_fpga_cw310.bin
# fw_bin: ../objs/sca_ujson_fpga_cw310.bin
# fw_bin: ../objs/pentest_ujson_fpga_cw310_z1.bin
target_clk_mult: 0.24
target_freq: 24000000
baudrate: 115200
Expand Down
2 changes: 1 addition & 1 deletion ci/cfg/ci_sha3_sca_fvsr_cw310_ujson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ target:
fpga_bitstream: ../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_kmac_dom.bit
force_program_bitstream: False
# fw_bin: ../objs/sha3_serial_fpga_cw310.bin
fw_bin: ../objs/sca_ujson_fpga_cw310.bin
fw_bin: ../objs/pentest_ujson_fpga_cw310_a1.bin
target_clk_mult: 0.24
target_freq: 24000000
baudrate: 115200
Expand Down
2 changes: 1 addition & 1 deletion ci/cfg/ci_sha3_sca_random_cw310_simpleserial.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ target:
fpga_bitstream: ../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_kmac_dom.bit
force_program_bitstream: False
fw_bin: ../objs/sha3_serial_fpga_cw310.bin
# fw_bin: ../objs/sca_ujson_fpga_cw310.bin
# fw_bin: ../objs/pentest_ujson_fpga_cw310_z1.bin
target_clk_mult: 0.24
target_freq: 24000000
baudrate: 115200
Expand Down
2 changes: 1 addition & 1 deletion ci/cfg/ci_sha3_sca_random_cw310_ujson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ target:
fpga_bitstream: ../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_kmac_dom.bit
force_program_bitstream: False
# fw_bin: ../objs/sha3_serial_fpga_cw310.bin
fw_bin: ../objs/sca_ujson_fpga_cw310.bin
fw_bin: ../objs/pentest_ujson_fpga_cw310_a1.bin
target_clk_mult: 0.24
target_freq: 24000000
baudrate: 115200
Expand Down
4 changes: 2 additions & 2 deletions fault_injection/configs/pen.global_fi.crypto.aes.cw310.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
target:
target_type: cw310
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1.bit"
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_a1.bit"
force_program_bitstream: False
fw_bin: "../objs/sca_ujson_fpga_cw310.bin"
fw_bin: "../objs/pentest_ujson_fpga_cw310_a1.bin"
output_len_bytes: 16
target_clk_mult: 0.24
target_freq: 24000000
Expand Down
4 changes: 2 additions & 2 deletions fault_injection/configs/pen.global_fi.crypto.kmac.cw310.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
target:
target_type: cw310
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1.bit"
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_a1.bit"
force_program_bitstream: False
fw_bin: "../objs/sca_ujson_fpga_cw310.bin"
fw_bin: "../objs/pentest_ujson_fpga_cw310_a1.bin"
output_len_bytes: 16
target_clk_mult: 0.24
target_freq: 24000000
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
target:
target_type: cw310
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1.bit"
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_a1.bit"
force_program_bitstream: False
fw_bin: "../objs/sca_ujson_fpga_cw310.bin"
fw_bin: "../objs/pentest_ujson_fpga_cw310_a1.bin"
output_len_bytes: 16
target_clk_mult: 0.24
target_freq: 24000000
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
target:
target_type: cw310
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1.bit"
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_a1.bit"
force_program_bitstream: False
fw_bin: "../objs/sca_ujson_fpga_cw310.bin"
fw_bin: "../objs/pentest_ujson_fpga_cw310_a1.bin"
output_len_bytes: 16
target_clk_mult: 0.24
target_freq: 24000000
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
target:
target_type: cw310
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1.bit"
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_a1.bit"
force_program_bitstream: False
fw_bin: "../objs/sca_ujson_fpga_cw310.bin"
fw_bin: "../objs/pentest_ujson_fpga_cw310_a1.bin"
output_len_bytes: 16
target_clk_mult: 0.24
target_freq: 24000000
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
target:
target_type: cw310
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1.bit"
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_a1.bit"
force_program_bitstream: False
fw_bin: "../objs/sca_ujson_fpga_cw310.bin"
fw_bin: "../objs/pentest_ujson_fpga_cw310_a1.bin"
output_len_bytes: 16
target_clk_mult: 0.24
target_freq: 24000000
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
target:
target_type: cw310
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1.bit"
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_a1.bit"
force_program_bitstream: False
fw_bin: "../objs/sca_ujson_fpga_cw310.bin"
fw_bin: "../objs/pentest_ujson_fpga_cw310_a1.bin"
output_len_bytes: 16
target_clk_mult: 0.24
target_freq: 24000000
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
target:
target_type: cw310
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1.bit"
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_a1.bit"
force_program_bitstream: False
fw_bin: "../objs/sca_ujson_fpga_cw310.bin"
fw_bin: "../objs/pentest_ujson_fpga_cw310_a1.bin"
output_len_bytes: 16
target_clk_mult: 0.24
target_freq: 24000000
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
target:
target_type: cw310
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1.bit"
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_a1.bit"
force_program_bitstream: False
fw_bin: "../objs/sca_ujson_fpga_cw310.bin"
fw_bin: "../objs/pentest_ujson_fpga_cw310_a1.bin"
output_len_bytes: 16
target_clk_mult: 0.24
target_freq: 24000000
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
target:
target_type: cw310
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1.bit"
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_a1.bit"
force_program_bitstream: False
fw_bin: "../objs/sca_ujson_fpga_cw310.bin"
fw_bin: "../objs/pentest_ujson_fpga_cw310_a1.bin"
output_len_bytes: 16
target_clk_mult: 0.24
target_freq: 24000000
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
target:
target_type: cw310
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1.bit"
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_a1.bit"
force_program_bitstream: False
fw_bin: "../objs/sca_ujson_fpga_cw310.bin"
fw_bin: "../objs/pentest_ujson_fpga_cw310_a1.bin"
output_len_bytes: 16
target_clk_mult: 0.24
target_freq: 24000000
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
target:
target_type: cw310
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1.bit"
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_a1.bit"
force_program_bitstream: False
fw_bin: "../objs/sca_ujson_fpga_cw310.bin"
fw_bin: "../objs/pentest_ujson_fpga_cw310_a1.bin"
output_len_bytes: 16
target_clk_mult: 0.24
target_freq: 24000000
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
target:
target_type: cw310
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1.bit"
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_a1.bit"
force_program_bitstream: False
fw_bin: "../objs/sca_ujson_fpga_cw310.bin"
fw_bin: "../objs/pentest_ujson_fpga_cw310_a1.bin"
output_len_bytes: 16
target_clk_mult: 0.24
target_freq: 24000000
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
target:
target_type: cw310
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1.bit"
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_a1.bit"
force_program_bitstream: False
fw_bin: "../objs/sca_ujson_fpga_cw310.bin"
fw_bin: "../objs/pentest_ujson_fpga_cw310_a1.bin"
output_len_bytes: 16
target_clk_mult: 0.24
target_freq: 24000000
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
target:
target_type: cw310
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1.bit"
fpga_bitstream: "../objs/lowrisc_systems_chip_earlgrey_cw310_0.1_a1.bit"
force_program_bitstream: False
fw_bin: "../objs/sca_ujson_fpga_cw310.bin"
fw_bin: "../objs/pentest_ujson_fpga_cw310_a1.bin"
output_len_bytes: 16
target_clk_mult: 0.24
target_freq: 24000000
Expand Down
Loading

0 comments on commit 89bd851

Please sign in to comment.