Adjust CSR MFDC reset value for the AXI bus.
This commit is contained in:
parent
e20f012de7
commit
ac92841999
|
@ -905,6 +905,13 @@ else { # default is AXI bus
|
|||
}
|
||||
|
||||
|
||||
# Over-ride MFDC reset value for AXI.
|
||||
if (exists($config{"testbench"}{"build_axi_native"}) and
|
||||
$config{"testbench"}{"build_axi_native"} ne "") {
|
||||
$config{csr}{mfdc}{reset} = "0x00070040" if exists $config{csr}{mfdc};
|
||||
}
|
||||
|
||||
|
||||
# Fill in derived configuration entries.
|
||||
|
||||
if($config{btb}{btb_size}==512){
|
||||
|
|
Loading…
Reference in New Issue