aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/rfnoc-example/blocks
Commit message (Collapse)AuthorAgeFilesLines
* rfnoc: Remove references to nocscript from YAML filesMartin Braun2022-02-231-1/+0
| | | | | The sw_iface entry in the `control` section is yet underdefined, so we can remove it from the block descriptors.
* fpga: Change RFNoC YAML version numbers to stringsWade Fife2021-06-081-2/+2
| | | | | Change version from a numeric to a string, in order to differentiate between versions like "1.1" and "1.10".
* Examples: Fix install paths in OOT RFNoC examplemichael-west2020-09-131-1/+1
| | | | | | | | - Add missing "uhd/" subdirectory. - Update install path for YAML file. - Fix include directories and link libraries for init_gain_block. Signed-off-by: michael-west <michael.west@ettus.com>
* examples: Add example out-of-tree module for RFNoC modulesSugandha Gupta2019-11-262-0/+68
This subdirectory is its own, self-contained project. It is supposed to work against the UHD version it is shipped with. Co-Authored-By: Martin Braun <martin.braun@ettus.com> Co-Authored-By: Wade Fife <wade.fife@ni.com>