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 7

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 2 eyalhoc
INCLUDE def_ic_static.txt
31
 
32 3 eyalhoc
SWAP #FFD       #1                              ##flip-flop delay
33 2 eyalhoc
 
34
SWAP PREFIX     fabric_MASTER_NUM_SLAVE_NUM     ##prefix for all module and file names
35
 
36
SWAP MASTER_NUM 3                               ##number of masters
37 3 eyalhoc
SWAP SLAVE_NUM  6                               ##number of slaves
38 2 eyalhoc
 
39 3 eyalhoc
DEFINE DEF_DECERR_SLV                           ##use interanl decode slave error
40 2 eyalhoc
 
41 3 eyalhoc
SWAP ID_BITS    3                               ##AXI ID bits
42
LOOP M0_IDX     2                               ##number of IDs for master 0
43
SWAP ID_M0_ID0  ID_BITS'b000                    ##master 0 ID0
44
SWAP ID_M0_ID1  ID_BITS'b001                    ##master 0 ID1
45 2 eyalhoc
LOOP M1_IDX     1                               ##number of IDs for master 1
46 3 eyalhoc
SWAP ID_M1_ID0  ID_BITS'b011                    ##master 1 ID0
47 2 eyalhoc
LOOP M2_IDX     1                               ##number of IDs for master 2
48 3 eyalhoc
SWAP ID_M2_ID0  ID_BITS'b101                    ##master 2 ID0
49 2 eyalhoc
 
50
SWAP CMD_DEPTH  8                               ##AXI command depth for read and write
51
 
52
SWAP DATA_BITS 64                               ##AXI data bits
53
SWAP ADDR_BITS 32                               ##AXI address bits
54
 
55
SWAP USER_BITS  4                               ##AXI user bits

powered by: WebSVN 2.1.0

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