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

Subversion Repositories qaz_libs

[/] [qaz_libs/] [trunk/] [axi4_stream_lib/] [src/] [axis_alias.sv] - Diff between revs 29 and 31

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

Rev 29 Rev 31
Line 25... Line 25...
////                                                              ////
////                                                              ////
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
 
 
module
module
  axis_alias
  axis_alias
  #(
 
    N = 8,          // data bus width in bytes
 
    I = 1,          // TID width
 
    D = 1,          // TDEST width
 
    U = 1,          // TUSER width
 
    USE_TSTRB = 0,  //  set to 1 to enable, 0 to disable
 
    USE_TKEEP = 0   //  set to 1 to enable, 0 to disable
 
  )
 
  (
  (
    axis_if axis_in,
    axis_if axis_in,
    axis_if axis_out
    axis_if axis_out
  );
  );
 
 

powered by: WebSVN 2.1.0

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