lowRISC / opentitan

OpenTitan: Open source silicon root of trust
https://www.opentitan.org
Apache License 2.0
2.55k stars 760 forks source link

[opentitantool] Consider adding the CRC check back to update-usr-access command #14883

Open alphan opened 2 years ago

alphan commented 2 years ago

14877 adds the update-usr-access to opentitantool and uses it in bitstream_splice to improve local workflows that involve splicing a locally built rom or test_rom into a bitstream from the GCS bucket. See #14865 for details.

One particular shortcoming of the implementation in #14877 is that it disables the CRC check during FPGA programming. We should consider enabling it again.

dmcardle commented 2 years ago

Taking a stab at sketching out the subtasks:

alphan commented 2 years ago

Thanks @dmcardle! We should check the example bitstream that I quoted in the original issue but IIRC