diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6efbba586303e..2eaae69b59f9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -434,15 +434,15 @@ jobs: execute_rom_ext_fpga_tests_cw310: name: CW310 ROM_EXT Tests - needs: chip_earlgrey_cw310 + needs: chip_earlgrey_cw310_hyperdebug uses: ./.github/workflows/fpga.yml secrets: inherit with: job_name: execute_rom_ext_fpga_tests_cw310 - bitstream: chip_earlgrey_cw310 + bitstream: chip_earlgrey_cw310_hyperdebug board: cw310 - interface: cw310 - tag_filters: cw310_rom_ext + interface: hyper310 + tag_filters: hyper310_rom_ext execute_sival_fpga_tests_cw310: name: CW310 SiVal Tests diff --git a/sw/device/silicon_owner/bare_metal/BUILD b/sw/device/silicon_owner/bare_metal/BUILD index ee81131670fc1..7171f87cdc71a 100644 --- a/sw/device/silicon_owner/bare_metal/BUILD +++ b/sw/device/silicon_owner/bare_metal/BUILD @@ -123,7 +123,7 @@ BOOT_SUCCESS_MSG = "Bare metal PASS!" opentitan_test( name = "rom_ext_virtual_bare_metal_virtual_boot_test", exec_env = { - "//hw/top_earlgrey:fpga_cw310_rom_ext": None, + "//hw/top_earlgrey:fpga_hyper310_rom_ext": None, }, fpga = fpga_params( binaries = { @@ -142,7 +142,7 @@ opentitan_test( name = "rom_ext_virtual_ottf_bl0_virtual", srcs = ["empty_test.c"], exec_env = { - "//hw/top_earlgrey:fpga_cw310_rom_ext": None, + "//hw/top_earlgrey:fpga_hyper310_rom_ext": None, }, linker_script = "//sw/device/lib/testing/test_framework:ottf_ld_silicon_owner_slot_virtual", manifest = ":manifest", diff --git a/sw/device/tests/BUILD b/sw/device/tests/BUILD index 647313fab7b04..8c21d669ff27f 100644 --- a/sw/device/tests/BUILD +++ b/sw/device/tests/BUILD @@ -154,7 +154,7 @@ opentitan_test( EARLGREY_TEST_ENVS, EARLGREY_SILICON_OWNER_ROM_EXT_ENVS, { - "//hw/top_earlgrey:fpga_cw310_rom_ext": None, + "//hw/top_earlgrey:fpga_hyper310_rom_ext": None, "//hw/top_earlgrey:fpga_cw310_sival": None, "//hw/top_earlgrey:silicon_creator": None, }, @@ -163,7 +163,7 @@ opentitan_test( run_in_ci = EARLGREY_TEST_ENVS.keys() + [ "//hw/top_earlgrey:fpga_cw310_sival", "//hw/top_earlgrey:fpga_cw310_sival_rom_ext", - "//hw/top_earlgrey:fpga_cw310_rom_ext", + "//hw/top_earlgrey:fpga_hyper310_rom_ext", ], deps = [ "//hw/ip/aes:model",