Skip to content

Commit

Permalink
[SiVal, manuf] Enable sram_program_crc_functest for SiVal
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Reis <[email protected]>
  • Loading branch information
engdoreis committed Dec 18, 2024
1 parent 6057aaf commit b62a449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sw/device/silicon_creator/manuf/data/manuf_testplan.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@
otp_mutate: false
lc_states: ["TEST_UNLOCKED"]
tests: []
bazel: []
bazel: ["sw/device/silicon_creator/manuf/tests:manuf_sram_program_crc_test_unlocked0_functest"]
}
]
}
1 change: 1 addition & 0 deletions sw/device/silicon_creator/manuf/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ cc_library(
name = "manuf_sram_program_crc_{}_functest".format(lc_state.lower()),
srcs = ["sram_empty_functest.c"],
exec_env = {
"//hw/top_earlgrey:fpga_cw340_sival": None,
"//hw/top_earlgrey:fpga_hyper310_rom_with_fake_keys": None,
"//hw/top_earlgrey:silicon_creator": None,
},
Expand Down

0 comments on commit b62a449

Please sign in to comment.