minor updates

This commit is contained in:
Blaise Tine
2022-02-01 06:53:31 -05:00
parent e3e2609f7e
commit d48f1c1c5f
9 changed files with 25 additions and 180 deletions

View File

@@ -310,7 +310,7 @@ module VX_lsu_unit #(
`ifndef SYNTHESIS
reg [`LSUQ_SIZE-1:0][(`NW_BITS + 32 + `NR_BITS + `UUID_BITS + 64 + 1)-1:0] pending_reqs;
wire [63:0] delay_timeout = 10000 * (1 ** (`L2_ENABLE + `L3_ENABLE));
wire [63:0] delay_timeout = 40000 * (1 ** (`L2_ENABLE + `L3_ENABLE));
always @(posedge clk) begin
if (reset) begin