[Libre-soc-dev] daily kan-ban update 17may2021

Jacob Lifshay programmerjake at gmail.com
Mon May 17 16:27:23 BST 2021


On Mon, May 17, 2021, 05:36 Lauri Kasanen <cand at gmx.com> wrote:

> On Mon, 17 May 2021 12:50:45 +0100
> Luke Kenneth Casson Leighton <lkcl at lkcl.net> wrote:
>
> > 4) use the git clone https://github.com/berkerpeksag/astor
>
> Replaced the release by the git version. "make pywriter" gets further,
> but after a couple minutes it fails with
>
> File "openpower-isa/src/openpower/decoder/isa/caller.py", line 83, in
> <lambda>
>   retval.sort(key=lambda reg: REG_SORT_ORDER[reg])
> KeyError: 'RC'


> Side question, what's it even doing?

I added it, it ensures that the generated simulator functions get their
arguments in the expected order (`overflow` at the end, lkcl still hasn't
handled the comment about seeing which other args need to be sorted to the
end)

Is it relevant to running the simulator?
>
yes (when I added it, at least), without it the simulator won't run
correctly due to function argument order mismatch.

Jacob


More information about the Libre-soc-dev mailing list