set default l2 ways to 4
This commit is contained in:
parent
9654b40864
commit
555f89c22a
|
@ -50,7 +50,7 @@ class VexiiRiscv(CPU):
|
|||
internal_bus_width = 32
|
||||
litedram_width = 32
|
||||
l2_bytes = 0
|
||||
l2_ways = 0
|
||||
l2_ways = 4
|
||||
with_fpu = False
|
||||
with_rvc = False
|
||||
with_rvm = False
|
||||
|
|
Loading…
Reference in New Issue