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

Subversion Repositories robust_axi_fabric

[/] [robust_axi_fabric/] [trunk/] [src/] [base/] [def_ic_static.txt] - Diff between revs 19 and 22

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

Rev 19 Rev 22
Line 25... Line 25...
//// PURPOSE.  See the GNU Lesser General Public License for more////
//// PURPOSE.  See the GNU Lesser General Public License for more////
//// details. http://www.gnu.org/licenses/lgpl.html              ////
//// details. http://www.gnu.org/licenses/lgpl.html              ////
////                                                             ////
////                                                             ////
//////////////////////////////////////////////////////////////////##>
//////////////////////////////////////////////////////////////////##>
 
 
 
VERIFY (DATA_BITS in 32, 64) ##stub supports 32 or 64 bits data bus
 
VERIFY (SIZE_BITS in 2, 3) ##stub supports 32 or 64 bits data bus
 
 
 
 
SWAP.GLOBAL MODEL_NAME AXI interconnect fabric
SWAP.GLOBAL MODEL_NAME AXI interconnect fabric
 
 
SWAP MSTRS MASTER_NUM
SWAP MSTRS MASTER_NUM
SWAP SLVS EXPR(SLAVE_NUM+DVAL(DEF_DECERR_SLV))
SWAP SLVS EXPR(SLAVE_NUM+DVAL(DEF_DECERR_SLV))
 
 
Line 50... Line 54...
 
 
GROUP IC_AXI_A is {
GROUP IC_AXI_A is {
    ID       ID_BITS                input  SON(CHANGE 1)
    ID       ID_BITS                input  SON(CHANGE 1)
    ADDR     ADDR_BITS              input
    ADDR     ADDR_BITS              input
    LEN      4                      input
    LEN      4                      input
    SIZE     2                      input
    SIZE     SIZE_BITS              input
    BURST    2                      input
    BURST    2                      input
    CACHE    4                      input
    CACHE    4                      input
    PROT     3                      input
    PROT     3                      input
    LOCK     2                      input
    LOCK     2                      input
    USER     USER_BITS              input
    USER     USER_BITS              input

powered by: WebSVN 2.1.0

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