[Libre-soc-bugs] [Bug 604] ISACaller simulator needs RADIX MMU support
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Thu Mar 11 11:36:43 GMT 2021
https://bugs.libre-soc.org/show_bug.cgi?id=604
--- Comment #14 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
continued from here:
http://lists.libre-soc.org/pipermail/libre-soc-dev/2021-March/002121.html
turns out i did think about this:
https://git.libre-soc.org/?p=soc.git;a=blob;f=src/soc/decoder/isa/mem.py;h=723fca0980d2d35d2dd12f9fc1f0d8bd325f7569;hb=5963eef6679f6833b6b8f854868d90480e3753b2#l36
that's a dictionary, not a list.
so it should be good to use the example from here:
https://git.libre-soc.org/?p=soc.git;a=blob;f=src/soc/fu/mmu/test/test_issuer_mmu_rom.py;h=2552b14b03bb5ac08c6a14f86bac3694f1220500;hb=5963eef6679f6833b6b8f854868d90480e3753b2#l15
if you take a copy of that dictionary *make sure to document that fact* in both
files. better to move it to a separate file (on its own) and import it from
both unit tests.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list