aboutsummaryrefslogtreecommitdiffstats
path: root/tools/dissectors/README.txt
diff options
context:
space:
mode:
authorCristina Fuentes <cristina.fuentes-curiel@ni.com>2020-11-30 17:00:51 -0800
committermichael-west <michael.west@ettus.com>2020-12-01 10:07:47 -0800
commitb82b99cc3eed90ee19f7149eefa4f5d02d4f5a21 (patch)
tree0dd4f41faf29ea707f6bc406de96d191a75c6a1c /tools/dissectors/README.txt
parentf2f27fdad989e237ad15a1eb56ef4b285cfde623 (diff)
downloaduhd-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.txt6
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: