From 54ecf4d662de917dd07dddac9accc6383c4e38be Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Thu, 4 Jan 2024 13:17:28 -0800 Subject: [PATCH] Add license bit. Signed-off-by: Tim 'mithro' Ansell --- .../bundled.BUILD.bazel | 13 +++++++++++-- .../bundled.BUILD.bazel | 13 +++++++++++-- .../bundled.BUILD.bazel | 13 +++++++++++-- 3 files changed, 33 insertions(+), 6 deletions(-) diff --git a/dependency_support/org_theopenroadproject_asap7sc6t_26/bundled.BUILD.bazel b/dependency_support/org_theopenroadproject_asap7sc6t_26/bundled.BUILD.bazel index a9125d09..a5574d8a 100644 --- a/dependency_support/org_theopenroadproject_asap7sc6t_26/bundled.BUILD.bazel +++ b/dependency_support/org_theopenroadproject_asap7sc6t_26/bundled.BUILD.bazel @@ -40,12 +40,21 @@ By default if not otherwise explicitly specified the default selection will be the 7.5 track library using RVT transistors and slow corner. """ -load("@rules_hdl//pdk:build_defs.bzl", "ADDER_MAPPINGS") -load("@rules_hdl//pdk:open_road_configuration.bzl", "make_open_road_pdk_configuration", "open_road_pdk_configuration") load("@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:asap7.bzl", "asap7_cell_library") load("@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:asap7.bzl", "asap7_cells_files") load("@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:asap7.bzl", "asap7_srams_files") +load("@rules_hdl//pdk:build_defs.bzl", "ADDER_MAPPINGS") +load("@rules_hdl//pdk:open_road_configuration.bzl", "make_open_road_pdk_configuration", "open_road_pdk_configuration") +load("@rules_license//rules:license.bzl", "license") + +license( + name = "license", + package_name = "asap7sc6t_26", +) + +licenses(["notice"]) +exports_files(["LICENSE"]) # From org_theopenroadproject_asap7sc6t_26/cells-lvt.bzl """ ASAP7 "rev 26" 6 track standard cell library using low VT transistors """ diff --git a/dependency_support/org_theopenroadproject_asap7sc7p5t_27/bundled.BUILD.bazel b/dependency_support/org_theopenroadproject_asap7sc7p5t_27/bundled.BUILD.bazel index e3730dde..183c01ac 100644 --- a/dependency_support/org_theopenroadproject_asap7sc7p5t_27/bundled.BUILD.bazel +++ b/dependency_support/org_theopenroadproject_asap7sc7p5t_27/bundled.BUILD.bazel @@ -40,12 +40,21 @@ By default if not otherwise explicitly specified the default selection will be the 7.5 track library using RVT transistors and slow corner. """ -load("@rules_hdl//pdk:build_defs.bzl", "ADDER_MAPPINGS") -load("@rules_hdl//pdk:open_road_configuration.bzl", "make_open_road_pdk_configuration", "open_road_pdk_configuration") load("@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:asap7.bzl", "asap7_cell_library") load("@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:asap7.bzl", "asap7_cells_files") load("@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:asap7.bzl", "asap7_srams_files") +load("@rules_hdl//pdk:build_defs.bzl", "ADDER_MAPPINGS") +load("@rules_hdl//pdk:open_road_configuration.bzl", "make_open_road_pdk_configuration", "open_road_pdk_configuration") +load("@rules_license//rules:license.bzl", "license") + +license( + name = "license", + package_name = "asap7sc7p5t_27", +) + +licenses(["notice"]) +exports_files(["LICENSE"]) # From org_theopenroadproject_asap7sc7p5t_27/cells-lvt.bzl """ ASAP7 "rev 27" 7.5 track standard cell library using Low VT transistors """ diff --git a/dependency_support/org_theopenroadproject_asap7sc7p5t_28/bundled.BUILD.bazel b/dependency_support/org_theopenroadproject_asap7sc7p5t_28/bundled.BUILD.bazel index eb8597a4..368b357c 100644 --- a/dependency_support/org_theopenroadproject_asap7sc7p5t_28/bundled.BUILD.bazel +++ b/dependency_support/org_theopenroadproject_asap7sc7p5t_28/bundled.BUILD.bazel @@ -40,12 +40,21 @@ By default if not otherwise explicitly specified the default selection will be the 7.5 track library using RVT transistors and slow corner. """ -load("@rules_hdl//pdk:build_defs.bzl", "ADDER_MAPPINGS") -load("@rules_hdl//pdk:open_road_configuration.bzl", "make_open_road_pdk_configuration", "open_road_pdk_configuration") load("@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:asap7.bzl", "asap7_cell_library") load("@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:asap7.bzl", "asap7_cells_files") load("@rules_hdl//dependency_support/org_theopenroadproject_asap7_pdk_r1p7:asap7.bzl", "asap7_srams_files") +load("@rules_hdl//pdk:build_defs.bzl", "ADDER_MAPPINGS") +load("@rules_hdl//pdk:open_road_configuration.bzl", "make_open_road_pdk_configuration", "open_road_pdk_configuration") +load("@rules_license//rules:license.bzl", "license") + +license( + name = "license", + package_name = "asap7sc7p5t_28", +) + +licenses(["notice"]) +exports_files(["LICENSE"]) # From org_theopenroadproject_asap7sc7p5t_28/cells-lvt.bzl """ ASAP7 "rev 28" 7.5 track standard cell library using Low VT transistors """