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

Added more comment to proc_dp_verify_sync().

parent 86d8befc
No related branches found
No related tags found
1 merge request!132Renamed proc_dp_verify_sync_v2() into overloaded proc_dp_verify_sync() and...
...@@ -2340,6 +2340,8 @@ PACKAGE BODY tb_dp_pkg IS ...@@ -2340,6 +2340,8 @@ PACKAGE BODY tb_dp_pkg IS
-- PROCEDURE: Verify the DUT output sync -- PROCEDURE: Verify the DUT output sync
-- . sync is defined such that it can only be active at sop -- . sync is defined such that it can only be active at sop
-- . assume that the fractional sync period varies between N and N-1 blocks -- . assume that the fractional sync period varies between N and N-1 blocks
-- . the fractional sync period starts with N blocks and fits e.g.
-- dp_bsn_source_v2, dp_bsn_sync_scheduler.
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
PROCEDURE proc_dp_verify_sync(CONSTANT c_start_bsn : IN NATURAL; -- BSN of first sync, start of fractional periods PROCEDURE proc_dp_verify_sync(CONSTANT c_start_bsn : IN NATURAL; -- BSN of first sync, start of fractional periods
CONSTANT c_sync_period : IN NATURAL; -- number of sample per sync period CONSTANT c_sync_period : IN NATURAL; -- number of sample per sync period
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment