vt52-fpga  1.0.0 Initial
vt52-fpga is a serial terminal implemented on a FPGA
char_rom.v File Reference

Go to the source code of this file.

Functions

module char_rom (input clk, input[11:0] addr, output[8] dout_)
 Character Font ROM (4kx8) This could be a RAM to allow font modifications, but not for now latin-1 subset of Terminus Font 8x16 (http://terminus-font.sourceforge.net) Terminus Font is licensed under the SIL Open Font License, Version 1.1. More...