File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -434,15 +434,15 @@ jobs:
434434
435435 execute_rom_ext_fpga_tests_cw310 :
436436 name : CW310 ROM_EXT Tests
437- needs : chip_earlgrey_cw310
437+ needs : chip_earlgrey_cw310_hyperdebug
438438 uses : ./.github/workflows/fpga.yml
439439 secrets : inherit
440440 with :
441441 job_name : execute_rom_ext_fpga_tests_cw310
442- bitstream : chip_earlgrey_cw310
442+ bitstream : chip_earlgrey_cw310_hyperdebug
443443 board : cw310
444- interface : cw310
445- tag_filters : cw310_rom_ext
444+ interface : hyper310
445+ tag_filters : hyper310_rom_ext
446446
447447 execute_sival_fpga_tests_cw310 :
448448 name : CW310 SiVal Tests
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ BOOT_SUCCESS_MSG = "Bare metal PASS!"
123123opentitan_test (
124124 name = "rom_ext_virtual_bare_metal_virtual_boot_test" ,
125125 exec_env = {
126- "//hw/top_earlgrey:fpga_cw310_rom_ext " : None ,
126+ "//hw/top_earlgrey:fpga_hyper310_rom_ext " : None ,
127127 },
128128 fpga = fpga_params (
129129 binaries = {
@@ -142,7 +142,7 @@ opentitan_test(
142142 name = "rom_ext_virtual_ottf_bl0_virtual" ,
143143 srcs = ["empty_test.c" ],
144144 exec_env = {
145- "//hw/top_earlgrey:fpga_cw310_rom_ext " : None ,
145+ "//hw/top_earlgrey:fpga_hyper310_rom_ext " : None ,
146146 },
147147 linker_script = "//sw/device/lib/testing/test_framework:ottf_ld_silicon_owner_slot_virtual" ,
148148 manifest = ":manifest" ,
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ opentitan_test(
154154 EARLGREY_TEST_ENVS ,
155155 EARLGREY_SILICON_OWNER_ROM_EXT_ENVS ,
156156 {
157- "//hw/top_earlgrey:fpga_cw310_rom_ext " : None ,
157+ "//hw/top_earlgrey:fpga_hyper310_rom_ext " : None ,
158158 "//hw/top_earlgrey:fpga_cw310_sival" : None ,
159159 "//hw/top_earlgrey:silicon_creator" : None ,
160160 },
@@ -163,7 +163,7 @@ opentitan_test(
163163 run_in_ci = EARLGREY_TEST_ENVS .keys () + [
164164 "//hw/top_earlgrey:fpga_cw310_sival" ,
165165 "//hw/top_earlgrey:fpga_cw310_sival_rom_ext" ,
166- "//hw/top_earlgrey:fpga_cw310_rom_ext " ,
166+ "//hw/top_earlgrey:fpga_hyper310_rom_ext " ,
167167 ],
168168 deps = [
169169 "//hw/ip/aes:model" ,
You can’t perform that action at this time.
0 commit comments