"src/include/amd_inline_asm.hip.hpp" did not exist on "dabfa77fc68bdbcfc2d10cdd515605c053cf1ed0"
Commit 50276db0 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

also reduce completion queue number

parent 071ef18c
......@@ -65,7 +65,7 @@ module interface #
// Receive queue index width
parameter RX_QUEUE_INDEX_WIDTH = 8,
// Transmit completion queue index width
parameter TX_CPL_QUEUE_INDEX_WIDTH = 13,
parameter TX_CPL_QUEUE_INDEX_WIDTH = 8,
// Receive completion queue index width
parameter RX_CPL_QUEUE_INDEX_WIDTH = 8,
// Pipeline setting (event queue)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment