[Libre-soc-bugs] [Bug 450] Create MMU from microwatt mmu.vhdl

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Sun Aug 16 10:36:03 BST 2020


https://bugs.libre-soc.org/show_bug.cgi?id=450

--- Comment #66 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
                                v.state := RADIX_ERROR;
                                v.perm_err := not perm_ok;
                                -- permission error takes precedence over RC
error
                                v.rc_error := perm_ok;



                                comb += vl.state.eq(State.RADIX_FINISH)
                                comb += v.perm_err.eq(~perm_ok)
                                # permission error takes precedence
                                # over RC error
                                comb += v.rc_error.eq(perm_ok)


cut/paste error.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list