mirror of
https://github.com/alexforencich/verilog-ethernet.git
synced 2025-01-28 07:03:08 +08:00
Update comments
This commit is contained in:
parent
8a46e6900c
commit
698234c297
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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 #
|
||||||
(
|
(
|
||||||
|
@ -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 #
|
||||||
(
|
(
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user