Skip to content

Various scripts to create a VHDL or verilog ROM file from an image in PPM PGM or PBM format, also from a NES ROM, or a RISC-V dump memory file

License

Notifications You must be signed in to change notification settings

felipe-m/img_rom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imágenes a memorias

English


Hay varios programas:

  • Programa en lenguaje C que convierten imágenes a memorias ROM en VHDL
  • nesmem2vhd.py: Script en Python que convierte memorias de la NES a memorias ROM en VHDL. Para verilog nesmem2vrl.py
  • rvinstr2vhd.py: Script en Python que convierte el volcado de memoria de instrucciones del RISC-V en memoria ROM de instrucciones en VHDL. Se utiliza el RARS (https://github.com/TheThirdOne/rars) para volcar en memoria (formato de exportación: Text-Data segment window).
  • [vhdlrom2vrl.py] (src/vhdlrom2vrl.py): Script en Python que convierte una memoria ROM VHDL a verilog

Ejemplos:

  • examples hay ejemplos de imágenes y las memorias resultantes en VHDL
  • examples/nesrom hay ejemplos de las memorias de la NES en VHDL y verilog
  • examples/nesrom/projects ejemplos de projectos (por ahora solo la Tabla de Nombres) (VHDL, verilog, icestudio)
  • examples/instr hay ejemplos de las memorias de instrucciones del RISC-V.

Conversión de una imagen PPM, PGM o PBM en una memoria ROM en VHDL

Se debe guardar la imagen en formato .ppm .pgm o .pbm en ASCII. Para ello se puede usar programa como gimp o irfanview.

Luego compilar el código fuente y ejecutar el programa para convertir en un fichero VHDL

Lee el fichero img2rom.htm o la versión markdown img2rom.md

Tienes ejemplos VHDL examples/vhd

examples/vhd/readme.md


Image to memory

There are 3 different codes

Conversion of a a PPM, PGM or PBM image into a VHDL ROM memory file

You can save any image into an ASCII .ppm .pgm or .pbm format using image software, such as gimp or irfanview.

Then, compile the source and run the executable to convert it into a VHDL ROM memory file

Read the img2rom.htm (in Spanish) o the markdown version img2rom.md

Check the examples examples/vhd

examples/vhd/readme.md

About

Various scripts to create a VHDL or verilog ROM file from an image in PPM PGM or PBM format, also from a NES ROM, or a RISC-V dump memory file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published