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

Subversion Repositories axi_slave

[/] [axi_slave/] [trunk/] [src/] [base/] [def_axi_slave.txt] - Blame information for rev 13

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 eyalhoc
<##//////////////////////////////////////////////////////////////////
2
////                                                             ////
3
////  Author: Eyal Hochberg                                      ////
4
////          eyal@provartec.com                                 ////
5
////                                                             ////
6
////  Downloaded from: http://www.opencores.org                  ////
7
/////////////////////////////////////////////////////////////////////
8
////                                                             ////
9
//// Copyright (C) 2010 Provartec LTD                            ////
10
//// www.provartec.com                                           ////
11
//// info@provartec.com                                          ////
12
////                                                             ////
13
//// This source file may be used and distributed without        ////
14
//// restriction provided that this copyright statement is not   ////
15
//// removed from the file and that any derivative work contains ////
16
//// the original copyright notice and the associated disclaimer.////
17
////                                                             ////
18
//// This source file is free software; you can redistribute it  ////
19
//// and/or modify it under the terms of the GNU Lesser General  ////
20
//// Public License as published by the Free Software Foundation.////
21
////                                                             ////
22
//// This source is distributed in the hope that it will be      ////
23
//// useful, but WITHOUT ANY WARRANTY; without even the implied  ////
24
//// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR     ////
25
//// PURPOSE.  See the GNU Lesser General Public License for more////
26
//// details. http://www.gnu.org/licenses/lgpl.html              ////
27
////                                                             ////
28
//////////////////////////////////////////////////////////////////##>
29 13 eyalhoc
REQUIRE(1.5)
30 7 eyalhoc
 
31
INCLUDE def_axi_slave_static.txt
32
 
33 12 eyalhoc
STARTUSER
34
 
35 7 eyalhoc
SWAP.GLOBAL #FFD #1                      ##Flip-Flop simulation delay
36
 
37
SWAP.USER PREFIX      axi_slave          ##prefix for all module and file names
38
 
39
SWAP.USER ID_BITS     4                  ##AXI ID bits
40
SWAP.USER ADDR_BITS   24                 ##AXI address bits
41
SWAP.USER DATA_BITS   64                 ##AXI data bits
42
SWAP.USER LEN_BITS    4                  ##AXI LEN bits
43
SWAP.USER SIZE_BITS   2                  ##AXI SIZE bits
44
 
45
SWAP.USER WCMD_DEPTH   8                 ##AXI write command depth
46
SWAP.USER RCMD_DEPTH   8                 ##AXI write command depth
47
 
48
UNDEF TRACE                              ##print memory trace to file
49 2 eyalhoc
 

powered by: WebSVN 2.1.0

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