URL
https://opencores.org/ocsvn/zet86/zet86/trunk
[/] [zet86/] [trunk/] [soc/] [vga/] [rtl/] [char_rom_b16.v] - Diff between revs 39 and 40
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 39 |
Rev 40 |
Line 1... |
Line 1... |
////////////////////////////////////////////////////////////////
|
/*
|
//
|
* Copyright (c) 2008 Zeus Gomez Marmolejo <zeus@opencores.org>
|
// Character generator ROM
|
*
|
//
|
* This file is part of the Zet processor. This processor is free
|
// 7 pixels x 11 rows x 128 characters.
|
* hardware; you can redistribute it and/or modify it under the terms of
|
//
|
* the GNU General Public License as published by the Free Software
|
// Last Updated
|
* Foundation; either version 3, or (at your option) any later version.
|
// 18th Oct 2004
|
*
|
// J. E. Kent.
|
* Zet is distrubuted in the hope that it will be useful, but WITHOUT
|
////////////////////////////////////////////////////////////////
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
|
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
|
|
* License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with Zet; see the file COPYING. If not, see
|
|
* <http://www.gnu.org/licenses/>.
|
|
*/
|
|
|
`timescale 1ns/10ps
|
`timescale 1ns/10ps
|
|
|
module char_rom (clk, rst, cs, we, addr, rdata, wdata);
|
module char_rom (clk, rst, cs, we, addr, rdata, wdata);
|
// IO Ports
|
// IO Ports
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.