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

Subversion Repositories qaz_libs

[/] [qaz_libs/] [trunk/] [axi4_lib/] [src/] [axi4_register_slice.sv] - Diff between revs 29 and 31

Show entire file | Details | Blame | View Log

Rev 29 Rev 31
Line 51... Line 51...
    axi4_read_fifo(.*);
    axi4_read_fifo(.*);
 
 
 
 
  // --------------------------------------------------------------------
  // --------------------------------------------------------------------
  //
  //
  axi4_to_read_fifos
  axi4_s_to_read_fifos
    #(
    #(
      .A(A),
      .A(A),
      .N(N),
      .N(N),
      .I(I),
      .I(I),
 
      .R_D(2),
 
      .AR_D(2),
      .USE_ADVANCED_PROTOCOL(USE_ADVANCED_PROTOCOL)
      .USE_ADVANCED_PROTOCOL(USE_ADVANCED_PROTOCOL)
    )
    )
    axi4_to_read_fifos_i(.*);
    axi4_s_to_read_fifos_i(.*);
 
 
 
 
  // --------------------------------------------------------------------
  // --------------------------------------------------------------------
  //
  //
  assign axi4_m.arid    = axi4_read_fifo.arid;
  assign axi4_m.arid    = axi4_read_fifo.arid;
Line 116... Line 118...
    axi4_write_fifo(.*);
    axi4_write_fifo(.*);
 
 
 
 
  // --------------------------------------------------------------------
  // --------------------------------------------------------------------
  //
  //
  axi4_to_write_fifos
  axi4_s_to_write_fifos
    #(
    #(
      .A(A),
      .A(A),
      .N(N),
      .N(N),
      .I(I),
      .I(I),
 
      .W_D(2),
 
      .B_D(2),
 
      .AW_D(2),
      .USE_ADVANCED_PROTOCOL(USE_ADVANCED_PROTOCOL)
      .USE_ADVANCED_PROTOCOL(USE_ADVANCED_PROTOCOL)
    )
    )
    axi4_to_write_fifos_i(.*);
    axi4_s_to_write_fifos_i(.*);
 
 
 
 
  // --------------------------------------------------------------------
  // --------------------------------------------------------------------
  //
  //
  assign axi4_m.awid    = axi4_write_fifo.awid;
  assign axi4_m.awid    = axi4_write_fifo.awid;

powered by: WebSVN 2.1.0

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