blob: 14878a19745d2cc4eb157f7b9737480163098b79 [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:hmac_functest_fpga_cw310 --define cw310=lowrisc
config_setting(
name = "lowrisc_fpga_cw310",
define_values = {
"cw310": "lowrisc",
},
)