Skip to content

Commit

Permalink
Merge pull request #2224 from Pinata-Consulting/asap7-from-all-registers
Browse files Browse the repository at this point in the history
asap7: report_checks -from [all_registers] -to [all_registers] is now fast
  • Loading branch information
maliberty authored Aug 7, 2024
2 parents e0c1d5d + 2d12a72 commit 61f4442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flow/platforms/asap7/constraints.sdc
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ set_max_delay $max_delay -from $non_clk_inputs -to [all_outputs]
# in the histogram in the GUI and also includes these
# groups in the report
group_path -name in2reg -from $non_clk_inputs -to [all_registers]
group_path -name reg2out -from [all_clocks] -to [all_outputs]
group_path -name reg2reg -from [all_clocks] -to [all_registers]
group_path -name reg2out -from [all_registers] -to [all_outputs]
group_path -name reg2reg -from [all_registers] -to [all_registers]
group_path -name in2out -from $non_clk_inputs -to [all_outputs]

0 comments on commit 61f4442

Please sign in to comment.