Skip to content

Commit a4eb267

Browse files
HU90mGregAC
authored andcommitted
[doc] Updated links to simulation reports
KMAC and AES now have simulation reports for both unmasked and masked. SRAM now has simulation reports for both main and retention. Signed-off-by: Hugo McNally <[email protected]>
1 parent 15d69db commit a4eb267

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

hw/ip/aes/dv/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
## Current status
1111
* [Design & verification stage](../../../README.md)
1212
* [HW development stages](../../../../doc/project_governance/development_stages.md)
13-
* [Simulation results](https://reports.opentitan.org/hw/ip/aes/dv/latest/report.html)
13+
* [Simulation results for Masked AES](https://reports.opentitan.org/hw/ip/aes_masked/dv/latest/report.html)
14+
* [Simulation results for Unmasked AES](https://reports.opentitan.org/hw/ip/aes_unmasked/dv/latest/report.html)
1415

1516
## Design features
1617
For detailed information on AES design features, please see the [AES HWIP Technical Specification](../README.md).

hw/ip/kmac/dv/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
## Current status
1111
* [Design & verification stage](../../../README.md)
1212
* [HW development stages](../../../../doc/project_governance/development_stages.md)
13-
* [Simulation results](https://reports.opentitan.org/hw/ip/kmac/dv/latest/report.html)
13+
* [Simulation results for Masked KMAC](https://reports.opentitan.org/hw/ip/kmac_masked/dv/latest/report.html)
14+
* [Simulation results for Unmasked KMAC](https://reports.opentitan.org/hw/ip/kmac_unmasked/dv/latest/report.html)
1415

1516
## Design features
1617
For detailed information on KMAC design features, please see the [KMAC HWIP technical specification](../README.md).

hw/ip/sram_ctrl/dv/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Only toggle coverage on the IOs of these sub-modules is enabled for coverage col
1717
## Current status
1818
* [Design & verification stage](../../../README.md)
1919
* [HW development stages](../../../../doc/project_governance/development_stages.md)
20-
* [Simulation results](https://reports.opentitan.org/hw/ip/sram_ctrl/dv/latest/report.html)
20+
* [Simulation results for SRAM](https://reports.opentitan.org/hw/ip/sram_ctrl_main/dv/latest/report.html)
21+
* [Simulation results for retention SRAM](https://reports.opentitan.org/hw/ip/sram_ctrl_ret/dv/latest/report.html)
2122

2223
## Design features
2324
For detailed information on SRAM_CTRL design features, please see the [SRAM_CTRL HWIP technical specification](../README.md).

0 commit comments

Comments
 (0)