[Libre-soc-bugs] [Bug 604] ISACaller simulator needs RADIX MMU support

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Tue Mar 2 18:14:42 GMT 2021


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

--- Comment #3 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
design discussed here

http://lists.libre-soc.org/pipermail/libre-soc-dev/2021-March/002061.html

RADIX Mem class to be added as an option that has a Mem class as a member
instance

and treats that as "Physical" memory.

exact same API.

class RADIXMem:

       self.mem = Mem()

    def ld(.....)

    def st(.....)

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


More information about the libre-soc-bugs mailing list