rfnoc_modtool - Man Page

RFNoC OOT module management tool

Description

Create and manage RFNoC OOT modules.

Synopsis

rfnoc_modtool [COMMAND] [OPTIONS]

Commands

Run rfnoc_modtool COMMAND --help for more information on a specific command.

create

Create a new RFNoC OOT module.

add

Add a new block to an existing RFNoC OOT module.

Creating New Modules

When running rfnoc_modtool create, a new directory will be created that contains the necessary files for a new RFNoC OOT module. This directory will only contain boilerplate code, and the user will need to add their own blocks to the module.

Adding Blocks

When running rfnoc_modtool add, a new block will be added to an existing RFNoC OOT module. This requires previously having run rfnoc_modtool create to create the module.

Examples

Create a new RFNoC OOT module called filter

rfnoc_modtool create filter

Add a block called fir to the filter module (this requires having create a fir.yml block descriptor file)

rfnoc_modtool -C ./rfnoc-filter add fir -y rfnoc-foo/rfnoc/blocks/fir.yml

See Also

UHD documentation: http://files.ettus.com/manual/

GR-UHD documentation: http://gnuradio.org/doc/doxygen/page_uhd.html

Other UHD programs:

rfnoc_image_builder(1)

Author

This manual page was written by Martin Braun.

Info

4.8.0 UHD