Skip to content

Commit

Permalink
pdk/proto/extract_lef_and_liberty: fix duplicate fields
Browse files Browse the repository at this point in the history
  • Loading branch information
proppy committed Nov 8, 2023
1 parent 2d6c21f commit 9997e06
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pdk/proto/build_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ def _extract_lef_and_liberty_impl(ctx):
content.append("tech_lef_path: \"{}\"".format(ctx.attr.tech_lef_path))
content.append("liberty_path: \"{}\"".format(ctx.attr.liberty_path))

content.append("tech_lef_path: \"{}\"".format(standard_cell.tech_lef.short_path))
out_files.append(standard_cell.tech_lef)

content.append("liberty_path: \"{}\"".format(standard_cell.default_corner.liberty.short_path))
out_files.append(standard_cell.default_corner.liberty)

content.append("tracks_file_path: \"{}\"".format(
open_road_configuration.tracks_file.short_path,
))
Expand Down

0 comments on commit 9997e06

Please sign in to comment.