mirror of
https://github.com/corundum/corundum.git
synced 2025-01-30 08:32:52 +08:00
Fix default parameter
This commit is contained in:
parent
8b2f37d5cc
commit
c759ff03b7
@ -38,7 +38,7 @@ module axis_switch #
|
||||
parameter KEEP_WIDTH = (DATA_WIDTH/8),
|
||||
parameter ID_ENABLE = 0,
|
||||
parameter ID_WIDTH = 8,
|
||||
parameter DEST_WIDTH = $clog2(S_COUNT),
|
||||
parameter DEST_WIDTH = $clog2(M_COUNT),
|
||||
parameter USER_ENABLE = 1,
|
||||
parameter USER_WIDTH = 1,
|
||||
parameter M_BASE = {2'd3, 2'd2, 2'd1, 2'd0},
|
||||
|
Loading…
x
Reference in New Issue
Block a user