| # Copyright Google LLC 2023 |
| # Copyright lowRISC contributors. |
| # Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| # SPDX-License-Identifier: Apache-2.0 |
| |
| load("@matcha//rules:matcha.bzl", "matcha_extflash_tar") |
| |
| [matcha_extflash_tar( |
| name = "kelvin_fpga_test_{}_extflash".format(test[:-4]), |
| kelvin_binary = "@kelvin-binary//:{}".format(test), |
| sc_binary = "@matcha//sw/device/tests/kelvin/fpga_tests:kelvin_test_sc_extflash_fpga_nexus_bin", |
| smc_binary = "@matcha//sw/device/tests/kelvin/fpga_tests:kelvin_test_smc_fpga_nexus_bin", |
| tags = [ |
| "kelvin_fpga", |
| ], |
| ) for test in glob(["*.bin"])] |