[Libre-soc-bugs] [Bug 756] LDST PortInterface is not using MSR.DR for virtual mode
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Mon Dec 13 12:11:39 GMT 2021
https://bugs.libre-soc.org/show_bug.cgi?id=756
--- Comment #1 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
https://libre-soc.org/irclog/%23libre-soc.2021-12-13.log.html#t2021-12-13T09:56:59
plan: add MSRSpec namedtuple in consts.py
then compldst_multi.py uses it
<lkcl> ./experiment/compldst_multi.py: comb +=
pi.msr_pr.eq(oper_r.msr[MSR.PR])
<lkcl> msr_spec = MSRSpec(dr=oper_r.msr[MSR.DR], pr=oper_r.msr[MSR.PR], ....)
and all places where msr_pr are passed, are replaced with msr_spec
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list