[Libre-soc-dev] proposal of change of register name convention in SVP64
lkcl
luke.leighton at gmail.com
Sat Jul 2 15:02:38 BST 2022
On July 2, 2022 2:56:18 PM GMT+01:00, Dmitry Selyutin <ghostmansd at gmail.com> wrote:
> Another note: omitting % is also permitted.
> So, for vector, that'd imply supporting also another
> notation like *r117, not only *%r117.
great! saves one character.
> Objections?
none at all, like it. "*0" is fine too (and i prefer it work, as it
saves a lot of messing about when sorting the unit tests)
"*" as a deref is actually conceptually exactly what happens
in the hardware anyway: the regfile is literally treated as an
addressable SRAM where the regnum indicates the point
from which vector indexing should start.
l.
More information about the Libre-soc-dev
mailing list