From 1a22f5557e19bbd71dbe09f57ad9468019a6e8c1 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Thu, 4 Jan 2024 15:08:56 -0800 Subject: [PATCH] Fix vlsiffra description. Signed-off-by: Tim 'mithro' Ansell --- .../bundled.BUILD.bazel | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/dependency_support/com_github_mithro_vlsiffra_hdl_library/bundled.BUILD.bazel b/dependency_support/com_github_mithro_vlsiffra_hdl_library/bundled.BUILD.bazel index 64773afd..f4060f12 100644 --- a/dependency_support/com_github_mithro_vlsiffra_hdl_library/bundled.BUILD.bazel +++ b/dependency_support/com_github_mithro_vlsiffra_hdl_library/bundled.BUILD.bazel @@ -13,8 +13,20 @@ # limitations under the License. # Description: -# LEMON is an open source C++ library of graph and optimization algorithms. +# Library of adders generated with the vlsiffra tooling (https://github.com/antonblanchard/vlsiffra). + +load("@rules_license//rules:license.bzl", "license") + +license( + name = "license", + package_name = "asap7sc6t_26", +) + +licenses(["notice"]) + +exports_files(["LICENSE"]) + package( - features = [ - ], + default_applicable_licenses = ["@com_github_mithro_vlsiffra_hdl_library//:license"], + default_visibility = ["//visibility:public"], )