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 19

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

powered by: WebSVN 2.1.0

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