URL
https://opencores.org/ocsvn/robust_axi2apb/robust_axi2apb/trunk
Subversion Repositories robust_axi2apb
[/] [robust_axi2apb/] [trunk/] [src/] [base/] [def_axi2apb.txt] - Rev 11
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 //////// //////////////////////////////////////////////////////////////////////##>REQUIRE(1.4)INCLUDE def_axi2apb_static.txtSWAP.GLOBAL #FFD #1 ## flip-flop delaySWAP.USER PREFIX axi2apb ## Prefix for all modules and file namesSWAP.USER SLAVE_NUM 8 ## Number of APB slavesSWAP.USER CMD_DEPTH 2 ## Number of AXI command FIFOSWAP.USER ADDR_BITS 24 ## AXI and APB address bitsSWAP.USER ID_BITS 4 ## AXI ID bitsSWAP.USER DEC_BITS 8 ## Address MSBits for slave decodingSWAP.USER DEC_ADDR0 'h00 ## Slave 0 address decidingSWAP.USER DEC_ADDR1 'h01 ## Slave 1 address decidingSWAP.USER DEC_ADDR2 'h02 ## Slave 2 address decidingSWAP.USER DEC_ADDR3 'h03 ## Slave 3 address decidingSWAP.USER DEC_ADDR4 'h10 ## Slave 4 address decidingSWAP.USER DEC_ADDR5 'h11 ## Slave 5 address decidingSWAP.USER DEC_ADDR6 'h12 ## Slave 6 address decidingSWAP.USER DEC_ADDR7 'h13 ## Slave 7 address deciding
Go to most recent revision | Compare with Previous | Blame | View Log
