-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProcessorTrace.port.vrh
50 lines (45 loc) · 1.14 KB
/
ProcessorTrace.port.vrh
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
// See LICENSE for license details.
/*************************************************************************
** From Perforce:
**
** $Id: //Smart_design/Smash_rel/TestCommonLib/Processor/ProcessorTrace/ProcessorTrace.port.vrh#1 $
** $DateTime: 2008/01/04 23:17:34 $
** $Change: 6220 $
** $Author: zasgar $
*************************************************************************/
//------------------------------------------------------------------------------
//---- Declaretion of the virtual ports
//------------------------------------------------------------------------------
// Define a virtual port type here, that will correspond to PROCESSORTRACE_IF:
// (only defined once)
#ifndef PROCESSOR_TRACE_VIRTUAL_PORT
#define PROCESSOR_TRACE_VIRTUAL_PORT
port ProcessorTrace_IF_port
{
CLK;
BReset;
PDebugStatus;
PDebugPC;
PDebugData;
PDebugLS0Stat;
PDebugLS0Addr;
PDebugLS0Data;
IRam0Addr;
IRam0Data;
IRam0WrData;
IRam0LoadStore;
IRam0Wr;
IRam0En;
IRam0WordEn;
IRam0Busy;
DRam0En0;
DRam0Addr0;
DRam0Wr0;
DRam0WrData0;
DRam0Data0;
DRam0ByteEn0;
TIE_MemOp_Out_Req;
TIE_MemOp_Out;
TIE_MemOp_In;
}
#endif