# 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", | |
) |