Alex Williams
Alex Williams
Change the generic ROM_EXT target to be signed by the fake prod key, so it may be used in the prod life cycle state. Change the fpga_cw310_sival_rom_ext execution environment to...
Update block diagrams and SRAM memory layout to reflect these two changes for v2: - Generic mode was removed - TPM mode interfaces with the DPSRAM
Add support for... - Bus arbitration for both the controller (multi-controller environments) and the target (broadcast commands) - Clock synchronization - Simultaneously active host and target modules Change fault reporting...
Because execution environments only describe how to sign the last stage and provide direct opentitan_binary() targets with signing and key info embedded for all prior stages, require specifying the target...
### Description Add the necessary elements to support MCTP's multi-controller requirements. - [x] Add detection of bus idle. - Detect Start and Stop + count of SCL high cycles -...
Make the fusesoc cache dir be in the bazel tree, so fusesoc doesn't attempt to create directories outside, such as ~/.cache/fusesoc. That action can cause build failures, since fusesoc is...
Add --add-vlnv to enable adding user-requested VLNVs that are not under the "system" or top core's explicit dependency tree. The intention of this argument is to allow users to specify...