[libre-riscv-dev] daily kan-ban update 31may2020

Luke Kenneth Casson Leighton lkcl at lkcl.net
Sun May 31 16:13:32 BST 2020


On Sun, May 31, 2020 at 2:38 PM Luke Kenneth Casson Leighton
<lkcl at lkcl.net> wrote:

> today:
>
> * finding numerous errors where register-writes are being requested by
> the ALU pipeline, where the data is *not* valid ("ok" signal set when
> it should not be)

HA!  tracked down and fixed a bug in MultiCompUnit's (new) write-mask
handling, where there was a test condition looking for write-request
signals coming in that would, because they were disabled, never going
to happen.

once that was sorted, the new CompUnit-based unit test for ALU passed.
it uses the exact same unit tests as from the pipeline-only-based ALU
unit test.

with the only difference between the tests being that one adds
MultiCompUnit on *top* of the other, this helps to confirm that
MultiCompUnit is functional.

i am very happy.

i'll do the same thing for the other pipelines.

l.



More information about the libre-riscv-dev mailing list