Re: [USRP-users] [RFNoC] uhd_usrp_probe fails and throws uhd::lookup_error

2018-01-24 Thread EJ Kreinar via USRP-users
t; parameter MAX_LEN_LOG2= 10, > parameter DELAY_VAL = 0) > > ( input clk, input reset, > input [MAX_LEN_LOG2-1:0] delay, > input [WIDTH-1:0] i_tdata, input i_tlast, input i_tvalid, output > i_tready, > output [WIDTH-1:0] o_tdata, output o_

Re: [USRP-users] [RFNoC] uhd_usrp_probe fails and throws uhd::lookup_error

2018-01-24 Thread EJ Kreinar via USRP-users
ce_i_tvalid[2]), .o_tready(ce_i_tready[2]), > .debug(ce_debug[2])); > > noc_block_fosphor #(.MTU(12) /* Increase output FIFO size to smooth out > bursts */) > inst_noc_block_fosphor ( > .bus_clk(bus_clk), .bus_rst(bus_rst), > .ce_clk(ce_clk), .ce_rst(ce_rst), > .i_tdata

Re: [USRP-users] [RFNoC] uhd_usrp_probe fails and throws uhd::lookup_error

2018-01-24 Thread Adam Kurisko via USRP-users
--> Please let me know what you think. Thanks again. Sincerely, Adam Kurisko From: Adam Kurisko Sent: Wednesday, January 24, 2018 11:26:00 AM To: EJ Kreinar; Martin Braun Cc: USRP-users@lists.ettus.com Subject: Re: [USRP-users] [RF

Re: [USRP-users] [RFNoC] uhd_usrp_probe fails and throws uhd::lookup_error

2018-01-24 Thread EJ Kreinar via USRP-users
Hi Adam, Please copy/paste your rfnoc_ce_auto_inst.v In my experience, these errors are usually due to something wrong in this file. Probably causes are that NUM_CE != the actual number of CEs. Or that when you added a new CE, you didn't increment the index of the wires, so two blocks are on the

Re: [USRP-users] [RFNoC] uhd_usrp_probe fails and throws uhd::lookup_error

2018-01-23 Thread Martin Braun via USRP-users
On 01/23/2018 03:01 PM, Adam Kurisko wrote: > I am unsure if I had edited the property subtrees, however I decided to > fresh install UHD to see if that might fix the problem. I will let you > know if I experience similar errors. > > > In the mean time while it is installing, could you explain

Re: [USRP-users] [RFNoC] uhd_usrp_probe fails and throws uhd::lookup_error

2018-01-23 Thread Adam Kurisko via USRP-users
Hi Martin, I am unsure if I had edited the property subtrees, however I decided to fresh install UHD to see if that might fix the problem. I will let you know if I experience similar errors. In the mean time while it is installing, could you explain the process for implementing the block

Re: [USRP-users] [RFNoC] uhd_usrp_probe fails and throws uhd::lookup_error

2018-01-22 Thread Martin Braun via USRP-users
Adam, did you modify any of the UHD code controlling the radios? The tx_dsps property subtree is created by the E310 radio RFNoC block in the radio, and not used by that block after that. -- M On 01/22/2018 11:29 AM, Adam Kurisko via USRP-users wrote: > Hello, > > > I am in the final stretch

[USRP-users] [RFNoC] uhd_usrp_probe fails and throws uhd::lookup_error

2018-01-22 Thread Adam Kurisko via USRP-users
Hello, I am in the final stretch of implementing my custom RFNoC onto the E310, and I ran into the following error while running uhd_usrp_probe: root@ettus-e3xx-sg1:~/localinstall/usr/share/uhd/images# uhd_usrp_probe