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