I assume it occurs between my custom block and the SFP. Is there a way to tell 
exactly which block it occurs at using the software?

At a high level, my current network goes… ADC -> Radio -> CHDR_crossbar -> 
Custom Block -> Rx_streamer

My custom block has its s_axis_tready signal hooked up to the m_axis_tready 
signal, the m_axis_tvalid signal of the custom block is what is used to “gate” 
samples(i.e determine if a sample is dropped or not). I currently have this 
gate set to allow N samples to pass through each millisecond. If I set N too 
high, that is when overflows occur, which is why I assume its not in the radio 
block, but within the custom block.

My guess is the correct buffer to increase is .PYLD_FIFO_SIZE in 
axis_data_to_chdr?
_______________________________________________
USRP-users mailing list -- usrp-users@lists.ettus.com
To unsubscribe send an email to usrp-users-le...@lists.ettus.com

Reply via email to