projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16d1972
)
Allow all memory regions to be used as IO with CPUNone
author
Xiretza
<xiretza@xiretza.xyz>
Mon, 10 Feb 2020 18:56:36 +0000
(19:56 +0100)
committer
Xiretza
<xiretza@xiretza.xyz>
Mon, 10 Feb 2020 18:56:36 +0000
(19:56 +0100)
litex/soc/cores/cpu/__init__.py
patch
|
blob
|
history
diff --git
a/litex/soc/cores/cpu/__init__.py
b/litex/soc/cores/cpu/__init__.py
index 1503dfff09ff2e01bae6a3f0a712904eaa2e6e7c..272007d0ba23180fd9ae0da78a8837f25ec6c274 100644
(file)
--- a/
litex/soc/cores/cpu/__init__.py
+++ b/
litex/soc/cores/cpu/__init__.py
@@
-22,7
+22,7
@@
class CPU(Module):
class CPUNone(CPU):
data_width = 32
reset_address = 0x00000000
- io_regions = {0x00000000: 0x
f000
0000} # origin, length
+ io_regions = {0x00000000: 0x
1_0000_
0000} # origin, length
# CPUS ---------------------------------------------------------------------------------------------