[Libre-soc-dev] daily kan-ban update 16dec2021

lkcl luke.leighton at gmail.com
Fri Dec 17 13:59:26 GMT 2021



On December 17, 2021 12:54:54 PM UTC, Tobias Platen <libre-soc at platen-software.de> wrote:
>that is really complex, and I don't have a deep understanding how
>TestIssuer works.

it's doing the usual jobs, Fetch Decode Issue, it's just got quite complex due to SVP64 which is:

* Fetch
* {PrefixDecode FetchSuffix}
* Decode
* {GetPredicate}
* Loop(Issue)

where prefix decode is optional, as is get predicate, and v3.0 scalar instructions are just Loop QTY 1 (one)

inorder.py goes back to straight Power ISA 3.0 and so can reduce down Fetch Decode Issue.

under 500 lines, where dealing with SVP64 is over twice that.

l.



More information about the Libre-soc-dev mailing list