cpu/rocket: move csr to IO region
This commit is contained in:
parent
7f1d4623ff
commit
10146abf0a
|
@ -64,7 +64,7 @@ class RocketRV64(CPU):
|
||||||
return {
|
return {
|
||||||
"rom" : 0x10000000,
|
"rom" : 0x10000000,
|
||||||
"sram" : 0x11000000,
|
"sram" : 0x11000000,
|
||||||
"csr" : 0x12000000,
|
"csr" : 0x92000000,
|
||||||
}
|
}
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
Loading…
Reference in New Issue