Skip to content

Commit

Permalink
[ipgen,spi_host] Update Bazel references
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Schilling <[email protected]>
  • Loading branch information
Razer6 committed Dec 17, 2024
1 parent beaa2f6 commit d1fc915
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion hw/ip/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ filegroup(
"//hw/ip/rv_dm:all_files",
"//hw/ip/rv_timer:all_files",
"//hw/ip/spi_device:all_files",
"//hw/ip/spi_host:all_files",
"//hw/ip/sram_ctrl:all_files",
"//hw/ip/sysrst_ctrl:all_files",
"//hw/ip/tlul:all_files",
Expand Down
2 changes: 1 addition & 1 deletion sw/device/lib/dif/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ cc_library(
],
deps = [
":base",
"//hw/ip/spi_host/data:spi_host_c_regs",
"//hw/top_earlgrey/ip_autogen/spi_host:spi_host_c_regs",
"//sw/device/lib/base:bitfield",
"//sw/device/lib/base:macros",
"//sw/device/lib/base:memory",
Expand Down
3 changes: 0 additions & 3 deletions sw/device/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,6 @@ opentitan_test(
deps = [
"//hw/ip/i2c/data:i2c_c_regs",
"//hw/ip/spi_device/data:spi_device_c_regs",
"//hw/ip/spi_host/data:spi_host_c_regs",
"//hw/ip/usbdev/data:usbdev_c_regs",
"//hw/top_earlgrey:alert_handler_c_regs",
"//hw/top_earlgrey/sw/autogen:top_earlgrey",
Expand Down Expand Up @@ -3598,7 +3597,6 @@ opentitan_test(
deps = [
"//hw/ip/i2c/data:i2c_c_regs",
"//hw/ip/spi_device/data:spi_device_c_regs",
"//hw/ip/spi_host/data:spi_host_c_regs",
"//hw/ip/usbdev/data:usbdev_c_regs",
"//hw/top_earlgrey/sw/autogen:top_earlgrey",
"//sw/device/lib/arch:device",
Expand Down Expand Up @@ -5041,7 +5039,6 @@ opentitan_test(
"//hw/ip/kmac/data:kmac_c_regs",
"//hw/ip/pattgen/data:pattgen_c_regs",
"//hw/ip/pwm/data:pwm_c_regs",
"//hw/ip/spi_host/data:spi_host_c_regs",
"//hw/ip/uart/data:uart_c_regs",
"//hw/top_earlgrey/sw/autogen:top_earlgrey",
"//sw/device/lib/base:math",
Expand Down
2 changes: 1 addition & 1 deletion sw/device/tock/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ filegroup(
"//hw/ip/rv_core_ibex/data:rv_core_ibex_rust_regs",
"//hw/ip/rv_timer/data:rv_timer_rust_regs",
"//hw/ip/spi_device/data:spi_device_rust_regs",
"//hw/ip/spi_host/data:spi_host_rust_regs",
"//hw/ip/sram_ctrl/data:sram_ctrl_rust_regs",
"//hw/ip/sysrst_ctrl/data:sysrst_ctrl_rust_regs",
"//hw/ip/uart/data:uart_rust_regs",
Expand All @@ -50,6 +49,7 @@ filegroup(
"//hw/top_earlgrey/ip_autogen/pinmux:pinmux_rust_regs",
"//hw/top_earlgrey/ip_autogen/pwrmgr:pwrmgr_rust_regs",
"//hw/top_earlgrey/ip_autogen/rstmgr:rstmgr_rust_regs",
"//hw/top_earlgrey/ip_autogen/spi_host:spi_host_rust_regs",
],
output_group = "tock",
)
Expand Down

0 comments on commit d1fc915

Please sign in to comment.