Commit b5769e38 authored by Maciej Lipinski's avatar Maciej Lipinski

[wr-streamers] increased sampling period of ts_restore_tai

TAI time is sampled from clk_ref to clk_sys domain.
Apparently, such sampling sometimes takes more than
the configured 20 periods. Likely, this is not a problem,
but the updated gc_synchronizer2 now complains. So, I
increased the sampling time to 30 periods.
parent 462beb7c
......@@ -370,7 +370,7 @@ begin -- rtl
U_RestoreTAITimeFromRXTimestamp : entity work.ts_restore_tai
generic map (
g_tm_sample_period => 20,
g_tm_sample_period => 30,
g_clk_ref_rate => g_clk_ref_rate,
g_simulation => g_simulation,
g_sim_cycle_counter_range => g_sim_cycle_counter_range)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment