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

Subversion Repositories robust_axi2apb

[/] [robust_axi2apb/] [trunk/] [src/] [base/] [def_axi2apb_static.txt] - Diff between revs 2 and 4

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 2 Rev 4
 
 
 
////                                                             ////
 
////  Author: Eyal Hochberg                                      ////
 
////          eyal@provartec.com                                 ////
 
////                                                             ////
 
////  Downloaded from: http://www.opencores.org                  ////
 
/////////////////////////////////////////////////////////////////////
 
////                                                             ////
 
//// Copyright (C) 2010 Provartec LTD                            ////
 
//// www.provartec.com                                           ////
 
//// info@provartec.com                                          ////
 
////                                                             ////
 
//// This source file may be used and distributed without        ////
 
//// restriction provided that this copyright statement is not   ////
 
//// removed from the file and that any derivative work contains ////
 
//// the original copyright notice and the associated disclaimer.////
 
////                                                             ////
 
//// This source file is free software; you can redistribute it  ////
 
//// and/or modify it under the terms of the GNU Lesser General  ////
 
//// Public License as published by the Free Software Foundation.////
 
////                                                             ////
 
//// This source is distributed in the hope that it will be      ////
 
//// useful, but WITHOUT ANY WARRANTY; without even the implied  ////
 
//// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR     ////
 
//// PURPOSE.  See the GNU Lesser General Public License for more////
 
//// details. http://www.gnu.org/licenses/lgpl.html              ////
 
////                                                             ////
 
//////////////////////////////////////////////////////////////////##>
 
 
SWAP      SLV_BITS    LOG2(EXPR(SLAVE_NUM+1)) ##one more for decerr slave
SWAP      SLV_BITS    LOG2(EXPR(SLAVE_NUM+1)) ##one more for decerr slave
LOOP      SX          SLAVE_NUM
LOOP      SX          SLAVE_NUM
GROUP APB3 is {
GROUP APB3 is {
    psel     1                      output
    psel     1                      output
    penable  1                      output
    penable  1                      output
    pwrite   1                      output
    pwrite   1                      output
    paddr    ADDR_BITS              output
    paddr    ADDR_BITS              output
    pwdata   32                     output
    pwdata   32                     output
    prdata   32                     input
    prdata   32                     input
    pslverr  1                      input
    pslverr  1                      input
    pready   1                      input
    pready   1                      input
}
}
GROUP APB_AXI_A is {
GROUP APB_AXI_A is {
    ID       ID_BITS                input
    ID       ID_BITS                input
    ADDR     ADDR_BITS              input
    ADDR     ADDR_BITS              input
    LEN      4                      input
    LEN      4                      input
    SIZE     2                      input
    SIZE     2                      input
    VALID    1                      input
    VALID    1                      input
    READY    1                      output
    READY    1                      output
}
}
GROUP APB_AXI_W is {
GROUP APB_AXI_W is {
    ID        ID_BITS                input
    ID        ID_BITS                input
    DATA      32                     input
    DATA      32                     input
    STRB      4                      input
    STRB      4                      input
    LAST      1                      input
    LAST      1                      input
    VALID     1                      input
    VALID     1                      input
    READY     1                      output
    READY     1                      output
}
}
GROUP APB_AXI_B is {
GROUP APB_AXI_B is {
    ID        ID_BITS                output
    ID        ID_BITS                output
    RESP      2                      output
    RESP      2                      output
    VALID     1                      output
    VALID     1                      output
    READY     1                      input
    READY     1                      input
}
}
GROUP APB_AXI_R is {
GROUP APB_AXI_R is {
    ID        ID_BITS                output
    ID        ID_BITS                output
    DATA      32                     output
    DATA      32                     output
    RESP      2                      output
    RESP      2                      output
    LAST      1                      output
    LAST      1                      output
    VALID     1                      output
    VALID     1                      output
    READY     1                      input
    READY     1                      input
}
}
GROUP APB_AXI joins {
GROUP APB_AXI joins {
    GROUP APB_AXI_A prefix_AW
    GROUP APB_AXI_A prefix_AW
    GROUP APB_AXI_W prefix_W
    GROUP APB_AXI_W prefix_W
    GROUP APB_AXI_B prefix_B
    GROUP APB_AXI_B prefix_B
    GROUP APB_AXI_A prefix_AR
    GROUP APB_AXI_A prefix_AR
    GROUP APB_AXI_R prefix_R
    GROUP APB_AXI_R prefix_R
}
}
 
 

powered by: WebSVN 2.1.0

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