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

Subversion Repositories qaz_libs

[/] [qaz_libs/] [trunk/] [axi4_stream_lib/] [src/] [axis_catenate.sv] - Diff between revs 37 and 38

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

Rev 37 Rev 38
Line 45... Line 45...
  // --------------------------------------------------------------------
  // --------------------------------------------------------------------
  //
  //
  wire select;
  wire select;
  wire axis_eop;
  wire axis_eop;
 
 
  defparam axis_eop_mux_i.U_IS_EOP = U_IS_EOP; // why are needed these for recursive modules?
  defparam axis_eop_mux_i.U_IS_EOP = U_IS_EOP; // why are these needed for recursive modules?
  defparam axis_eop_mux_i.MA = 1;
  defparam axis_eop_mux_i.MA = 1;
  axis_eop_mux
  axis_eop_mux
  // axis_eop_mux #(.U_IS_EOP(U_IS_EOP), .MA(1))
  // axis_eop_mux #(.U_IS_EOP(U_IS_EOP), .MA(1))
    axis_eop_mux_i(.axis_in(axis_in), .*);
    axis_eop_mux_i(.axis_in(axis_in), .*);
 
 
Line 139... Line 139...
    axis_alias_i(axis_in[1], axis_bus[1]);
    axis_alias_i(axis_in[1], axis_bus[1]);
 
 
 
 
  // --------------------------------------------------------------------
  // --------------------------------------------------------------------
  //
  //
  defparam axis_mux_i.N = N; // why are needed these for recursive modules?
  defparam axis_mux_i.N = N; // why are these needed for recursive modules?
  defparam axis_mux_i.I = I;
  defparam axis_mux_i.I = I;
  defparam axis_mux_i.D = D;
  defparam axis_mux_i.D = D;
  defparam axis_mux_i.U = U;
  defparam axis_mux_i.U = U;
  axis_mux
  axis_mux
  // axis_mux #(.N(N), .I(I), .D(D), .U(U))
  // axis_mux #(.N(N), .I(I), .D(D), .U(U))

powered by: WebSVN 2.1.0

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