chanign the load store unit attribute depth to 1

This commit is contained in:
msa417 2025-03-07 14:47:30 -08:00
parent 54d40956a3
commit cdf15c27cb

View file

@ -99,7 +99,7 @@ module load_store_unit
localparam DCACHE_ID = int'(CONFIG.INCLUDE_DLOCAL_MEM) + int'(CONFIG.INCLUDE_PERIPHERAL_BUS);
//Should be equal to pipeline depth of longest load/store subunit
localparam ATTRIBUTES_DEPTH = 2;
localparam ATTRIBUTES_DEPTH = 1;
//Subunit signals
amo_interface amo_if[NUM_SUB_UNITS]();