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

Subversion Repositories vga_lcd

[/] [vga_lcd/] [trunk/] [rtl/] [verilog/] [vga_fifo.v] - Diff between revs 28 and 30

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 28 Rev 30
Line 35... Line 35...
////                                                             ////
////                                                             ////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
 
 
//  CVS Log
//  CVS Log
//
//
//  $Id: vga_fifo.v,v 1.5 2002-01-28 03:47:16 rherveille Exp $
//  $Id: vga_fifo.v,v 1.6 2002-02-07 05:42:10 rherveille Exp $
//
//
//  $Date: 2002-01-28 03:47:16 $
//  $Date: 2002-02-07 05:42:10 $
//  $Revision: 1.5 $
//  $Revision: 1.6 $
//  $Author: rherveille $
//  $Author: rherveille $
//  $Locker:  $
//  $Locker:  $
//  $State: Exp $
//  $State: Exp $
//
//
// Change History:
// Change History:
Line 132... Line 132...
                                        fifo_cnt <= #1 fifo_cnt - 1;
                                        fifo_cnt <= #1 fifo_cnt - 1;
                        end
                        end
 
 
        // status flags
        // status flags
        assign empty = !(|fifo_cnt);
        assign empty = !(|fifo_cnt);
        assign hfull = fifo_cnt[AWIDTH -1];
        assign hfull = fifo_cnt[AWIDTH -1] | fifo_cnt[AWIDTH];
        assign full  = fifo_cnt[AWIDTH];
        assign full  = fifo_cnt[AWIDTH];
endmodule
endmodule
 
 
 No newline at end of file
 No newline at end of file
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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