From 2a0ca501bd932376338aa2ca6c996d8347762981 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Tue, 29 Oct 2024 11:49:47 +0100 Subject: [PATCH] [bazel] Replace old xbar_peri targets by new one This commit was generated by running /home/pamaury/project/opentitan/util/rewrite_hw.py -v -g --root /home/pamaury/project/opentitan --no-regs --top hw/top_earlgrey hw/top_earlgrey/ip/xbar_peri Signed-off-by: Amaury Pouly --- hw/top_earlgrey/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/top_earlgrey/BUILD b/hw/top_earlgrey/BUILD index 79580912d11057..d7146debb3bfe9 100644 --- a/hw/top_earlgrey/BUILD +++ b/hw/top_earlgrey/BUILD @@ -28,6 +28,7 @@ opentitan_top( doc = glob(["doc/**"]), hjson = "//hw/top_earlgrey/data:autogen/top_earlgrey.gen.hjson", ips = [ + "//hw/top_earlgrey/ip/xbar_peri", "//hw/top_earlgrey/ip/xbar_main", "//hw/top_earlgrey/ip/xbar", "//hw/top_earlgrey/ip/sensor_ctrl",