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

Luke Kenneth Casson Leighton lkcl at lkcl.net
Wed Oct 21 22:22:36 BST 2020


On 10/21/20, Tobias Platen <libre-soc at platen-software.de> wrote:
> today: I began wiring everything up,
> this includes the registers a and b as well
> as the CompMMUOpSubset if I understand everything correctly
>
> def set_fsm_inputs(fsm, dec2, sim):
>     # set MMUInputData fields
>     yield fsm.p.data_i.ra.eq( TODO )
>     yield fsm.p.data_i.rb.eq( TODO )

ah this looks familiar, yes you have to copy everything from the
data.i  (not data_i).

there are lots of FU tests to examine, they all do exactly the same pattern.

they shouuld all be the same at the compunit level (fu/compunits) but
for test_pipe_caller.py FSMs i think are slightly different, check
DIV.

l.



More information about the Libre-soc-dev mailing list