Skip to content

Commit

Permalink
[docs] fix build docs CI job
Browse files Browse the repository at this point in the history
This job has been broken on the `eargrey_1.0.0` branch for several days
now.

Signed-off-by: Tim Trippel <[email protected]>
  • Loading branch information
timothytrippel authored and moidx committed Jan 23, 2025
1 parent 067b5c7 commit fb0b4fb
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions util/site/fetch_block_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,39 +19,39 @@
REPO_TOP = Path(__file__).parents[2].resolve()

block_level_urls = {
"adc-controller": "hw/ip/adc_ctrl/dv/2024.01.22_10.44.44/",
"aes": "hw/ip/aes_masked/dv/2024.01.22_10.46.01/",
"alert-handler": "hw/top_earlgrey/ip_autogen/alert_handler/dv/2024.01.22_11.16.07/",
"aon-timers": "hw/ip/aon_timer/dv/2024.01.22_10.46.17/",
"clkrst-managers": "hw/top_earlgrey/ip_autogen/clkmgr/dv/2024.01.22_10.47.21/",
"csrng": "hw/ip/csrng/dv/2024.01.22_10.48.06/",
"edn": "hw/ip/edn/dv/2024.01.22_10.48.55/",
"entropy-source": "hw/ip/entropy_src/dv/2024.01.22_10.49.35/",
"flash": "hw/top_earlgrey/ip_autogen/flash_ctrl/dv/2024.01.22_10.51.11/",
"gpio": "hw/ip/gpio/dv/2024.01.22_10.52.52/",
"hmac": "hw/ip/hmac/dv/2024.01.22_10.53.53/",
"i2c": "hw/ip/i2c/dv/2024.01.22_10.54.47/",
"key-manager": "hw/ip/keymgr/dv/2024.01.22_10.56.00/",
"kmac": "hw/ip/kmac_masked/dv/2024.01.22_10.57.17/",
"life-cycle": "hw/ip/lc_ctrl/dv/2024.01.22_10.59.35/",
"otbn": "hw/ip/otbn/dv/uvm/2024.01.22_11.00.27/",
"otp-fuse-controller": "hw/ip/otp_ctrl/dv/2024.01.22_11.01.45/",
"pattern-generators": "hw/ip/pattgen/dv/2024.01.22_11.02.37/",
"pwm": "hw/ip/pwm/dv/2024.01.22_11.04.36/",
"power-manager": "hw/top_earlgrey/ip_autogen/pwrmgr/dv/2024.01.22_11.16.53/",
"rom": "hw/ip/rom_ctrl/dv/2024.01.22_11.05.21/",
"debug-module": "hw/ip/rv_dm/dv/2024.01.22_11.06.19/",
"timers": "hw/ip/rv_timer/dv/2024.01.22_11.07.05/",
"spi-device": "hw/ip/spi_device/dv/2024.01.22_11.09.05/",
"spi-host-0": "hw/ip/spi_host/dv/2024.01.22_11.07.40/",
"spi-host-1": "hw/ip/spi_host/dv/2024.01.22_11.07.40/",
"main-sram": "hw/ip/sram_ctrl_main/dv/2024.01.22_11.10.19/",
"retention-sram": "hw/ip/sram_ctrl_ret/dv/2024.01.22_11.11.17/",
"sysrst-controller": "hw/ip/sysrst_ctrl/dv/2024.01.22_11.12.25/",
"uart": "hw/ip/uart/dv/2024.01.22_11.13.24/",
"usb": "hw/ip/usbdev/dv/2024.01.22_11.14.22/",
"high-speed-crossbar": "hw/top_earlgrey/ip/xbar_main/dv/autogen/2024.01.22_11.18.04/",
"peripheral-crossbar": "hw/top_earlgrey/ip/xbar_peri/dv/autogen/2024.01.22_11.19.10/",
"adc-controller": "hw/ip/adc_ctrl/dv/latest",
"aes": "hw/ip/aes_masked/dv/latest",
"alert-handler": "hw/top_earlgrey/ip_autogen/alert_handler/dv/latest",
"aon-timers": "hw/ip/aon_timer/dv/latest",
"clkrst-managers": "hw/top_earlgrey/ip_autogen/clkmgr/dv/latest",
"csrng": "hw/ip/csrng/dv/latest",
"edn": "hw/ip/edn/dv/latest",
"entropy-source": "hw/ip/entropy_src/dv/latest",
"flash": "hw/top_earlgrey/ip_autogen/flash_ctrl/dv/latest",
"gpio": "hw/ip/gpio/dv/latest",
"hmac": "hw/ip/hmac/dv/latest",
"i2c": "hw/ip/i2c/dv/latest",
"key-manager": "hw/ip/keymgr/dv/latest",
"kmac": "hw/ip/kmac_masked/dv/latest",
"life-cycle": "hw/ip/lc_ctrl/dv/latest",
"otbn": "hw/ip/otbn/dv/uvm/latest",
"otp-fuse-controller": "hw/ip/otp_ctrl/dv/latest",
"pattern-generators": "hw/ip/pattgen/dv/latest",
"pwm": "hw/ip/pwm/dv/latest",
"power-manager": "hw/top_earlgrey/ip_autogen/pwrmgr/dv/latest",
"rom": "hw/ip/rom_ctrl/dv/latest",
"debug-module": "hw/ip/rv_dm/dv/latest",
"timers": "hw/ip/rv_timer/dv/latest",
"spi-device": "hw/ip/spi_device/dv/latest",
"spi-host-0": "hw/ip/spi_host/dv/latest",
"spi-host-1": "hw/ip/spi_host/dv/latest",
"main-sram": "hw/ip/sram_ctrl_main/dv/latest",
"retention-sram": "hw/ip/sram_ctrl_ret/dv/latest",
"sysrst-controller": "hw/ip/sysrst_ctrl/dv/latest",
"uart": "hw/ip/uart/dv/latest",
"usb": "hw/ip/usbdev/dv/latest",
"high-speed-crossbar": "hw/top_earlgrey/ip/xbar_main/dv/autogen/latest",
"peripheral-crossbar": "hw/top_earlgrey/ip/xbar_peri/dv/autogen/latest",
"ibex": "https://ibex.reports.lowrisc.org/opentitan/latest",
}

Expand Down

0 comments on commit fb0b4fb

Please sign in to comment.