mirror of
https://github.com/alexforencich/verilog-ethernet.git
synced 2025-01-28 07:03:08 +08:00
Change default data width
This commit is contained in:
parent
fc304ed1ba
commit
6ab2a86e13
@ -31,7 +31,7 @@ THE SOFTWARE.
|
||||
*/
|
||||
module axis_register_64 #
|
||||
(
|
||||
parameter DATA_WIDTH = 8,
|
||||
parameter DATA_WIDTH = 64,
|
||||
parameter KEEP_WIDTH = (DATA_WIDTH/8)
|
||||
)
|
||||
(
|
||||
|
Loading…
x
Reference in New Issue
Block a user