minor update

This commit is contained in:
Blaise Tine
2021-07-13 05:25:44 -07:00
parent 6bcf999125
commit 22cf698e69
9 changed files with 281 additions and 405 deletions

View File

@@ -86,7 +86,7 @@ module VX_stream_arbiter #(
VX_onehot_mux #(
.DATAW (DATAW),
.COUNT (NUM_REQS)
.N (NUM_REQS)
) data_in_mux (
.data_in (data_in),
.sel_in (sel_1hot),