Use skid buffer on CSR IO bus to stop backpressure delay propagation into csr_unit

This commit is contained in:
Blaise Tine
2020-12-01 12:37:15 -08:00
parent 84a9f1e2d7
commit b677f724aa
7 changed files with 43 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ module VX_generic_queue #(
parameter FASTRAM = 0
) (
input wire clk,
input wire reset,
input wire reset,
input wire push,
input wire pop,
input wire [DATAW-1:0] data_in,