projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23904c2
)
whoops names of regfiles are lower-case
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 3 Jun 2020 22:46:17 +0000
(23:46 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 3 Jun 2020 22:46:17 +0000
(23:46 +0100)
src/soc/simple/core.py
patch
|
blob
|
history
diff --git
a/src/soc/simple/core.py
b/src/soc/simple/core.py
index cb212dfa6685905fd57634029c188e134ed74672..f3cfa3d0ad1cd6fc8972888856ce68566926bfe7 100644
(file)
--- a/
src/soc/simple/core.py
+++ b/
src/soc/simple/core.py
@@
-84,7
+84,7
@@
class NonProductionCore(Elaboratable):
(regname, rdflag, read, wid) = byregfiles_rdspec[regfile]
# "munge" the regfile port index, due to full-port access
- if regfile in ['
XER', 'CR
']:
+ if regfile in ['
xer', 'cr
']:
if regname.startswith('full'):
rpidx = 0 # by convention, first port
else: