stream arbiter update

This commit is contained in:
Blaise Tine
2021-09-06 23:38:20 -07:00
parent 3e014c8285
commit af1cecae07
9 changed files with 26 additions and 21 deletions

View File

@@ -149,6 +149,7 @@ module VX_avs_wrapper #(
VX_stream_arbiter #(
.NUM_REQS (AVS_BANKS),
.DATAW (AVS_DATA_WIDTH + REQ_TAG_WIDTH),
.TYPE ("R"),
.BUFFERED (OUTPUT_REG ? 1 : 0)
) rsp_arb (
.clk (clk),