File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1258,21 +1258,17 @@ opentitan_test(
12581258opentitan_test (
12591259 name = "entropy_src_csrng_test" ,
12601260 srcs = ["entropy_src_csrng_test.c" ],
1261- broken = cw310_params (tags = ["broken" ]),
12621261 exec_env = dicts .add (
12631262 EARLGREY_TEST_ENVS ,
12641263 {
12651264 "//hw/top_earlgrey:fpga_cw310_sival" : None ,
1266- "//hw/top_earlgrey:fpga_cw310_sival_rom_ext" : "broken" ,
1265+ "//hw/top_earlgrey:fpga_cw310_sival_rom_ext" : None ,
12671266 "//hw/top_earlgrey:silicon_creator" : None ,
1268- "//hw/top_earlgrey:silicon_owner_sival_rom_ext" : "silicon_owner" ,
1269- "//hw/top_earlgrey:silicon_owner_prodc_rom_ext" : "silicon_owner" ,
1270- "//hw/top_earlgrey:silicon_owner_proda_rom_ext" : "silicon_owner" ,
1267+ "//hw/top_earlgrey:silicon_owner_sival_rom_ext" : None ,
1268+ "//hw/top_earlgrey:silicon_owner_prodc_rom_ext" : None ,
1269+ "//hw/top_earlgrey:silicon_owner_proda_rom_ext" : None ,
12711270 },
12721271 ),
1273- silicon_owner = silicon_params (
1274- tags = ["broken" ],
1275- ),
12761272 verilator = verilator_params (
12771273 timeout = "long" ,
12781274 ),
You can’t perform that action at this time.
0 commit comments