2021-01-11 18:16:03 +08:00
|
|
|
workspace(name = "TIM_VX")
|
|
|
|
|
|
2021-01-28 17:23:18 +08:00
|
|
|
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
|
|
|
|
|
|
|
|
|
http_archive(
|
|
|
|
|
name = "aarch64_A311D",
|
|
|
|
|
build_file = "@//prebuilt-sdk/x86_64_linux:BUILD",
|
|
|
|
|
sha256 = "9c3fe033f6d012010c92ed1f173b5410019ec144ddf68cbc49eaada2b4737e7f",
|
|
|
|
|
strip_prefix = "aarch64_A311D_D312513_A294074_R311680_T312233_O312045",
|
|
|
|
|
urls = [
|
|
|
|
|
"https://github.com/VeriSilicon/TIM-VX/releases/download/v1.1.28/aarch64_A311D_D312513_A294074_R311680_T312233_O312045.tgz",
|
|
|
|
|
],
|
|
|
|
|
)
|
|
|
|
|
|
2021-01-11 18:16:03 +08:00
|
|
|
local_repository(
|
|
|
|
|
name = 'TOOLCHAINS',
|
|
|
|
|
path = 'toolchains',
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
load("@TOOLCHAINS//:toolchains.bzl", "init_toolchains")
|
|
|
|
|
init_toolchains()
|