blob: 41d46c989d9a2e93b19e71bad5508f0ea200df95 [file] [log] [blame]
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
package(default_visibility = ["//visibility:public"])
# Configure opentitantool for execution in the CI's CW310 container.
#
# Example:
# bazel test //sw/device/silicon_creator/lib/drivers:fpga_cw310_hmac_functest --define cw310=lowrisc
config_setting(
name = "lowrisc_fpga_cw310",
define_values = {
"cw310": "lowrisc",
},
)