Skip to content

Commit

Permalink
Fix vlsiffra description.
Browse files Browse the repository at this point in the history
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
  • Loading branch information
mithro committed Jan 10, 2024
1 parent a050aab commit 1a22f55
Showing 1 changed file with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
)

0 comments on commit 1a22f55

Please sign in to comment.