Skip to content

Commit

Permalink
logs: add .json files
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Oct 20, 2024
1 parent b14b79f commit 4bf9a52
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions openroad.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,12 @@ orfs_floorplan = rule(
"2_4_floorplan_macro.log",
"2_5_floorplan_tapcell.log",
"2_6_floorplan_pdn.log",
"2_1_floorplan.json",
"2_2_floorplan_io.json",
"2_3_floorplan_tdms.json",
"2_4_floorplan_macro.json",
"2_5_floorplan_tapcell.json",
"2_6_floorplan_pdn.json",
],
report_names = [
"2_floorplan_final.rpt",
Expand All @@ -960,6 +966,11 @@ orfs_place = rule(
"3_3_place_gp.log",
"3_4_place_resized.log",
"3_5_place_dp.log",
"3_1_place_gp_skip_io.json",
"3_2_place_iop.json",
"3_3_place_gp.json",
"3_4_place_resized.json",
"3_5_place_dp.json",
],
report_names = [],
result_names = [
Expand All @@ -979,6 +990,7 @@ orfs_cts = rule(
steps = ["do-cts"],
log_names = [
"4_1_cts.log",
"4_1_cts.json",
],
report_names = [
"4_cts_final.rpt",
Expand All @@ -1005,6 +1017,9 @@ orfs_grt = rule(
],
log_names = [
"5_1_grt.log",
"5_1_grt.json",
"5_2_route.json",
"5_3_fillcell.json",
],
report_names = [
"5_global_route.rpt",
Expand Down Expand Up @@ -1058,6 +1073,7 @@ orfs_final = rule(
"6_1_merge.log",
"6_report.log",
"6_report.json",
"6_1_fill.json",
],
report_names = [
"6_finish.rpt",
Expand Down

0 comments on commit 4bf9a52

Please sign in to comment.