URL
https://opencores.org/ocsvn/axi_master/axi_master/trunk
Subversion Repositories axi_master
[/] [axi_master/] [trunk/] [src/] [base/] [def_axi_master_static.txt] - Rev 15
Go to most recent revision | 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 //////// //////////////////////////////////////////////////////////////////////##>SWAP.GLOBAL MODEL_NAME AXI master stubVERIFY (DATA_BITS <= 64) else stub supports 32 or 64 bits data busVERIFY (SIZE_BITS <= 3) else stub supports 32 or 64 bits data busGROUP STUB_AXI_A is {ID ID_BITS outputADDR ADDR_BITS outputLEN LEN_BITS outputSIZE SIZE_BITS outputBURST 2 outputCACHE 4 outputPROT 3 outputLOCK 2 outputVALID 1 outputREADY 1 input}GROUP STUB_AXI_W is {ID ID_BITS outputDATA DATA_BITS outputSTRB DATA_BITS/8 outputLAST 1 outputVALID 1 outputREADY 1 input}GROUP STUB_AXI_B is {ID ID_BITS inputRESP 2 inputVALID 1 inputREADY 1 output}GROUP STUB_AXI_R is {ID ID_BITS inputDATA DATA_BITS inputRESP 2 inputLAST 1 inputVALID 1 inputREADY 1 output}GROUP STUB_AXI joins {GROUP STUB_AXI_A prefix_AWGROUP STUB_AXI_W prefix_WGROUP STUB_AXI_B prefix_BGROUP STUB_AXI_A prefix_ARGROUP STUB_AXI_R prefix_R}GROUP AXI_MASTER_RAND is {ahb_bursts SON(DEFAULT 0)use_addr_base SON(DEFAULT 0)len_min SON(DEFAULT 0)len_max SON(DEFAULT 15)size_min SON(DEFAULT 0)size_max SON(DEFAULT 3)addr_min SON(DEFAULT 0)addr_max SON(DEFAULT {DATA_BITS{1'b1}})}SWAP ID_NUM GROUP_AXI_ID.NUM
Go to most recent revision | Compare with Previous | Blame | View Log
