projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a5592f
)
more hint/comments
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 18 Mar 2021 21:26:04 +0000
(21:26 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 18 Mar 2021 21:26:04 +0000
(21:26 +0000)
src/soc/simple/issuer.py
patch
|
blob
|
history
diff --git
a/src/soc/simple/issuer.py
b/src/soc/simple/issuer.py
index e5ece6decc5a5ed8073bae5b2fc156dc5490686f..3e7cd22b1ca6d0d9875c4f5bfa824654eb2b56b9 100644
(file)
--- a/
src/soc/simple/issuer.py
+++ b/
src/soc/simple/issuer.py
@@
-272,7
+272,8
@@
class TestIssuerInternal(Elaboratable):
or CRRegs r_ports['pred']. in the case of CRs it will have to
be done through multiple reads, extracting one relevant at a time.
later, a faster way would be to use the 32-bit-wide CR port but
- this is more complex decoding, here.
+ this is more complex decoding, here. equivalent code used in
+ ISACaller is "from soc.decoder.isa.caller import get_predcr"
"""
comb = m.d.comb
sync = m.d.sync