bespoke-silicon-group / bsg_manycore

Tile based architecture designed for computing efficiency, scalability and generality
Other
214 stars 56 forks source link

Rv64 #712

Open Jasonyanyusong opened 8 months ago

Jasonyanyusong commented 8 months ago

1) Migrated ISA, rv32imaf -> rv64imaf 2) Migrated ABI, ilp32f -> lp64f 3) Compile and build program using the 64 bit toolchain 4) Toolchain configured to strictly use the medium-any memory model

dpetrisko commented 8 months ago

Think this is missing NBF.py modifications -- have you tested the 32b configurations after these changes?