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

Subversion Repositories openhmc

[/] [openhmc/] [trunk/] [openHMC/] [rtl/] [building_blocks/] [fifos/] [sync/] [openhmc_sync_fifo.v] - Diff between revs 11 and 15

Show entire file | Details | Blame | View Log

Rev 11 Rev 15
Line 60... Line 60...
        //----Signals
        //----Signals
        //----------------------------------
        //----------------------------------
        input wire [DATASIZE-1:0]   d_in,
        input wire [DATASIZE-1:0]   d_in,
        input wire                  shift_in,
        input wire                  shift_in,
        input wire                  shift_out,
        input wire                  shift_out,
        input wire                  next_stage_full, // Set to 1 if not chained
 
        output wire [DATASIZE-1:0]  d_out,
        output wire [DATASIZE-1:0]  d_out,
        output wire                 empty
        output wire                 empty
    );
    );
 
 
//=====================================================================================================
//=====================================================================================================

powered by: WebSVN 2.1.0

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