blob: 8bd7acf7271b827b373f9db59201356ea9c6fe20 [file] [log] [blame]
# Copyright 2023 Google LLC
load("//rules:matcha.bzl", "bin_to_c_file")
package(default_visibility = ["//visibility:public"])
# Binary is built from //sw/device/tests/kelvin/hps-c-port
bin_to_c_file(
name = "kelvin_model_ml_bin",
srcs = ["//sw/device/tests/kelvin/hps-c-port:kelvin_hps_model.bin"],
var_name = "kelvin_bin",
)