Use skid buffer on CSR IO bus to stop backpressure delay propagation into csr_unit
This commit is contained in:
@@ -10,7 +10,7 @@ module VX_divide #(
|
||||
parameter LATENCY = 0
|
||||
) (
|
||||
input wire clk,
|
||||
input wire enable,
|
||||
input wire enable,
|
||||
input wire [WIDTHN-1:0] numer,
|
||||
input wire [WIDTHD-1:0] denom,
|
||||
output wire [WIDTHQ-1:0] quotient,
|
||||
|
||||
Reference in New Issue
Block a user