[Libre-soc-bugs] [Bug 465] add LoadStore error and exception handling via PortInterface
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Mon Oct 5 21:05:04 BST 2020
https://bugs.libre-soc.org/show_bug.cgi?id=465
--- Comment #4 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
e_out.exception <= exception;
e_out.alignment <= r.align_intr;
e_out.instr_fault <= r.instr_fault;
e_out.invalid <= m_in.invalid;
e_out.badtree <= m_in.badtree;
e_out.perm_error <= m_in.perm_error;
e_out.rc_error <= m_in.rc_error;
e_out.segment_fault <= m_in.segerr;
if exception = '1' and r.instr_fault = '0' then
v.dar := addr;
if m_in.segerr = '0' and r.align_intr = '0' then
v.dsisr := dsisr;
end if;
end if;
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list