Re: [USRP-users] problem compiling example rfnoc testbench

2019-08-03 Thread d.des via USRP-users
The trick to making rfnocnodtool work with Vivado Webpack is to edit uhd/fpga-src/usrp3/tools/make/viv_sim_preamble.mak #change the following line #PART_ID = xc7k410t/ffg900/-2 PART_ID = xc7z020/clg484/-1 Don't ask how long it took me to figure this out. I haven't had any luck building any

Re: [USRP-users] problem compiling example rfnoc testbench

2019-08-03 Thread Rob Kossler via USRP-users
I forgot to mention 2 things: 1) it originally didn't even get this far. It is looking for a non-existant "setup_env.sh" in the ".../top/e300/" folder. I copied the "setup_env.sh" from the ".../top/e31x" folder into the ".../top/e300" folder and then it ran and died as described below. 2) I

[USRP-users] problem compiling example rfnoc testbench

2019-08-03 Thread Rob Kossler via USRP-users
Hi, I just installed installed the latest UHD master with fpga source and installed the 2018.3 Xilinx webpack (I also have a 2017.4 webpack installed which was working). I followed the rfnoc getting started build, but got the following error when I tried the command "make noc_block_gain_tb" #