HoneyGol-Microsystems / vesp-alpha

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

Create a simple way to load binaries to generated design #11

Closed andreondra closed 1 year ago

medexs commented 1 year ago

ram.v module was updated with parameter, specifiing the path to .hex file, which is loaded in using $readmemh() inside initial begin body.