Use skid buffer on CSR IO bus to stop backpressure delay propagation into csr_unit
This commit is contained in:
@@ -26,6 +26,9 @@ module VX_csr_unit #(
|
||||
wire select_io_rsp;
|
||||
|
||||
VX_csr_arb csr_arb (
|
||||
.clk (clk),
|
||||
.reset (reset),
|
||||
|
||||
.select_io_req (select_io_req),
|
||||
.select_io_rsp (select_io_rsp),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user