Hi all, I am configuring the data stream as *AXI-Stream Data* for the RFNoC framework and I couldn't understand exactly when TLAST bit would be set. The IP that I am planning to add will be in between 2 GNU radio blocks and, the input to TX streamer is a stream of vectors of 32 elements (type sc16). The IP depends on the TLAST to initiate processing. So simply put, IP will wait for till all 32 sc16 elements are received by waiting till TLAST and then start processing, after this it will start reading the AXIS data, and the cycle continues.
GNU Radio block A --> TX streamer --> custom RFNoC block --> TX streamer --> GNU Radio block B So my doubt is in RFNoC, what is considered as a CHDR packet? as I understand TLAST is set at the end of a packet. Is it a sample/item in GNU Radio or is there a configuration available to change the amount of data that goes in a CHDR packet? Thanks in advance :) -J
_______________________________________________ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com