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

Subversion Repositories axi_master

[/] [axi_master/] [trunk/] [src/] [base/] [def_axi_master.txt] - Diff between revs 13 and 14

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

Rev 13 Rev 14
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 (VERSION >=1.3) else Version 1.3 or higher is required (Current version is VERSION)
 
 
INCLUDE def_axi_master_static.txt
INCLUDE def_axi_master_static.txt
 
 
SWAP.GLOBAL #FFD #1                 ##Flip-Flop simulation delay
SWAP.GLOBAL #FFD #1                 ##Flip-Flop simulation delay
 
 
SWAP.USER PREFIX      axi_master         ##prefix for all module and file names
SWAP.USER PREFIX      axi_master         ##prefix for all module and file names
 
 
SWAP.USER ID_BITS     4                  ##AXI ID bits
 
SWAP.USER ADDR_BITS   32                 ##AXI address bits
SWAP.USER ADDR_BITS   32                 ##AXI address bits
SWAP.USER DATA_BITS   64                 ##AXI data bits
SWAP.USER DATA_BITS   64                 ##AXI data bits
SWAP.USER LEN_BITS    4                  ##AXI LEN bits
SWAP.USER LEN_BITS    4                  ##AXI LEN bits
SWAP.USER SIZE_BITS   2                  ##AXI SIZE bits
SWAP.USER SIZE_BITS   2                  ##AXI SIZE bits
 
 
SWAP.USER CMD_DEPTH   4                  ##AXI command depth for read and write
SWAP.USER CMD_DEPTH   4                  ##AXI command depth for read and write
 
 
SWAP.USER ID_NUM      3                  ##Number of IDs (internal masters)
SWAP.USER ID_BITS     4                  ##AXI ID bits
SWAP.USER ID0_VAL     'b0011             ##AXI ID0
 
SWAP.USER ID1_VAL     'b0010             ##AXI ID1
GROUP.USER AXI_ID is {                   ##Supported AXI IDs (one per internal master)
SWAP.USER ID2_VAL     'b1010             ##AXI ID2
  b0011
 
  b0010
 
  b1010
 
}
 
 

powered by: WebSVN 2.1.0

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