Re: [USRP-users] send custom data via txstreamer

2018-11-02 Thread Martin Braun via USRP-users
I would recommend not modifying the radio, but to add an RFNoC block of your own. Take a look at our RFNoC resources on the Knowledge Base ( kb.ettus.com). -- M On Thu, Nov 1, 2018 at 6:46 AM carry chen via USRP-users < usrp-users@lists.ettus.com> wrote: > hi, > this days I make some modify in

[USRP-users] send custom data via txstreamer

2018-11-01 Thread carry chen via USRP-users
hi, this days I make some modify in usrp e310 fpga. I want to recv my custom data and process in fpga. so I modify the file xxx/e310/radio.v : from: axi_fifo_2clk #(.WIDTH(65), .SIZE(DATA_FIFO_SIZE)) tx_data_2clk_fifo (.reset(bus_rst), .i_aclk(bus_clk), .i_tvalid(tx_tvalid_bi), .i_tr