diff --git a/hw/top_earlgrey/data/chip_testplan.hjson b/hw/top_earlgrey/data/chip_testplan.hjson index b647dcdcb1b9d..42adda4f263ba 100644 --- a/hw/top_earlgrey/data/chip_testplan.hjson +++ b/hw/top_earlgrey/data/chip_testplan.hjson @@ -39,6 +39,7 @@ "hw/top_earlgrey/data/ip/chip_lc_ctrl_testplan.hjson", "hw/top_earlgrey/data/ip/chip_otbn_testplan.hjson", "hw/top_earlgrey/data/ip/chip_otp_ctrl_testplan.hjson", + "hw/top_earlgrey/data/ip/chip_pwm_testplan.hjson", "hw/top_earlgrey/data/ip/chip_pwrmgr_testplan.hjson", "hw/top_earlgrey/data/ip/chip_rom_ctrl_testplan.hjson", "hw/top_earlgrey/data/ip/chip_rstmgr_testplan.hjson", diff --git a/hw/top_earlgrey/data/ip/chip_pwm_testplan.hjson b/hw/top_earlgrey/data/ip/chip_pwm_testplan.hjson index ff343b95f1e9d..69495bee54100 100644 --- a/hw/top_earlgrey/data/ip/chip_pwm_testplan.hjson +++ b/hw/top_earlgrey/data/ip/chip_pwm_testplan.hjson @@ -17,7 +17,7 @@ si_stage: SV3 lc_states: ["PROD"] tests: [] - bazel: [] + bazel: ["//sw/device/tests:pwm_smoketest"] } ] }