Skip to content

Commit

Permalink
[ipgen,rstmgr] Fix documentation collateral
Browse files Browse the repository at this point in the history
Signed-off-by: Guillermo Maturana <[email protected]>
  • Loading branch information
matutem committed Dec 21, 2023
1 parent 98fe81e commit 1a130a0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions BLOCKFILE
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ hw/vendor/pulp_riscv_dbg/debug_rom/*

# Individual HJSON files that effect RTL generation (no wildcard as it's
# too broad and will also block DV-only files)
hw/top_earlgrey/ip_autogen/pwrmgr/data/pwrmgr.hjson
hw/ip/lc_ctrl/data/lc_ctrl.hjson
hw/ip/rv_timer/data/rv_timer.hjson
hw/ip/clkmgr/data/clkmgr.hjson
Expand All @@ -48,7 +47,6 @@ hw/ip/csrng/data/csrng.hjson
hw/ip/usbdev/data/usbdev.hjson
hw/ip/uart/data/uart.hjson
hw/ip/flash_ctrl/data/flash_ctrl.hjson
hw/ip/rstmgr/data/rstmgr.hjson
hw/ip/sram_ctrl/data/sram_ctrl.hjson
hw/ip/rom_ctrl/data/rom_ctrl.hjson
hw/ip/hmac/data/hmac.hjson
Expand Down Expand Up @@ -78,10 +76,14 @@ hw/ip/pwm/data/pwm.hjson
hw/ip/aon_timer/data/aon_timer.hjson

hw/ip_templates/alert_handler/data/alert_handler.hjson.tpl
hw/ip_templates/pwrmgr/data/pwrmgr.hjson
hw/ip_templates/rstmgr/data/rstmgr.hjson
hw/ip_templates/rv_plic/data/rv_plic.hjson.tpl

hw/top_earlgrey/ip/ast/data/ast.hjson
hw/top_earlgrey/ip_autogen/alert_handler/data/alert_handler.hjson
hw/top_earlgrey/ip_autogen/pwrmgr/data/pwrmgr.hjson
hw/top_earlgrey/ip_autogen/rstmgr/data/rstmgr.hjson
hw/top_earlgrey/ip_autogen/rv_plic/data/rv_plic.hjson

hw/top_earlgrey/data/top_earlgrey.hjson
Expand Down
4 changes: 2 additions & 2 deletions util/mdbook_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
REPO_TOP / "hw/top_earlgrey/ip_autogen/pwrmgr/",
),
(
REPO_TOP / "hw/top_earlgrey/ip/rstmgr/data/autogen/rstmgr.hjson",
REPO_TOP / "hw/ip/rstmgr/",
REPO_TOP / "hw/top_earlgrey/ip_autogen/rstmgr/data/rstmgr.hjson",
REPO_TOP / "hw/top_earlgrey/ip_autogen/rstmgr/",
),
REPO_TOP / "hw/top_earlgrey/ip_autogen/alert_handler/data/alert_handler.hjson",
REPO_TOP / "hw/top_earlgrey/ip/sensor_ctrl/data/sensor_ctrl.hjson",
Expand Down
4 changes: 2 additions & 2 deletions util/site-dashboard/ot-nightly-results.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ const block_level_urls = {
"pwm": ["https://reports.opentitan.org/hw/ip/pwm/dv/2023.10.16_18.24.16/"],
"pwrmgr": ["https://reports.opentitan.org/ip_autogen/pwrmgr/dv/2023.10.16_18.39.21/"],
"rom_ctrl": ["https://reports.opentitan.org/hw/ip/rom_ctrl/dv/2023.10.16_18.25.05/"],
"rstmgr": ["https://reports.opentitan.org/hw/ip/rstmgr/dv/2023.10.16_18.26.28/"],
"rstmgr_cnsty_chk": ["https://reports.opentitan.org/hw/ip/rstmgr/dv/rstmgr_cnsty_chk/2023.10.16_18.25.40/"],
"rstmgr": ["https://reports.opentitan.org/hw/top_earlgrey/ip_autogen/rstmgr/dv/2023.10.16_18.26.28/"],
"rstmgr_cnsty_chk": ["https://reports.opentitan.org/hw/top_earlgrey/ip_autogen/rstmgr/dv/rstmgr_cnsty_chk/2023.10.16_18.25.40/"],
"rv_dm": ["https://reports.opentitan.org/hw/ip/rv_dm/dv/2023.10.16_18.27.26/"],
"rv_timer": ["https://reports.opentitan.org/hw/ip/rv_timer/dv/2023.10.16_18.28.14/"],
"spi_device": ["https://reports.opentitan.org/hw/ip/spi_device/dv/2023.10.16_18.30.21/"],
Expand Down

0 comments on commit 1a130a0

Please sign in to comment.