OpenCores
URL https://opencores.org/ocsvn/m1_core/m1_core/trunk

Subversion Repositories m1_core

[/] [m1_core/] [trunk/] [hdl/] [rtl/] [wb_text_vga/] [fontmap_rom.v] - Diff between revs 54 and 64

Show entire file | Details | Blame | View Log

Rev 54 Rev 64
Line 4... Line 4...
 * This is the ROM containing the map for a monospaced 8x8 font.
 * This is the ROM containing the map for a monospaced 8x8 font.
 * The address input is the concatenation of the required ASCII code [10:3] and the
 * The address input is the concatenation of the required ASCII code [10:3] and the
 * number of the line [2:0] contained into the char (starting from the top).
 * number of the line [2:0] contained into the char (starting from the top).
 * It should use only one 2KByte Block RAM on a Xilinx FPGA device.
 * It should use only one 2KByte Block RAM on a Xilinx FPGA device.
 * The font design is (C) 2005 by Brian Cassidy and released under the Perl license.
 * The font design is (C) 2005 by Brian Cassidy and released under the Perl license.
 * All the rest is (C) 2008 by Simply RISC LLP and released under the GPL license.
 * All the rest is (C) 2008 by Fabrizio Fazzino and released under the GPL license.
 */
 */
 
 
// synthesis attribute rom_style of fontmap_rom is block;
// synthesis attribute rom_style of fontmap_rom is block;
module fontmap_rom (
module fontmap_rom (
    input sys_clock_i,
    input sys_clock_i,

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.