Skip to content

Commit

Permalink
Add package definition to ASAP7.
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 54ecf4d commit f147b3d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ 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")

# Arizona State Predictive PDK and Cell Library
package(
default_applicable_licenses = ["@org_theopenroadproject_asap7sc6t_26//:license"],
default_visibility = ["//visibility:public"],
)

license(
name = "license",
package_name = "asap7sc6t_26",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ 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")

# Arizona State Predictive PDK and Cell Library
package(
default_applicable_licenses = ["@org_theopenroadproject_asap7sc7p5t_27//:license"],
default_visibility = ["//visibility:public"],
)

license(
name = "license",
package_name = "asap7sc7p5t_27",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ 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")

# Arizona State Predictive PDK and Cell Library
package(
default_applicable_licenses = ["@org_theopenroadproject_asap7sc7p5t_28//:license"],
default_visibility = ["//visibility:public"],
)

license(
name = "license",
package_name = "asap7sc7p5t_28",
Expand Down

0 comments on commit f147b3d

Please sign in to comment.