We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b60c9 commit 4b90be3Copy full SHA for 4b90be3
src/CommandLineUtilities/ProgramConfig.cxx
@@ -34,7 +34,7 @@ class ProgramConfig: public Program
34
{
35
return {"Config", "Configure the CRU(s)",
36
"roc-config --config-file file:roc.cfg\n"
37
- "roc-config --id 42:00.0 --links 0-23 --clock local --gbtmode packet --loopback INTERNAL -gbtmux ttc\n"};
+ "roc-config --id 42:00.0 --links 0-23 --clock local --datapathmode packet --loopback --gbtmux ttc\n"};
38
}
39
40
virtual void addOptions(boost::program_options::options_description& options)
0 commit comments