Update comments

This commit is contained in:
Alex Forencich 2014-11-13 10:39:27 -08:00
parent 8a46e6900c
commit 698234c297
9 changed files with 14 additions and 14 deletions

View File

@ -1,9 +1,9 @@
#!/usr/bin/env python #!/usr/bin/env python
"""axis_mux """axis_arb_mux
Generates an arbitrated AXI Stream mux with the specified number of ports Generates an arbitrated AXI Stream mux with the specified number of ports
Usage: axis_crosspoint [OPTION]... Usage: axis_arb_mux [OPTION]...
-?, --help display this help and exit -?, --help display this help and exit
-p, --ports specify number of ports -p, --ports specify number of ports
-n, --name specify module name -n, --name specify module name

View File

@ -1,9 +1,9 @@
#!/usr/bin/env python #!/usr/bin/env python
"""axis_mux """axis_arb_mux_64
Generates an arbitrated AXI Stream mux with the specified number of ports Generates an arbitrated AXI Stream mux with the specified number of ports
Usage: axis_crosspoint [OPTION]... Usage: axis_arb_mux_64 [OPTION]...
-?, --help display this help and exit -?, --help display this help and exit
-p, --ports specify number of ports -p, --ports specify number of ports
-n, --name specify module name -n, --name specify module name

View File

@ -27,7 +27,7 @@ THE SOFTWARE.
`timescale 1ns / 1ps `timescale 1ns / 1ps
/* /*
* AXI4-Stream asynchronous FIFO * AXI4-Stream asynchronous frame FIFO
*/ */
module axis_async_frame_fifo # module axis_async_frame_fifo #
( (

View File

@ -27,7 +27,7 @@ THE SOFTWARE.
`timescale 1ns / 1ps `timescale 1ns / 1ps
/* /*
* AXI4-Stream asynchronous FIFO (64 bit datapath) * AXI4-Stream asynchronous frame FIFO (64 bit datapath)
*/ */
module axis_async_frame_fifo_64 # module axis_async_frame_fifo_64 #
( (

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
"""axis_crosspoint_64_64 """axis_crosspoint_64
Generates an AXI Stream crosspoint switch with the specified number of ports Generates an AXI Stream crosspoint switch with the specified number of ports

View File

@ -1,9 +1,9 @@
#!/usr/bin/env python #!/usr/bin/env python
"""axis_mux """axis_demux
Generates an AXI Stream demux with the specified number of ports Generates an AXI Stream demux with the specified number of ports
Usage: axis_crosspoint [OPTION]... Usage: axis_demux [OPTION]...
-?, --help display this help and exit -?, --help display this help and exit
-p, --ports specify number of ports -p, --ports specify number of ports
-n, --name specify module name -n, --name specify module name

View File

@ -1,9 +1,9 @@
#!/usr/bin/env python #!/usr/bin/env python
"""axis_mux """axis_demux_64
Generates an AXI Stream demux with the specified number of ports Generates an AXI Stream demux with the specified number of ports
Usage: axis_crosspoint [OPTION]... Usage: axis_demux_64 [OPTION]...
-?, --help display this help and exit -?, --help display this help and exit
-p, --ports specify number of ports -p, --ports specify number of ports
-n, --name specify module name -n, --name specify module name

View File

@ -3,7 +3,7 @@
Generates an AXI Stream mux with the specified number of ports Generates an AXI Stream mux with the specified number of ports
Usage: axis_crosspoint [OPTION]... Usage: axis_mux [OPTION]...
-?, --help display this help and exit -?, --help display this help and exit
-p, --ports specify number of ports -p, --ports specify number of ports
-n, --name specify module name -n, --name specify module name

View File

@ -1,9 +1,9 @@
#!/usr/bin/env python #!/usr/bin/env python
"""axis_mux """axis_mux_64
Generates an AXI Stream mux with the specified number of ports Generates an AXI Stream mux with the specified number of ports
Usage: axis_crosspoint [OPTION]... Usage: axis_mux_64 [OPTION]...
-?, --help display this help and exit -?, --help display this help and exit
-p, --ports specify number of ports -p, --ports specify number of ports
-n, --name specify module name -n, --name specify module name