Skip to content

Commit

Permalink
[SiVal, usbdev] Add fpga sival exec_env to aon_wake_diesconnect_test
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Reis <[email protected]>
  • Loading branch information
engdoreis committed Nov 27, 2024
1 parent 3642494 commit 6c9437c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions sw/device/tests/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright lowRISC contributors (OpenTitan project).
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0

load("@bazel_skylib//lib:dicts.bzl", "dicts")
load(
Expand Down Expand Up @@ -4194,8 +4192,18 @@ opentitan_test(
name = "usbdev_aon_wake_disconnect_test",
srcs = ["usbdev_aon_wake_disconnect_test.c"],
exec_env = dicts.add(
EARLGREY_TEST_ENVS,
EARLGREY_SILICON_OWNER_ROM_EXT_ENVS,
),
fpga = fpga_params(
test_cmd = """
--bootstrap="{firmware}"
--vbus-sense-en=VBUS_SENSE_EN
--vbus-sense=VBUS_SENSE
--wake=disconnect
""",
test_harness = "//sw/host/tests/chip/usb:usbdev_aon_wake",
),
silicon = silicon_params(
test_cmd = """
--bootstrap="{firmware}"
Expand Down

0 comments on commit 6c9437c

Please sign in to comment.