URL
https://opencores.org/ocsvn/robust_axi_fabric/robust_axi_fabric/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 8 |
Rev 9 |
Line 27... |
Line 27... |
//// ////
|
//// ////
|
//////////////////////////////////////////////////////////////////##>
|
//////////////////////////////////////////////////////////////////##>
|
|
|
##Static defines
|
##Static defines
|
SWAP MSTRS MASTER_NUM
|
SWAP MSTRS MASTER_NUM
|
SWAP SLVS EXPR(SLAVE_NUM+DVAL(DECERR_SLV))
|
SWAP SLVS EXPR(SLAVE_NUM+DVAL(DEF_DECERR_SLV))
|
|
|
LOOP MX MSTRS
|
LOOP MX MSTRS
|
LOOP SX SLVS
|
LOOP SX SLVS
|
|
|
SWAP MSTR_BITS LOG2(MSTRS)
|
SWAP MSTR_BITS LOG2(MSTRS)
|
SWAP SLV_BITS LOG2(SLVS)
|
SWAP SLV_BITS LOG2(SLVS)
|
|
|
SWAP SERR EXPR(SLAVE_NUM-1+DVAL(DECERR_SLV))
|
SWAP SERR EXPR(SLVS-1)
|
|
|
GROUP IC_AXI_A is {
|
GROUP IC_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
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.