[Libre-soc-dev] daily kan-ban update 06oct2020

Luke Kenneth Casson Leighton lkcl at lkcl.net
Thu Oct 8 18:44:49 BST 2020


On Thu, Oct 8, 2020 at 6:28 PM Tobias Platen
<libre-soc at platen-software.de> wrote:
>
> On Thu, 8 Oct 2020 18:24:23 +0100
> Luke Kenneth Casson Leighton <lkcl at lkcl.net> wrote:
>
> > self.pi = PortInterface("mmupi")
>
> With the port interface it now understandable.
> I'm currently working on a test_pipe_caller.py

it'll be a bit unusual, this one.  might have to cover _some_
operations with test_pipe_caller.py and do some with a very special
compunit, similar to fu/compunit/test/test_ldst_compunit.py

in that, it would need to instantiate *two* compunits, one MMU and one
LDST... actually no the easiest way to do that would be with a special
version of test_core.py which set the FUs dictionary {'mmu': 1,
'ldst': 1}.

if you can at least first cover OP_MTSPR and OP_MFSPR in the mmu
test_pipe_caller.py and maybe OP_TLBIE then we can increment forward.

l.



More information about the Libre-soc-dev mailing list