Skip to content

Commit

Permalink
Make genus report unconstrained paths (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 authored Oct 21, 2023
1 parent 51f91e6 commit 479b2e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hammer/synthesis/genus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ def generate_reports(self) -> bool:
"""Generate reports."""
# TODO: extend report generation capabilities
self.verbose_append("write_reports -directory reports -tag final")
# Write reports does not normally report unconstrained paths
self.verbose_append("report_timing -unconstrained -max_paths 50 > reports/final_unconstrained.rpt")
return True

def write_regs(self) -> bool:
Expand Down

0 comments on commit 479b2e1

Please sign in to comment.