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

Subversion Repositories can

[/] [can/] [trunk/] [rtl/] [verilog/] [can_fifo.v] - Diff between revs 115 and 118

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

Rev 115 Rev 118
Line 48... Line 48...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.21  2003/08/14 16:04:52  simons
 
// Artisan ram instances added.
 
//
// Revision 1.20  2003/07/16 14:00:45  mohor
// Revision 1.20  2003/07/16 14:00:45  mohor
// Fixed according to the linter.
// Fixed according to the linter.
//
//
// Revision 1.19  2003/07/03 09:30:44  mohor
// Revision 1.19  2003/07/03 09:30:44  mohor
// PCI_BIST replaced with CAN_BIST.
// PCI_BIST replaced with CAN_BIST.
Line 611... Line 614...
        .AB         (wr_pointer),
        .AB         (wr_pointer),
        .DA         (8'h00),
        .DA         (8'h00),
        .DB         (data_in),
        .DB         (data_in),
        .QA         (data_out),
        .QA         (data_out),
        .QB         (),
        .QB         (),
        .RENA       (~fifo_selected),
        .OENA       (~fifo_selected),
        .RENB       (1'b1),
        .OENB       (1'b1),
        .WENA       (1'b1),
        .WENA       (1'b1),
        .WENB       (~(wr & (~fifo_full))),
        .WENB       (~(wr & (~fifo_full)))
    );
    );
    art_hsdp_64x4 info_fifo
    art_hsdp_64x4 info_fifo
    (
    (
        .CENA       (1'b0),
        .CENA       (1'b0),
        .CENB       (1'b0),
        .CENB       (1'b0),
Line 628... Line 631...
        .AB         (wr_info_pointer),
        .AB         (wr_info_pointer),
        .DA         (4'h0),
        .DA         (4'h0),
        .DB         (len_cnt & {4{~initialize_memories}}),
        .DB         (len_cnt & {4{~initialize_memories}}),
        .QA         (length_info),
        .QA         (length_info),
        .QB         (),
        .QB         (),
        .RENA       (1'b0),
        .OENA       (1'b0),
        .RENB       (1'b1),
        .OENB       (1'b1),
        .WENB       (),
        .WENA       (1'b1),
        .WENB       (~(write_length_info & (~info_full) | initialize_memories))
        .WENB       (~(write_length_info & (~info_full) | initialize_memories))
    );
    );
`endif
`endif
 
 
    // overrun_info
    // overrun_info

powered by: WebSVN 2.1.0

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