@@ -83,10 +83,10 @@ ARCHITECTURE tb OF tb_lofar2_unb2b_adc_wg IS
...
@@ -83,10 +83,10 @@ ARCHITECTURE tb OF tb_lofar2_unb2b_adc_wg IS
CONSTANTc_nof_sync:NATURAL:=5;
CONSTANTc_nof_sync:NATURAL:=5;
CONSTANTc_nof_block_per_sync:NATURAL:=16;
CONSTANTc_nof_block_per_sync:NATURAL:=16;
-- choose > time to read all subband statistics (dependent on tb_clk and mm_clk rate)
CONSTANTc_percentage:REAL:=0.05;-- percentage that actual value may differ from expected value
CONSTANTc_percentage:REAL:=0.05;-- percentage that actual value may differ from expected value
CONSTANTc_lo_factor:REAL:=1.0-c_percentage;-- lower boundary -- choose multiple of nof_taps=16 to have exactly same subband statistics every sync interval
CONSTANTc_hi_factor:REAL:=1.0+c_percentage;-- higher boundary -- choose multiple of nof_taps=16 to have exactly same subband statistics every sync interval