URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 288 |
Rev 290 |
Line 1... |
Line 1... |
//
|
//
|
// chrgen.v -- character generator
|
// chrgen.v -- character generator
|
//
|
//
|
|
|
|
|
|
`timescale 1ns/10ps
|
|
`default_nettype none
|
|
|
|
|
module chrgen(clk, pixclk,
|
module chrgen(clk, pixclk,
|
chrcode, chrrow, chrcol,
|
chrcode, chrrow, chrcol,
|
pixel,
|
pixel,
|
attcode_in, blank_in, hsync_in, vsync_in, blink_in,
|
attcode_in, blank_in, hsync_in, vsync_in, blink_in,
|
attcode_out, blank_out, hsync_out, vsync_out, blink_out);
|
attcode_out, blank_out, hsync_out, vsync_out, blink_out);
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.