tum-ei-eda / etiss

Extendable Translating Instruction Set Simulator
https://tum-ei-eda.github.io/etiss/
Other
29 stars 36 forks source link

Support writing data at offsets within a memory segment #89

Closed lukasauer closed 3 years ago

lukasauer commented 3 years ago

This is required to load multiple segments of an ELF file into a single memory segment.

I am not too familiar with the code base, please check if anything else has to be updated. I did test the changes locally with RISC-V.