Skip to content

Commit 8efc6b3

Browse files
committed
[mdbook] Fix dashboard links to several blocks
Some were moved to ipgen, some are just wrong. Signed-off-by: Amaury Pouly <[email protected]>
1 parent 382a425 commit 8efc6b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

util/mdbook_dashboard.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
REPO_TOP / "hw/ip/lc_ctrl/data/lc_ctrl.hjson",
3535
REPO_TOP / "hw/ip/otbn/data/otbn.hjson",
3636
REPO_TOP / "hw/ip/pattgen/data/pattgen.hjson",
37-
REPO_TOP / "hw/ip/pwm/data/pwm.hjson",
3837
REPO_TOP / "hw/ip/rom_ctrl/data/rom_ctrl.hjson",
3938
REPO_TOP / "hw/ip/rv_dm/data/rv_dm.hjson",
4039
REPO_TOP / "hw/ip/rv_timer/data/rv_timer.hjson",
@@ -51,9 +50,10 @@
5150
REPO_TOP / "hw/top_earlgrey/ip_autogen/flash_ctrl/data/flash_ctrl.hjson",
5251
REPO_TOP / "hw/top_earlgrey/ip_autogen/otp_ctrl/data/otp_ctrl.hjson",
5352
REPO_TOP / "hw/top_earlgrey/ip_autogen/pinmux/data/pinmux.hjson",
53+
REPO_TOP / "hw/top_earlgrey/ip_autogen/pwm/data/pwm.hjson",
5454
REPO_TOP / "hw/top_earlgrey/ip_autogen/pwrmgr/data/pwrmgr.hjson",
5555
REPO_TOP / "hw/top_earlgrey/ip_autogen/rstmgr/data/rstmgr.hjson",
56-
REPO_TOP / "hw/top_earlgrey/ip_autogen/core_ibex/data/core_ibex.hjson",
56+
REPO_TOP / "hw/top_earlgrey/ip_autogen/rv_core_ibex/data/rv_core_ibex.hjson",
5757
REPO_TOP / "hw/top_earlgrey/ip_autogen/rv_plic/data/rv_plic.hjson",
5858
REPO_TOP / "hw/top_earlgrey/ip/sensor_ctrl/data/sensor_ctrl.hjson",
5959
REPO_TOP / "hw/top_earlgrey/ip_autogen/gpio/data/gpio.hjson",

0 commit comments

Comments
 (0)