Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Isle Chapter 4 - Text Mode

These Verilog designs accompany Text Mode, chapter 4 of Building Isle.

See boards for build and programming instructions.

Verilog Modules

The chapter 4 design uses the following Verilog modules:

  • book/ch04/ch04.v
  • gfx/display.v
  • gfx/font_glyph.v
  • gfx/textmode.v
  • gfx/tmds_encoder.v (not used by Verilator sim)
  • mem/clut.v
  • mem/rom_sync.v
  • mem/tram.v

Each board has its own top module plus relevant architecture-specific modules under arch/ecp5 and arch/xc7; check board make/build files for details.