fixed snoop forwarding hang

This commit is contained in:
Blaise Tine
2020-11-09 20:02:33 -08:00
parent f8d54c6994
commit 7c384eaf7f
7 changed files with 9 additions and 15 deletions

View File

@@ -49,7 +49,7 @@ module VX_csr_io_arb #(
wire [REQS_BITS-1:0] rsp_idx;
wire [NUM_REQUESTS-1:0] rsp_1hot;
VX_fixed_arbiter #(
VX_rr_arbiter #(
.N(NUM_REQUESTS)
) rsp_arb (
.clk (clk),