mirror of
https://github.com/openhwgroup/cva5.git
synced 2025-04-24 14:08:57 -04:00
chanign the load store unit attribute depth to 1
This commit is contained in:
parent
54d40956a3
commit
cdf15c27cb
1 changed files with 1 additions and 1 deletions
|
@ -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]();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue