[Libre-soc-bugs] [Bug 491] MMU POWER9 pipeline needed
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Wed Sep 16 01:51:20 BST 2020
https://bugs.libre-soc.org/show_bug.cgi?id=491
--- Comment #3 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
majorop := unsigned(f_in.insn(31 downto 26));
if f_in.fetch_failed = '1' then
v.valid := '1';
-- Only send down a single OP_FETCH_FAILED
if r.decode.insn_type = OP_FETCH_FAILED then
v.valid := '0';
end if;
v.decode := fetch_fail_inst;
also, like interrupts, if a fetch fails run a new op (microcode style)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list