[USRP-users] HLS IP synthesis

2020-03-10 Thread Jayant Chhillar via USRP-users
Dear all, I’ve been working on an IP in HLS which requires some calculations on floating point numbers, I wanted to know how to synthesize the HLS IP for my design for x310 device. However as there are multiple .tcl files in the hdl folder of my ip I’m a little lost. Thanks ___

[USRP-users] CHIPSCOPE ERROR (RFNOC)

2020-07-27 Thread Jayant Chhillar via USRP-users
Hi everyone, I am trying to generate a bitstream for X310 board with the FFT block along with few other ettus provided blocks. However, at the time of logic optimization step I get this error ERROR: [Chipscope 16-213] The debug port 'u_ila_0/probe1' has 9 unconnected channels (bits). This will cau

[USRP-users] RFNoC output format and channel output queries

2020-09-21 Thread Jayant Chhillar via USRP-users
Hi everyone, I’m developing a RFNoC block to perform correlation operation which outputs a value between 0 and 1007. I’m not able to figure out how to get integer output from the block at GNURadio side. I’ve tried defining the output as “sc16” in the block definition and carried out some bit manipu

[USRP-users] Benchmarking RFNoC Blocks

2020-10-01 Thread Jayant Chhillar via USRP-users
Hi everyone, I wanted to know if there is a way to benchmark the performance of different RFNoC blocks? Basically, I want to compare the performance (time taken) by the RFNoC blocks as compared to their counterparts in GNURadio. Also, what factors should I keep in mind that might affect the benchm