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

Do not (yet) register ref_sync.

parent 912d0679
Branches
Tags
No related merge requests found
...@@ -170,7 +170,12 @@ BEGIN ...@@ -170,7 +170,12 @@ BEGIN
latency <= cnt_latency; latency <= cnt_latency;
-- Register ref_sync to ease timing closure for ref_sync fanout to (many) dp_bsn_monitor_v2 instances -- Register ref_sync to ease timing closure for ref_sync fanout to (many) dp_bsn_monitor_v2 instances
ref_sync_reg <= ref_sync WHEN rising_edge(clk); -- TODO if needed:
-- Registering ref_sync assumes ref_sunc occurs before in_sosi.sync. When ref_sync = in_sosi.sync,
-- then also the impact of registering ref_sync with respect to in_sosi and in_siso needs to be
-- verified.
--ref_sync_reg <= ref_sync WHEN rising_edge(clk);
ref_sync_reg <= ref_sync;
u_sync_timeout_cnt : ENTITY common_lib.common_counter u_sync_timeout_cnt : ENTITY common_lib.common_counter
GENERIC MAP ( GENERIC MAP (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment