Hi Martin,
Thank you very much,
I would be happy if you could explain to me how I can make the folder
"fpga/ip" like the rfnoc-gain
Elkana
___
USRP-users mailing list -- usrp-users@lists.ettus.com
To unsubscribe send an email to usrp-users-le...@list
Hi, I'm working on the new version of the UHD (master version) and I need
support in building a new block and adding it to a new image
I would appreciate your help.
___
USRP-users mailing list -- usrp-users@lists.ettus.com
To unsubscribe send an email t
Hi, I successfully managed to implement the example block.\
Now, I would like to create my own example block. I'm working on the master
version, as per your recommendation.\
Is there any documentation available for this process?
I tried to use the following command:
```
python3 /host/utils/rfnoc
Hi Martin,
Thanks a lot for your help! I followed your instructions, and it really solved
my previous issue.
I'm currently working with the master branch, and after running the command:
```
make x310_rfnoc_image_core
```
I successfully generated the file:
```
x310_rfnoc_image_core.bit
```
I
Hello,
I'm new to RFNoC and have been trying to implement the example described in
"Getting Started with RFNoC in UHD 4.0." Unfortunately, all my attempts have
failed. Here's what I've done so far:
```
$ cp -r /host/examples/rfnoc-example ~/
$ mv ~/rfnoc-example ~/rfnoc-demo
$ mkdir ~/rfnoc-dem