Skip to content

Commit

Permalink
[DEBUG] gds_write: print python version before running def2stream
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Czarnecki <[email protected]>
  • Loading branch information
lpawelcz committed Oct 17, 2023
1 parent 43f7364 commit a4b20de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gds_write/build_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def _gds_write_impl(ctx):
tech_lef,
],
),
command = "printenv && python {}".format(ctx.executable._gds_write.path) +
command = "printenv && python --version && python {}".format(ctx.executable._gds_write.path) +
" --design-name {}".format(ctx.attr.implemented_rtl[SynthesisInfo].top_module) +
" --input-def {}".format(ctx.attr.implemented_rtl[OpenRoadInfo].routed_def.path) +
lef_args +
Expand Down

0 comments on commit a4b20de

Please sign in to comment.