Skip to content

Commit

Permalink
synth: keep synth_stats.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Oct 30, 2024
1 parent afff325 commit c055a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openroad.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ orfs_run = rule(
)

CANON_OUTPUT = "1_synth.rtlil"
SYNTH_OUTPUTS = ["1_synth.v", "1_synth.sdc", "mem.json"]
SYNTH_OUTPUTS = ["1_synth.v", "1_synth.sdc", "mem.json", "synth_stats.txt"]

def _yosys_impl(ctx):
all_arguments = _data_arguments(ctx) | _required_arguments(ctx) | _orfs_arguments(*[dep[OrfsInfo] for dep in ctx.attr.deps])
Expand Down

0 comments on commit c055a0c

Please sign in to comment.