URL
https://opencores.org/ocsvn/robust_axi2apb/robust_axi2apb/trunk
Subversion Repositories robust_axi2apb
[/] [robust_axi2apb/] [trunk/] [src/] [base/] [def_axi2apb_static.txt] - Rev 10
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 AXI2APB bridgeSWAP SLV_BITS LOG2(EXPR(SLAVE_NUM+1)) ##one more for decerr slaveLOOP SX SLAVE_NUMGROUP APB3 is {psel 1 outputpenable 1 outputpwrite 1 outputpaddr ADDR_BITS outputpwdata 32 outputprdata 32 inputpslverr 1 inputpready 1 input}GROUP APB_AXI_A is {ID ID_BITS inputADDR ADDR_BITS inputLEN 4 inputSIZE 2 inputVALID 1 inputREADY 1 output}GROUP APB_AXI_W is {ID ID_BITS inputDATA 32 inputSTRB 4 inputLAST 1 inputVALID 1 inputREADY 1 output}GROUP APB_AXI_B is {ID ID_BITS outputRESP 2 outputVALID 1 outputREADY 1 input}GROUP APB_AXI_R is {ID ID_BITS outputDATA 32 outputRESP 2 outputLAST 1 outputVALID 1 outputREADY 1 input}GROUP APB_AXI joins {GROUP APB_AXI_A prefix_AWGROUP APB_AXI_W prefix_WGROUP APB_AXI_B prefix_BGROUP APB_AXI_A prefix_ARGROUP APB_AXI_R prefix_R}
Go to most recent revision | Compare with Previous | Blame | View Log
