cpu/rocket: move csr to IO region

This commit is contained in:
Florent Kermarrec 2019-10-09 10:24:01 +02:00
parent 7f1d4623ff
commit 10146abf0a
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class RocketRV64(CPU):
return { return {
"rom" : 0x10000000, "rom" : 0x10000000,
"sram" : 0x11000000, "sram" : 0x11000000,
"csr" : 0x12000000, "csr" : 0x92000000,
} }
@property @property