HoneyGol-Microsystems / vesp-alpha

RISC-V based student processor for embedded applications.
GNU General Public License v3.0
3 stars 0 forks source link

ASM to FPGA support #25

Closed medexs closed 1 year ago

medexs commented 1 year ago

First of all, a shell script was created to take .S source files, compile them and convert the executables to .hex format. With that, ram.v component was updated to be able to load this .hex file.