kuznia-rdzeni / coreblocks

RISC-V out-of-order core for education and research purposes
https://kuznia-rdzeni.github.io/coreblocks/
BSD 3-Clause "New" or "Revised" License
37 stars 16 forks source link

Support loading initialized data memory from asm tests #725

Closed piotro888 closed 3 months ago

piotro888 commented 3 months ago

Initialized data can be now declared in internal asm tests. Data memory size (also with .bss) is now determined from asm source file, instead of default fixed value.