-
Notifications
You must be signed in to change notification settings - Fork 1
/
AllProcessorTrace.vcon
54 lines (40 loc) · 1.47 KB
/
AllProcessorTrace.vcon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
// See LICENSE for license details.
/*************************************************************************
** From Perforce:
**
** $Id: //Smart_design/Smash_rel/TestCommonLib/Quad/AllProcessorTrace.vcon#3 $
** $DateTime: 2008/05/29 14:21:31 $
** $Change: 6797 $
** $Author: shacham $
*************************************************************************/
#ifndef INC_ALL_PROC_TRACE_VCON
#define INC_ALL_PROC_TRACE_VCON
#include "QuadHierarchy_def.vcon"
#define TOP_LEVEL QUAD_SIM
#define PROCESSOR TILE_0_PROC_0
#define PROCESSORTRACE_IF T0P0_ProcessorTrace_if
#include "ProcessorTrace.vcon"
#define PROCESSOR TILE_1_PROC_0
#define PROCESSORTRACE_IF T1P0_ProcessorTrace_if
#include "ProcessorTrace.vcon"
#define PROCESSOR TILE_2_PROC_0
#define PROCESSORTRACE_IF T2P0_ProcessorTrace_if
#include "ProcessorTrace.vcon"
#define PROCESSOR TILE_3_PROC_0
#define PROCESSORTRACE_IF T3P0_ProcessorTrace_if
#include "ProcessorTrace.vcon"
#ifndef P0_ONLY
#define PROCESSOR TILE_0_PROC_1
#define PROCESSORTRACE_IF T0P1_ProcessorTrace_if
#include "ProcessorTrace.vcon"
#define PROCESSOR TILE_1_PROC_1
#define PROCESSORTRACE_IF T1P1_ProcessorTrace_if
#include "ProcessorTrace.vcon"
#define PROCESSOR TILE_2_PROC_1
#define PROCESSORTRACE_IF T2P1_ProcessorTrace_if
#include "ProcessorTrace.vcon"
#define PROCESSOR TILE_3_PROC_1
#define PROCESSORTRACE_IF T3P1_ProcessorTrace_if
#include "ProcessorTrace.vcon"
#endif /* P0_ONLY */
#endif /* INC_ALL_PROC_TRACE_VCON */