[Libre-soc-dev] svp64

Jacob Lifshay programmerjake at gmail.com
Wed Dec 16 18:45:25 GMT 2020


On Wed, Dec 16, 2020, 03:29 Luke Kenneth Casson Leighton <lkcl at lkcl.net>
wrote:

> i look at the table and it's as if i can't see it.  due to its size* i
> can't make the connection between the names and the linear SRAM... and
> then the inversion of the order of the names - XXX_NN_MM - that NN
> increments before MM - this third dimension, i can't handle it.
>

Umm, actually MM increments fastest -- compare it to binary fixed-point
fractions:
In-order list of registers:
SVR0_00: 00000.00
SVR0_01: 00000.01
SVR0_10: 00000.10
SVR0_11: 00000.11
SVR1_00: 00001.00
...
SVR5_01: 00101.01
SVR5_10: 00101.10
SVR5_11: 00101.11
SVR6_00: 00110.00
...
SVR30_11: 11110.11
SVR31_00: 11111.00
SVR31_01: 11111.01
SVR31_10: 11111.10
SVR31_11: 11111.11

Jacob


More information about the Libre-soc-dev mailing list