From b82b99cc3eed90ee19f7149eefa4f5d02d4f5a21 Mon Sep 17 00:00:00 2001 From: Cristina Fuentes Date: Mon, 30 Nov 2020 17:00:51 -0800 Subject: tools: Rfnoc dissectors are now built and named based on CHDR width --- tools/dissectors/README.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tools/dissectors/README.txt') 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: -- cgit v1.2.3