From a16eaf2aa5bbb82d3054acf59bfcd51fc7c5aa04 Mon Sep 17 00:00:00 2001 From: donker <donker@astron.nl> Date: Thu, 8 Oct 2020 22:19:20 +0200 Subject: [PATCH] modify header --- libraries/base/dp/src/vhdl/dp_bsn_source_v2.vhd | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libraries/base/dp/src/vhdl/dp_bsn_source_v2.vhd b/libraries/base/dp/src/vhdl/dp_bsn_source_v2.vhd index 465e677d3d..ea00a86aff 100644 --- a/libraries/base/dp/src/vhdl/dp_bsn_source_v2.vhd +++ b/libraries/base/dp/src/vhdl/dp_bsn_source_v2.vhd @@ -24,15 +24,16 @@ -- number -- Description: -- When dp_on is low then all outputs are low. When dp_on is high, the --- output sync starts pulsing with a period of g_block_size number of clk --- cycles and the output valid, sop and eop will be active. +-- output sync starts pulsing after bsn_time_offset (in clk cycles) with +-- a period of g_block_size number of clk cycles and the output valid, +-- sop and eop will be active. -- Alternatively, one can assert dp_on while dp_on_pps is high to -- start the data path on the next PPS. -- Remarks: -- Starting the data path is only possible from the dp_off state, so one -- has to disable (dp_on='0') the data path before restarting it. -- --- author : P.Donker okt. 2020 +-- author : P.Donker okt. 2020, added bsn_time_offset -- LIBRARY IEEE, common_lib; -- GitLab