[USRP-users] Receiving IO Block Error when Using RFNoC Split Stream

2019-11-07 Thread Jonathan Lockhart via USRP-users
Greetings, I was wondering if anyone had encountered the following error and had a way to fix it? [INFO] [UHD] linux; GNU C++ version 4.9.2; Boost_105700; UHD_3.14.1.HEAD-0-g0347a6d8 [INFO] [E300] Loading FPGA image: /home/root/localinstall/e300.bit... [INFO] [E300] FPGA image loaded [INFO]

Re: [USRP-users] RFNoC Radio Issue

2019-10-31 Thread Jonathan Lockhart via USRP-users
Apologies, the files are attached. On Thu, Oct 31, 2019 at 3:30 PM Jonathan Lockhart wrote: > Greetings, > > I was wondering if anyone else has had this issue with the RFNoC radio > block. > > So I was using the copy block with the rfnoc_fosphor_network_usrp.grc file > as I wanted to split off

[USRP-users] RFNoC Radio Issue

2019-10-31 Thread Jonathan Lockhart via USRP-users
Greetings, I was wondering if anyone else has had this issue with the RFNoC radio block. So I was using the copy block with the rfnoc_fosphor_network_usrp.grc file as I wanted to split off the signal before it went off to the RFNoC Window. So I put in a copy block (since the RFNoC Split block

[USRP-users] Issues Using FFT RFNoC Block for E312

2019-10-30 Thread Jonathan Lockhart via USRP-users
Greetings, I was wondering if anyone is familiar with utilizing the FFT block from the Ettus code library. I am using the default binary that is complied following the instructions in [1]. I have a working environment and have successfully used the foshpor window in the end example of that

Re: [USRP-users] Issues with RFNoC Component Test Bench

2019-11-13 Thread Jonathan Lockhart via USRP-users
Greetings Brian, Thanks for the link. Yeah my Vivado always complains about the tcl cache being unavailable unless I run as sudo. I think its b/c I installed it with sudo, as otherwise it wouldn't make the /opt/Xilinx directory. It seems to work either way regardless if it uses the official tcl

[USRP-users] Issues with RFNoC Component Test Bench

2019-11-13 Thread Jonathan Lockhart via USRP-users
Greetings USRP Users, I am having another issue with the UHD-3.14 build I can't seem to shake down. I have been going through this guide on the KB to learn how to use the rfnocmodtool to build new modules for my E312: https://kb.ettus.com/Getting_Started_with_RFNoC_Development Unfortunately,

Re: [USRP-users] Receiving IO Block Error when Using RFNoC Split Stream

2019-11-13 Thread Jonathan Lockhart via USRP-users
ed it up for me. > > I assume this will eventually make it to the UHD-3.14 branch? But if not > the cherry pick works fine > > EJ > > > On Fri, Nov 8, 2019, 2:43 PM Jonathan Lockhart via USRP-users < > usrp-users@lists.ettus.com> wrote: > >> Jonathon, >> >

Re: [USRP-users] Issues with RFNoC Component Test Bench

2019-11-13 Thread Jonathan Lockhart via USRP-users
is is the part that needs to be changed: xc7k410tffg900-2. I am not seeing where this is declared in the CMakeList.txt file. Do you know where I would go about changing it in the build scripts? Regards, Jon On Wed, Nov 13, 2019 at 11:12 AM Brian Padalino wrote: > On Wed, Nov 13, 2019 at

Re: [USRP-users] Issues with RFNoC Component Test Bench

2019-11-14 Thread Jonathan Lockhart via USRP-users
Greetings Brian, I was having some issues with the build process, as the build script couldn't find the gain.v block file even though I was pointing the script to it. I saw that ejk github has some .inc files, so I added those and it seemed to clear up the issue. *crosses fingers* The bit file

Re: [USRP-users] Issues with RFNoC Component Test Bench

2019-11-14 Thread Jonathan Lockhart via USRP-users
Greetings Brian, Update: the noc_block_split_stream does work in the radio. However, it has to be going to another hardware component first, like a FIFO, before it can be passed to software blocks on the arm or the ZMQ to port to a host machine. It was very interesting. I know in one of the

Re: [USRP-users] E312 - Migrating OOT Modules to the USRP

2019-11-22 Thread Jonathan Lockhart via USRP-users
on... >>>> EJ >>>> >>>> On Thu, Nov 21, 2019, 4:01 PM Jonathan Lockhart >>>> wrote: >>>> >>>>> Also, when I compiled from the OOT directory for ARM, I used this >>>>> command, which I pieced together from t

Re: [USRP-users] E312 - Migrating OOT Modules to the USRP

2019-11-22 Thread Jonathan Lockhart via USRP-users
>> Everything appears to match what it should, for what gain is trying to >>> accomplish. >>> >>> Regards, >>> Jon >>> >>> On Thu, Nov 21, 2019 at 3:27 PM EJ Kreinar wrote: >>> >>>> Hi Jon, >>>> >>&g

Re: [USRP-users] E312 - Migrating OOT Modules to the USRP

2019-11-22 Thread Jonathan Lockhart via USRP-users
t;>> >>>>> >>>>> >>>>> gain >>>>> double >>>>> 1.0 >>>>> GE($gain, 0.0) AND LE($gain, 32767.0) >>>>> Invalid Gain! >>>>> >>>&

Re: [USRP-users] E312 - Migrating OOT Modules to the USRP

2019-11-22 Thread Jonathan Lockhart via USRP-users
t;>>> /mboards/0/xbar/FFT_0/args/0/magnitude_out/type >>>>>> /mboards/0/xbar/FFT_0/args/0/magnitude_out/value >>>>>> /mboards/0/time >>>>>> /mboards/0/time/now >>>>>> /mboards/0/time/pps >>>>>

Re: [USRP-users] E312 - Migrating OOT Modules to the USRP

2019-11-22 Thread Jonathan Lockhart via USRP-users
>>>>> /mboards/0/rx_dsps/0/freq >>>>> /mboards/0/rx_dsps/0/freq/value >>>>> /mboards/0/rx_dsps/0/freq/range >>>>> /mboards/0/rx_dsps/0/rate >>>>> /mboards/0/rx_dsps/0/rate/value >>>>> /mboards/0/rx_dsps/1

Re: [USRP-users] E312 - Migrating OOT Modules to the USRP

2019-11-21 Thread Jonathan Lockhart via USRP-users
but I don't think you're even getting that far > 2. Make sure the block xml is installed on the e310 embedded prefix and is > found at run time during uhd_usrp_probe and when running your application. > If it's not in the right place or not attaching to your block then it won't > creat

Re: [USRP-users] E312 - Migrating OOT Modules to the USRP

2019-11-21 Thread Jonathan Lockhart via USRP-users
t; directly, but rather created dynamically from the xml definition) >> >> Recommended debugging... >> 1. Check your OOT gain block xml (in rfnoc/blocks) and make sure it has a >> "gain" field in the "args" list. You'll also want to make sure it writes

Re: [USRP-users] Issues Completing Radio Build and Installation

2019-10-16 Thread Jonathan Lockhart via USRP-users
Greetings Nate, So been working through your instructions you linked and everything appears to be good on the software end. It is all cross-compiling and running on the E312. Unfortunately there appears to be a new issue. So when running the GUI for building an FGPA bit file, per the

Re: [USRP-users] RFNoC Radio Issue

2019-11-01 Thread Jonathan Lockhart via USRP-users
ded in a > fix to the split_stream error. Basically you need to change a 1'b1 to a > 2'b11 in the noc_shell section (I think that is the section, I can't recall > off the top of my head). Try that and rebuild. > > -- > *From:* USRP-users on behalf of &g

Re: [USRP-users] Receiving IO Block Error when Using RFNoC Split Stream

2019-11-20 Thread Jonathan Lockhart via USRP-users
t;>>>> it as soon as I can. >>>>> >>>>> Regards, >>>>> Jon >>>>> >>>>> On Sat, Nov 9, 2019 at 9:48 AM EJ Kreinar wrote: >>>>> >>>>>> Hi there, >>>>>> >>>

[USRP-users] E312 - Migrating OOT Modules to the USRP

2019-11-20 Thread Jonathan Lockhart via USRP-users
Greetings, I am having some issues completing the RFNOC build tutorial on the Ettus E312. The reference documentation is using an X3xx series radio, and from the final python script it appears to be running the GNR script natively on the host. I built the exact script from the KB but when running

Re: [USRP-users] Issues Completing Radio Build and Installation

2019-10-11 Thread Jonathan Lockhart via USRP-users
Greetings Nate, Thanks for getting back to me so quickly. I will be sure to flash the OS to release 4 and roll back my dev environment to match the instructions. Regards, Jon Lockhart On Fri, Oct 11, 2019, 1:20 PM Nate Temple wrote: > Hi Jon, > > If you are following this app note [0], I