Skip to content
Snippets Groups Projects
Commit 16cffb9f authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Only rise-rise of link_clk may already be enough.

parent 0c022add
No related branches found
No related tags found
1 merge request!352Resolve L2SDP-977
Pipeline #57687 passed
...@@ -133,7 +133,7 @@ set_clock_groups -asynchronous -group [get_clocks {*xcvr_native_a10_0|g_xcvr_nat ...@@ -133,7 +133,7 @@ set_clock_groups -asynchronous -group [get_clocks {*xcvr_native_a10_0|g_xcvr_nat
# <------> = 5 - 0.496 = 4.504 ns --> 222 MHz # <------> = 5 - 0.496 = 4.504 ns --> 222 MHz
# #
# Idem use same set_clock_uncertainty for fall-fall and fall_rise. Although # Idem use same set_clock_uncertainty for fall-fall and fall_rise. Although
# maybe only the rise-rise constraint is already sufficient. # maybe only the rise-rise constraint for link_clk is already sufficient.
# Increase clock uncertainty to force link_clk to have Fmax > 234MHz # Increase clock uncertainty to force link_clk to have Fmax > 234MHz
set_clock_uncertainty -rise_from [get_clocks {*|iopll_0|link_clk}] -rise_to [get_clocks {*|iopll_0|link_clk}] 5.727 set_clock_uncertainty -rise_from [get_clocks {*|iopll_0|link_clk}] -rise_to [get_clocks {*|iopll_0|link_clk}] 5.727
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment