File tree 4 files changed +63
-0
lines changed
org_theopenroadproject_asap7sc6t_26
org_theopenroadproject_asap7sc7p5t_27
org_theopenroadproject_asap7sc7p5t_28
4 files changed +63
-0
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
+ load ("@rules_hdl//pdk/proto:build_defs.bzl" , "extract_lef_and_liberty" )
16
+
15
17
package (
16
18
default_applicable_licenses = ["//:package_license" ],
17
19
default_visibility = ["//visibility:private" ],
@@ -22,3 +24,8 @@ licenses(["notice"])
22
24
exports_files ([
23
25
"liberty_wrapper.py" ,
24
26
])
27
+
28
+ extract_lef_and_liberty (
29
+ name = "sky130-fd_sc_hd_data" ,
30
+ standard_cell = "@com_google_skywater_pdk_sky130_fd_sc_hd//:sky130_fd_sc_hd" ,
31
+ )
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
+ load ("@rules_hdl//pdk/proto:build_defs.bzl" , "extract_lef_and_liberty" )
16
+
15
17
package (
16
18
default_applicable_licenses = ["//:package_license" ],
17
19
default_visibility = ["//visibility:private" ],
18
20
)
21
+
22
+ extract_lef_and_liberty (
23
+ name = "asap7-sc6t_rev26_lvt_data" ,
24
+ standard_cell = "@org_theopenroadproject_asap7sc6t_26//:asap7-sc6t_rev26_lvt" ,
25
+ )
26
+
27
+ extract_lef_and_liberty (
28
+ name = "asap7-sc6t_rev26_rvt_data" ,
29
+ standard_cell = "@org_theopenroadproject_asap7sc6t_26//:asap7-sc6t_rev26_rvt" ,
30
+ )
31
+
32
+ extract_lef_and_liberty (
33
+ name = "asap7-sc6t_rev26_slvt_data" ,
34
+ standard_cell = "@org_theopenroadproject_asap7sc6t_26//:asap7-sc6t_rev26_slvt" ,
35
+ )
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
+ load ("@rules_hdl//pdk/proto:build_defs.bzl" , "extract_lef_and_liberty" )
16
+
15
17
package (
16
18
default_applicable_licenses = ["//:package_license" ],
17
19
default_visibility = ["//visibility:private" ],
18
20
)
21
+
22
+ extract_lef_and_liberty (
23
+ name = "asap7-sc7p5t_rev27_lvt_data" ,
24
+ standard_cell = "@org_theopenroadproject_asap7sc6t_26//:asap7-sc7p5t_rev27_lvt" ,
25
+ )
26
+
27
+ extract_lef_and_liberty (
28
+ name = "asap7-sc7p5t_rev27_rvt_data" ,
29
+ standard_cell = "@org_theopenroadproject_asap7sc6t_26//:asap7-sc7p5t_rev27_rvt" ,
30
+ )
31
+
32
+ extract_lef_and_liberty (
33
+ name = "asap7-sc7p5t_rev27_slvt_data" ,
34
+ standard_cell = "@org_theopenroadproject_asap7sc6t_26//:asap7-sc7p5t_rev27_slvt" ,
35
+ )
36
+
37
+ extract_lef_and_liberty (
38
+ name = "asap7-sc7p5t_rev27_rvt_4x_data" ,
39
+ standard_cell = "@org_theopenroadproject_asap7sc6t_26//:asap7-sc7p5t_rev27_rvt_4x" ,
40
+ )
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
+ load ("@rules_hdl//pdk/proto:build_defs.bzl" , "extract_lef_and_liberty" )
16
+
15
17
package (
16
18
default_applicable_licenses = ["//:package_license" ],
17
19
default_visibility = ["//visibility:private" ],
18
20
)
21
+
22
+ extract_lef_and_liberty (
23
+ name = "asap7-sc7p5t_rev28_lvt_data" ,
24
+ standard_cell = "@org_theopenroadproject_asap7sc6t_26//:asap7-sc7p5t_rev28_lvt" ,
25
+ )
26
+
27
+ extract_lef_and_liberty (
28
+ name = "asap7-sc7p5t_rev28_rvt_data" ,
29
+ standard_cell = "@org_theopenroadproject_asap7sc6t_26//:asap7-sc7p5t_rev28_rvt" ,
30
+ )
31
+
32
+ extract_lef_and_liberty (
33
+ name = "asap7-sc7p5t_rev28_slvt_data" ,
34
+ standard_cell = "@org_theopenroadproject_asap7sc6t_26//:asap7-sc7p5t_rev28_slvt" ,
35
+ )
You can’t perform that action at this time.
0 commit comments