mirror of
https://github.com/corundum/corundum.git
synced 2025-01-16 08:12:53 +08:00
fpga/common: Increase event FIFO size
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
parent
bb158d568f
commit
95af2136b1
@ -2118,7 +2118,7 @@ assign event_cpl_req_valid = axis_event_valid;
|
||||
assign axis_event_ready = event_cpl_req_ready;
|
||||
|
||||
axis_fifo #(
|
||||
.DEPTH(32),
|
||||
.DEPTH(1024),
|
||||
.DATA_WIDTH(EVENT_SOURCE_WIDTH+EVENT_TYPE_WIDTH+EVENT_QUEUE_INDEX_WIDTH),
|
||||
.KEEP_ENABLE(0),
|
||||
.LAST_ENABLE(0),
|
||||
@ -2158,7 +2158,7 @@ tx_event_fifo (
|
||||
);
|
||||
|
||||
axis_fifo #(
|
||||
.DEPTH(32),
|
||||
.DEPTH(1024),
|
||||
.DATA_WIDTH(EVENT_SOURCE_WIDTH+EVENT_TYPE_WIDTH+EVENT_QUEUE_INDEX_WIDTH),
|
||||
.KEEP_ENABLE(0),
|
||||
.LAST_ENABLE(0),
|
||||
|
Loading…
x
Reference in New Issue
Block a user