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 e45362e commit 35d0288Copy full SHA for 35d0288
utils/vivado_timing.tcl
@@ -7,8 +7,8 @@ open_project $_xil_proj_path_/$_xil_proj_name_
7
open_run impl_1
8
9
puts "-> Timings check starts..."
10
-set whs [get_property SLACK [get_timing_paths -setup -hold]]
11
-set wns [get_property SLACK [get_timing_paths]]
+set whs [get_property SLACK [get_timing_paths -hold]]
+set wns [get_property SLACK [get_timing_paths -setup]]
12
puts "-> WHS: $whs"
13
puts "-> WNS: $wns"
14
0 commit comments