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

Do use start bsn for sync verification.

parent 909fe14a
No related branches found
No related tags found
1 merge request!272L2SDP-801 Verify bsn time offset in dp_bsn_source_v2.vhd
...@@ -521,7 +521,8 @@ BEGIN ...@@ -521,7 +521,8 @@ BEGIN
verify_sync <= NOT recover_from_in_lost; verify_sync <= NOT recover_from_in_lost;
-- Verify that sync is on PPS and BSN grid as defined in [1]. -- Verify that sync is on PPS and BSN grid as defined in [1].
proc_dp_verify_sync(ctrl_interval_size, proc_dp_verify_sync(TO_UINT(ctrl_start_bsn),
ctrl_interval_size,
g_block_size, g_block_size,
clk, clk,
verify_sync, verify_sync,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment