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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [fpga/] [mc/] [src/] [dsp/] [bpp9/] [pixel.v] - Diff between revs 288 and 290

Show entire file | Details | Blame | View Log

Rev 288 Rev 290
Line 1... Line 1...
//
//
// pixel.v -- last stage in display pipeline
// pixel.v -- last stage in display pipeline
//
//
 
 
 
 
 
`timescale 1ns/10ps
 
`default_nettype none
 
 
 
 
module pixel(clk, pixclk, attcode,
module pixel(clk, pixclk, attcode,
             pixel, blank, hsync_in, vsync_in, blink,
             pixel, blank, hsync_in, vsync_in, blink,
             hsync, vsync, r, g, b);
             hsync, vsync, r, g, b);
    input clk;
    input clk;
    input pixclk;
    input pixclk;

powered by: WebSVN 2.1.0

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