We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697757b commit 087a10cCopy full SHA for 087a10c
flow/platforms/asap7/constraints.sdc
@@ -86,6 +86,6 @@ set_max_delay $max_delay -from $non_clk_inputs -to [all_outputs]
86
# in the histogram in the GUI and also includes these
87
# groups in the report
88
group_path -name in2reg -from $non_clk_inputs -to [all_registers]
89
-group_path -name reg2out -from [all_registers] -to [all_outputs]
90
-group_path -name reg2reg -from [all_registers] -to [all_registers]
+group_path -name reg2out -from [all_clocks] -to [all_outputs]
+group_path -name reg2reg -from [all_clocks] -to [all_registers]
91
group_path -name in2out -from $non_clk_inputs -to [all_outputs]
0 commit comments