Re: [USRP-users] how to write test for block with two output ports

2018-07-25 Thread ishai alouche via USRP-users
Thank you Dario. I look on the example, and I have another question. like I mentioned my block is source block. In order to create the block I looked on the Siggen block and i saw that in the axi_wrapper we don't use the tlast signal by define the resize_output and by define packets Now, in the t

Re: [USRP-users] how to write test for block with two output ports

2018-07-22 Thread Dario Pennisi via USRP-users
Hi ishai, Although a block with different number of inputs and outputs is feasible in rfnoc, uhd won't work well with it so I would suggest you define it with the same number of inputs and outputs and then just connect the unused into to a null source/sink For a complete example on how to imple