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

Subversion Repositories robust_axi_fabric

[/] [robust_axi_fabric/] [trunk/] [src/] [base/] [def_ic.txt] - Blame information for rev 22

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 7 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
 
30 18 eyalhoc
REQUIRE(1.4)
31 16 eyalhoc
 
32 2 eyalhoc
INCLUDE def_ic_static.txt
33
 
34 22 eyalhoc
STARTUSER
35
 
36 17 eyalhoc
SWAP.GLOBAL #FFD            #1                              ##flip-flop delay
37 2 eyalhoc
 
38 15 eyalhoc
SWAP.USER PREFIX     fabric_MASTER_NUM_SLAVE_NUM     ##prefix for all module and file names
39 2 eyalhoc
 
40 15 eyalhoc
SWAP.USER MASTER_NUM 3                               ##number of masters
41
SWAP.USER SLAVE_NUM  6                               ##number of slaves
42 2 eyalhoc
 
43 20 eyalhoc
SWAP.USER CMD_DEPTH  4                               ##AXI master command depth for read and write
44
SWAP.USER SLV_DEPTH  8                               ##AXI slave command depth for read and write
45
 
46 15 eyalhoc
SWAP.USER DATA_BITS 64                               ##AXI data bits
47
SWAP.USER ADDR_BITS 32                               ##AXI address bits
48 2 eyalhoc
 
49 22 eyalhoc
SWAP.USER SIZE_BITS  2                               ##AXI size bits
50
 
51 16 eyalhoc
DEFINE.USER          DEF_DECERR_SLV                  ##use interanl decode slave error
52
 
53 15 eyalhoc
SWAP.USER USER_BITS  4                               ##AXI user bits
54 16 eyalhoc
 
55 19 eyalhoc
SWAP.USER MSTR_ID_BITS    4                          ##AXI ID bits
56 16 eyalhoc
 
57 19 eyalhoc
UNDEF.USER UNIQUE_ID                                 ##If defined all IDs must be unique, else bits will be added to slave IDs to identify masters
58
 
59
 
60
GROUP.USER M0_ID is {                                ##Supported AXI IDs for master 0 (binary)
61
  000
62
  001
63 16 eyalhoc
}
64 19 eyalhoc
GROUP.USER M1_ID is {                                ##Supported AXI IDs for master 1 (binary)
65
  011
66 16 eyalhoc
}
67 19 eyalhoc
GROUP.USER M2_ID is {                                ##Supported AXI IDs for master 2 (binary)
68
  000
69
  100
70
  101
71 16 eyalhoc
}
72
 

powered by: WebSVN 2.1.0

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