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

Subversion Repositories dbg_interface

[/] [dbg_interface/] [tags/] [sdram_test_working/] [rtl/] [README.txt] - Blame information for rev 2

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

Line No. Rev Author Line
1 2 mohor
//////////////////////////////////////////////////////////////////////
2
////                                                              ////
3
////  README.txt                                                  ////
4
////                                                              ////
5
////                                                              ////
6
////  This file is part of the SoC/OpenRISC Development Interface ////
7
////  http://www.opencores.org/cores/DebugInterface/              ////
8
////                                                              ////
9
////                                                              ////
10
////  Author(s):                                                  ////
11
////       Igor Mohor                                             ////
12
////       igorm@opencores.org                                    ////
13
////                                                              ////
14
////                                                              ////
15
////  All additional information is avaliable in this README.txt  ////
16
////  file.                                                       ////
17
////                                                              ////
18
//////////////////////////////////////////////////////////////////////
19
////                                                              ////
20
//// Copyright (C) 2000,2001 Authors                              ////
21
////                                                              ////
22
//// This source file may be used and distributed without         ////
23
//// restriction provided that this copyright statement is not    ////
24
//// removed from the file and that any derivative work contains  ////
25
//// the original copyright notice and the associated disclaimer. ////
26
////                                                              ////
27
//// This source file is free software; you can redistribute it   ////
28
//// and/or modify it under the terms of the GNU Lesser General   ////
29
//// Public License as published by the Free Software Foundation; ////
30
//// either version 2.1 of the License, or (at your option) any   ////
31
//// later version.                                               ////
32
////                                                              ////
33
//// This source is distributed in the hope that it will be       ////
34
//// useful, but WITHOUT ANY WARRANTY; without even the implied   ////
35
//// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR      ////
36
//// PURPOSE.  See the GNU Lesser General Public License for more ////
37
//// details.                                                     ////
38
////                                                              ////
39
//// You should have received a copy of the GNU Lesser General    ////
40
//// Public License along with this source; if not, download it   ////
41
//// from http://www.opencores.org/lgpl.shtml                     ////
42
////                                                              ////
43
//////////////////////////////////////////////////////////////////////
44
//
45
// CVS Revision History
46
//
47
// $Log: not supported by cvs2svn $
48
// Revision 1.2  2001/06/01 22:22:35  mohor
49
// This is a backup. It is not a fully working version. Not for use, yet.
50
//
51
// Revision 1.1  2001/05/18 13:12:09  mohor
52
// Header changed. All additional information is now avaliable in this README.txt file.
53
//
54
//
55
 
56
 
57
 
58
PROJECT:
59
SoC/OpenRISC Development (debug) Interface
60
 
61
 
62
PROJECT AND DOCUMENTATION ON THE WEB:
63
 
64
The project that this files are part of is avaliable on the opencores
65
web page:
66
 
67
http://www.opencores.org/cores/DebugInterface/
68
 
69
Documentation can also be found there. For direct download of the
70
documentation go to:
71
 
72
http://www.opencores.org/cgi-bin/cvsget.cgi/DebugInterface/Doc/DbgSupp.pdf
73
 
74
 
75
 
76
 
77
OVERVIEW (main Features):
78
 
79
Development Interface is used for development purposes
80
(Boundary Scan testing and debugging). It is an interface
81
between the RISC, peripheral cores and any commercial
82
debugger/emulator or BS testing device. The external
83
debugger or BS tester connects to the core via JTAG port.
84
The Development Port also contains a trace and support for
85
tracing the program flow, execution coverage and profiling
86
the code.
87
 
88
 
89
 
90
COMPATIBILITY:
91
 
92
- WISHBONE rev B.1
93
- IEEE 1149.1 (JTAG)
94
 
95
 
96
 
97
KNOWN PROBLEMS (limits):
98
- RISC changes Watchpoints and breakpoints on rising edge of the
99
Mclk clock signal. Simulation should do the same.
100
 
101
 
102
 
103
TO DO:
104
- Add reset and cpu stall signals that are related to the RISCOP register
105
- Add a WISHBONE master support
106
- Add support for boundary scan (This is already done, but not yet incorporated in the design)
107
- Signal RecSelDepend is not connected anywhere, yet. Read the pdf for details on that.

powered by: WebSVN 2.1.0

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