Re: [USRP-users] Generate blocks with more than 1 input/output using rfnocmodtool

2021-01-21 Thread Maria Muñoz via USRP-users
Hi Jonathon, Thanks for your reply. Ok, I make "rfnocmodtool newmod test" and "rfnocmodtool add multinout" to create module and block folders and then modify the block.yml file and make "python3 ~/rfnoc/src/uhd/host/utils/rfnoc_blocktool/rfnoc_create_verilog.py -c ~/rfnoc/src/gr-ettus/rfnoc-test/r

Re: [USRP-users] Generate blocks with more than 1 input/output using rfnocmodtool

2021-01-20 Thread Jonathon Pendlum via USRP-users
HI Maria, Rfnocmodtool does not support multiple inputs / outputs. You'll need to edit the generated yaml file and use it with the utility rfnoc_create_verilog to generate the block and noc shell. See https://kb.ettus.com/RFNoC_4_Migration_Guide#Generating_a_Custom_Noc_Shell. To edit the yaml file

[USRP-users] Generate blocks with more than 1 input/output using rfnocmodtool

2021-01-20 Thread Maria Muñoz via USRP-users
Hi all, Is it possible to automatically create an rfnoc_block schema with, for example, 2 inputs and 2 outputs payload stream packets as in the addsub blockdata using rfnocmodtool? I can generate it using rfnoc_create_verilog.py through a block.yml file following the steps in : https://kb.ettus.co