Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
50276db0
"...composable_kernel.git" did not exist on "db2e4cf46fea15c58f0c57b53284a4ae4fd287c9"
Commit
50276db0
authored
Jun 09, 2020
by
Antoine Kaufmann
Browse files
also reduce completion queue number
parent
071ef18c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
corundum/rtl/interface.v
corundum/rtl/interface.v
+1
-1
No files found.
corundum/rtl/interface.v
View file @
50276db0
...
@@ -65,7 +65,7 @@ module interface #
...
@@ -65,7 +65,7 @@ module interface #
// Receive queue index width
// Receive queue index width
parameter
RX_QUEUE_INDEX_WIDTH
=
8
,
parameter
RX_QUEUE_INDEX_WIDTH
=
8
,
// Transmit completion queue index width
// Transmit completion queue index width
parameter
TX_CPL_QUEUE_INDEX_WIDTH
=
13
,
parameter
TX_CPL_QUEUE_INDEX_WIDTH
=
8
,
// Receive completion queue index width
// Receive completion queue index width
parameter
RX_CPL_QUEUE_INDEX_WIDTH
=
8
,
parameter
RX_CPL_QUEUE_INDEX_WIDTH
=
8
,
// Pipeline setting (event queue)
// Pipeline setting (event queue)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment