Skip to content

Commit

Permalink
Pass the assumed IO loads as env vars into
Browse files Browse the repository at this point in the history
OpenROAD from the stdcell PDK.

Signed-off-by: Mike Inouye <[email protected]>
  • Loading branch information
mikesinouye committed Jun 26, 2024
1 parent 0d1f251 commit 41661c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions place_and_route/open_road.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ def openroad_command(ctx, commands, input_db = None, step_name = None, inputs =
],
executable = ctx.executable._openroad,
env = {
"DEFAULT_INPUT_DRIVER_CELL": stdcell_info.default_input_driver_cell,
"DEFAULT_OUTPUT_LOAD": stdcell_info.default_output_load,
"QT_QPA_PLATFORM": ctx.attr.qt_qpa_platform,
"TCL_LIBRARY": openroad_runfiles_dir + "/tk_tcl/library",
},
Expand Down

0 comments on commit 41661c0

Please sign in to comment.