diff options
author | Cristina Fuentes <cristina.fuentes-curiel@ni.com> | 2020-11-30 17:00:51 -0800 |
---|---|---|
committer | michael-west <michael.west@ettus.com> | 2020-12-01 10:07:47 -0800 |
commit | b82b99cc3eed90ee19f7149eefa4f5d02d4f5a21 (patch) | |
tree | 0dd4f41faf29ea707f6bc406de96d191a75c6a1c /tools/dissectors/README.txt | |
parent | f2f27fdad989e237ad15a1eb56ef4b285cfde623 (diff) | |
download | uhd-b82b99cc3eed90ee19f7149eefa4f5d02d4f5a21.tar.gz uhd-b82b99cc3eed90ee19f7149eefa4f5d02d4f5a21.tar.bz2 uhd-b82b99cc3eed90ee19f7149eefa4f5d02d4f5a21.zip |
tools: Rfnoc dissectors are now built and named based on CHDR width
Diffstat (limited to 'tools/dissectors/README.txt')
-rw-r--r-- | tools/dissectors/README.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/dissectors/README.txt b/tools/dissectors/README.txt index 5119fbb1b..12a5d6116 100644 --- a/tools/dissectors/README.txt +++ b/tools/dissectors/README.txt @@ -11,7 +11,11 @@ $ cmake .. $ make && make install - This will build and install the CHDR dissector. + This will build and install the CHDR dissector. By default, the + RFNOC_CHDR_WIDTH is 64, but you can change it by setting the + desired width like so: + + $ cmake .. -DRFNOC_CHDR_WIDTH=512 3. To build and install the other dissectors, re-run the commands like so: |