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

Subversion Repositories axi_master

[/] [axi_master/] [trunk/] [src/] [base/] [def_axi_master.txt] - Rev 21

Compare with Previous | Blame | View Log

<##//////////////////////////////////////////////////////////////////
////                                                             ////
////  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              ////
////                                                             ////
//////////////////////////////////////////////////////////////////##>

REQUIRE(1.5)

INCLUDE def_axi_master_static.txt

STARTUSER
  
SWAP.GLOBAL #FFD #1                 ##Flip-Flop simulation delay

SWAP.USER PREFIX      axi_master         ##prefix for all module and file names
  
SWAP.USER ADDR_BITS   32                 ##AXI address bits
SWAP.USER DATA_BITS   64                 ##AXI data bits
SWAP.USER LEN_BITS    4                  ##AXI LEN bits
SWAP.USER SIZE_BITS   2                  ##AXI SIZE bits

SWAP.USER CMD_DEPTH   4                  ##AXI command depth for read and write

SWAP.USER ID_BITS     4                  ##AXI ID bits
  
GROUP.USER AXI_ID is {                   ##Supported AXI IDs (one per internal master)
  0011
  0010
  1010
}

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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