diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-07-11 05:07:45 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-07-11 05:07:45 +0200 |
commit | 93bb2a3a6cc5c585ff91d176d02f5edc9080b934 (patch) | |
tree | 322c4f10a64676b58616a96ff8a8e7c71e2d9349 /cli.c | |
parent | 40c61a3b927ce31e05a6eb0d7b36e09e67c6ca97 (diff) | |
download | pcitool-93bb2a3a6cc5c585ff91d176d02f5edc9080b934.tar.gz pcitool-93bb2a3a6cc5c585ff91d176d02f5edc9080b934.tar.bz2 pcitool-93bb2a3a6cc5c585ff91d176d02f5edc9080b934.tar.xz pcitool-93bb2a3a6cc5c585ff91d176d02f5edc9080b934.zip |
Reorganization of NWL engine, step 1
Diffstat (limited to 'cli.c')
-rw-r--r-- | cli.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -127,6 +127,11 @@ void Usage(int argc, char *argv[], const char *format, ...) { " --reset - Reset board\n" " --help - Help message\n" "\n" +" DMA Modes:\n" +" --start-dma <num> - Start specified DMA engine\n" +" --stop-dma [num] - Stop specified engine or DMA subsystem\n" +" --wait-irq <source> - Wait for IRQ\n" +"\n" " Addressing:\n" " -d <device> - FPGA device (/dev/fpga0)\n" " -m <model> - Memory model (autodetected)\n" |