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.txt] - Rev 2
Go to most recent revision | Compare with Previous | Blame | View Log
INCLUDE def_ic_static.txtSWAP #FFD #1 ##flip-flop delaySWAP PREFIX fabric_MASTER_NUM_SLAVE_NUM ##prefix for all module and file names##fabric 0BUILDSWAP MASTER_NUM 3 ##number of mastersSWAP SLAVE_NUM 8 ##number of slaves##DEFINE DEF_DECERR_SLV ##use interanl decode slave errorSWAP ID_BITS 2 ##AXI ID bitsLOOP M0_IDX 1 ##number of IDs for master 0SWAP ID_M0_ID0 ID_BITS'b00 ##master 0 ID0LOOP M1_IDX 1 ##number of IDs for master 1SWAP ID_M1_ID0 ID_BITS'b01 ##master 1 ID0LOOP M2_IDX 1 ##number of IDs for master 2SWAP ID_M2_ID0 ID_BITS'b10 ##master 2 ID0SWAP CMD_DEPTH 8 ##AXI command depth for read and writeSWAP DATA_BITS 64 ##AXI data bitsSWAP ADDR_BITS 32 ##AXI address bitsSWAP USER_BITS 4 ##AXI user bitsENDBUILD##fabric 1BUILDSWAP MASTER_NUM 1 ##number of mastersSWAP SLAVE_NUM 3 ##number of slavesDEFINE DEF_DECERR_SLV ##use interanl decode slave errorSWAP ID_BITS 2 ##AXI ID bitsLOOP M0_IDX 3 ##number of IDs for master 0SWAP ID_M0_ID0 ID_BITS'b00 ##master 0 ID0SWAP ID_M0_ID1 ID_BITS'b01 ##master 0 ID1SWAP ID_M0_ID2 ID_BITS'b11 ##master 0 ID2SWAP CMD_DEPTH 4 ##AXI command depth for read and writeSWAP DATA_BITS 32 ##AXI data bitsSWAP ADDR_BITS 24 ##AXI address bitsSWAP USER_BITS 0 ##AXI user bitsENDBUILD
Go to most recent revision | Compare with Previous | Blame | View Log
