Re: [USRP-users] University of Saskatchewan N200 Rack

2019-09-18 Thread Keith k via USRP-users
Do you have experience creating a multi-usrp object in the code using pairs of MIMO connected devices? I just never assumed that would be possible to configure codewise. I've been mainly working off the info from this page: https://kb.ettus.com/Synchronization_and_MIMO_Capability_with_USRP_Devices

Re: [USRP-users] running an rfnoc testbench without installing gnuradio

2019-09-18 Thread EJ Kreinar via USRP-users
Hi Rob, I do this often. Usually I just clone uhd-fpga adjacent to my repo under test and then basically call `make xsim` in the testbench folder. Here's a couple example testbenches: https://gitlab.com/theseus-cores/theseus-cores/tree/master/fpga-rfnoc/testbenches With an example script

[USRP-users] running an rfnoc testbench without installing gnuradio

2019-09-18 Thread Rob Kossler via USRP-users
Hi, I have been designing custom noc blocks and successfully building images and running testbenches using a local workstation for which I have sudo permission. But, now I would like to do my builds and run my testbenches on a server which is administered by the university for which I do not have