Skip to content

Commit

Permalink
Add runfiles to depset in skywater-pdk.
Browse files Browse the repository at this point in the history
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
  • Loading branch information
mithro committed Nov 20, 2023
1 parent 0737bbe commit 2c5f01c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dependency_support/com_google_skywater_pdk/build_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ def _skywater_cell_library_impl(ctx):
default_lib_depset = [default_corner.liberty]

return [
DefaultInfo(files = depset(default_lib_depset)),
DefaultInfo(
files = depset(default_lib_depset),
runfiles = ctx.runfiles(default_lib_depset),
),
StandardCellInfo(
corners = corners,
default_corner = default_corner,
Expand Down

0 comments on commit 2c5f01c

Please sign in to comment.