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

Improved comment for proc_dp_verify_sync() for fractional sync periods.

parent f9a2764d
No related branches found
No related tags found
1 merge request!132Renamed proc_dp_verify_sync_v2() into overloaded proc_dp_verify_sync() and...
......@@ -223,8 +223,11 @@ BEGIN
proc_dp_verify_sop_and_eop(clk, bs_sosi.valid, bs_sosi.sop, bs_sosi.eop, hold_bs_sop); -- Verify that sop and eop come in pairs
proc_dp_verify_sync(clk, verify_sync, bs_sosi.sync, bs_sosi.sop, expected_sync_dly); -- Verify sync at sop and at expected_sync
-- Verify sync at sop and at expected_sync, but now using the
-- proc_dp_verify_sync() variant that can verify fractional sync periods
-- Verify sync at sop and at expected_sync again:
-- . now using the proc_dp_verify_sync() variant for dp_bsn_source_v2 that
-- can verify fractional sync periods.
-- . the proc_dp_verify_sync() v2 variant was made later, so in fact
-- this tb_dp_bsn_source_v2 verifies this new v2 procedure.
proc_dp_verify_sync(TO_UINT(bsn_init),
g_pps_interval,
g_block_size,
......
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