Skip to content

Commit

Permalink
Fix incorrect proto file path.
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Inouye <[email protected]>
  • Loading branch information
mikesinouye committed Sep 18, 2024
1 parent 5d0dc37 commit 6c235be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion place_and_route/private/benchmark.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def benchmark(ctx, open_road_info):
benchmark_path = benchmark_report.path

cmds = [
"echo \"# proto-file: third_party/bazel_rules_hdl/synthesis/power_performance_area.proto\" >> {out};".format(out = benchmark_path),
"echo \"# proto-file: synthesis/power_performance_area.proto\" >> {out};".format(out = benchmark_path),
"echo \"# proto-message: hdl.ppa.PowerPerformanceAreaProto\n\" >> {out};".format(out = benchmark_path),
]
awk_cmds = [
Expand Down

0 comments on commit 6c235be

Please sign in to comment.