Skip to content

Commit

Permalink
Add license bit.
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 4, 2024
1 parent 4ac684c commit 54ecf4d
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 """
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 """
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 """
Expand Down

0 comments on commit 54ecf4d

Please sign in to comment.