Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sival,spi_host] Fix tag on Macronix flash SiVal test #25457

Merged
merged 1 commit into from
Dec 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions sw/device/tests/pmod/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ fpga_cw310(
"assemble": "{rom_ext}@0 {firmware}@0x10000",
},
rom_mmi = "//hw/bitstream:rom_mmi",
tags = ["cw310_sival_rom_ext"],
visibility = ["//visibility:private"],
)

Expand All @@ -60,7 +59,7 @@ opentitan_test(
"//hw/top_earlgrey:fpga_cw310_test_rom": None,
# Custom execution environment must be used for SiVal ROM EXT
# to ensure that all the PMOD pins are available.
":fpga_cw310_sival_rom_ext_no_hyper": None,
":fpga_cw310_sival_rom_ext_no_hyper": "sival_rom_ext_no_hyper",
},
),
fpga = fpga_params(
Expand All @@ -74,6 +73,13 @@ opentitan_test(
"pmod",
], # Requires the PMOD::BoB.
),
sival_rom_ext_no_hyper = fpga_params(
tags = [
"cw310_sival_rom_ext",
"manual",
"pmod",
], # Requires the PMOD::BoB.
),
deps = [
"//hw/top_earlgrey/sw/autogen:top_earlgrey",
"//sw/device/lib/arch:device",
Expand Down
Loading