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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [NEWS] - Blame information for rev 412

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

Line No. Rev Author Line
1 85 jeremybenn
              Or1ksim: The OpenRISC 1000 Architectural Simulator
2
              ==================================================
3
 
4
 
5 385 jeremybenn
New in release 0.5.0rc2
6
=======================
7
 
8
No new features. This is purely bug fixes post-0.5.0rc1.
9
 
10
The following bugs are fixed.
11
* Bug 1824: Memory controller issue (marked as duplicate of Bug 1758).
12
* Bug 1816: Error message when target not set is obscure.
13
* Bug 1813: "make check" fails before installation.
14
 
15
The following bugs are outstanding
16
* Bug 1823: Configuration file error line numbers are wrong.
17
* Bug 1822: ATA configuration is broken. Documented in user guide.
18
* Bug 1758: Memory controller issues. Workaround in the user guide.
19
 
20
 
21 346 jeremybenn
New in release 0.5.0rc1
22
=======================
23 143 jeremybenn
 
24 346 jeremybenn
The floating point implementation is now based on John Hauser's "softfloat"
25
package, ensuring rigorous compliance with the IEEE 754-2008 standard.
26
 
27 143 jeremybenn
The library interface is extended to allow registers and memory to be written
28 346 jeremybenn
directly and processor stalled and unstalled. This is to allow direct
29
integration as a simulator in GDB.
30 143 jeremybenn
 
31 346 jeremybenn
Some of the existing library interface functions have different prototypes.
32
 
33 224 jeremybenn
The "include" feature of configuration files (which never worked, but no one
34
ever noticed) is dropped.
35
 
36
If the configuration file is not found in the local directory, it is searched
37
for in the ${HOME}/.or1ksim directory, then (for backwards compatibility) the
38
${HOME}/.or1k directory.
39
 
40 346 jeremybenn
If no simulation file is specified, then sim.cfg is not searched for as a
41
default.
42 224 jeremybenn
 
43 346 jeremybenn
New options are added -q|--quiet, -V|--verbose, -m|--memory and
44
--report-memory-errors. The semantics of --nosrv and --src otpions are changed.
45 224 jeremybenn
 
46 346 jeremybenn
There is a configuration option to collect statistics on instruction execution
47
in binary form.
48
 
49
In previous versions, Bus exceptions were unique in that they produced an
50
error message on standard output. The default is now for this exception to be
51
handled silently, unless requested by --report-memory-errors.
52
 
53
The following feature requests have been accepted.
54
* Feature  393: Integrate Or1ksim in GDB.
55
 
56 143 jeremybenn
The following bugs are fixed.
57 346 jeremybenn
* Bug 1821: Reference configuration file has defective debug section.
58
* Bug 1817: Reference configuration file missing from distribution.
59
* Bug 1795: GDB breakpoints do not work with the instruction cache.
60 143 jeremybenn
 
61 346 jeremybenn
The following bugs are either cannot be reproduced or will not be fixed.
62
 
63
The following bugs are outstanding
64
* Bug 1824: Memory controller issue (probably the same as Bug 1758).
65
* Bug 1823: Configuration file error line numbers are wrong.
66
* Bug 1822: ATA section in configuration file is broken.
67
* Bug 1816: Error message when target not set is obscure.
68
* Bug 1813: "make check" fails before installation.
69
* Bug 1758: Memory controller issues. Workaround in the user guide.
70
 
71
 
72 134 jeremybenn
New in release 0.4.0
73
====================
74
 
75
No new features or bugs. This is the full release based on 0.4.0rc2.
76
 
77
 
78 127 jeremybenn
New in release 0.4.0rc2
79
=======================
80 107 jeremybenn
 
81
No new features are provided, pending full release of 0.4.0.
82
 
83 124 jeremybenn
The configuration options --enable-arith-flag and --enable-ov-flag have been
84
removed, since they were the source of bugs, notably Bugs 1782, 1783 and 1784.
85
 
86 127 jeremybenn
The configuration option --enable-unsigned-xori has been added to allow a
87
conditional solution to Bug 1790.
88
 
89 107 jeremybenn
The following bugs are fixed.
90
* Bug 1770: l.div does not set carry or give correct exception.
91 114 jeremybenn
* Bug 1771: l.add* do not correctly set the overflow flag.
92 115 jeremybenn
* Bug 1772: l.fl1 not implemented.
93 116 jeremybenn
* Bug 1773: l.maci not correctly implemented.
94 118 jeremybenn
* Bug 1774: l.mulu not implemented.
95 121 jeremybenn
* Bug 1775: l.jalr and l.jr don't trigger alignment exceptions.
96 114 jeremybenn
* Bug 1776: l.addic is not implemented.
97 122 jeremybenn
* Bug 1777: l.macrc not correctly implemented.
98
* Bug 1778: l.ror and l.rori are not implemented.
99 123 jeremybenn
* Bug 1779: l.mtspr implementation is incorrect.
100 124 jeremybenn
* Bug 1782: Or1ksim setting of overflow flag is wrong.
101
* Bug 1783: Or1ksim definition of overflow is wrong.
102
* Bug 1784: Or1ksim does not trigger overflow exceptions.
103 127 jeremybenn
* Bug 1790: l.xori implementation is incorrect.
104 107 jeremybenn
 
105
The following bugs are either cannot be reproduced or will not be fixed.
106
 
107
The following bugs are outstanding
108 114 jeremybenn
* Bug 1758: Memory controller issues. Workaround in the user guide.
109 107 jeremybenn
 
110
 
111 104 jeremybenn
New in release 0.4.0rc1
112
=======================
113 85 jeremybenn
 
114 86 jeremybenn
The following new features are provided.
115 85 jeremybenn
* testbench now renamed testsuite and fully integrated using DejaGNU.
116
  "make check" now works correctly if the OpenRISC toolchain is installed.
117 86 jeremybenn
* New configuration flag --enable-all-tests to enable building of incomplete
118
  tests with "make check".
119 104 jeremybenn
* The library offers an interface via modelled JTAG
120
* Single precision floating point is available.
121 85 jeremybenn
 
122 86 jeremybenn
The user guide is updated.
123
 
124
The following feature requests have been accepted.
125 104 jeremybenn
* Feature  413: ORFPX32 single precision floating point now supported.
126 85 jeremybenn
* Feature  469: Icache tags now intialized as invalid.
127
* Feature 1673: Or1ksim now builds on Mac OS X.
128
* Feature 1678: download, patch and build dirs removed from SVN.
129
 
130 86 jeremybenn
The following feature requests have been rejected.
131 85 jeremybenn
* Feature  399: Writeable SR_LEE bit will not be provided.
132
* Feature  409: Separate ELF loader library already exists in binutils.
133
* Feature  586: Ignoring HW breakpoints is already possible.
134
 
135 89 jeremybenn
The following bugs are fixed.
136
* Bug  534: Test suite fixed (see above).
137
* Bug 1710: mprofile now handles mode args correctly.
138
* Bug 1723: PS2 keyboard error message clearer if RX file won't open.
139 104 jeremybenn
* Bug 1733: Or1ksim now accepts ELF image when working through RSP.
140
* Bug 1767: l.lws is not recognized as an opcode.
141 85 jeremybenn
 
142 89 jeremybenn
The following bugs are either cannot be reproduced or will not be fixed.
143
 
144 104 jeremybenn
The following bugs are outstanding
145
* Bug 1758: Memory controller issues. Workaround in the user guide.
146 89 jeremybenn
 
147 104 jeremybenn
 
148 19 jeremybenn
New in release 0.3.0
149 85 jeremybenn
====================
150
 
151 19 jeremybenn
* No new features or bugs. This is the full release based on rc3.
152
 
153
New in release 0.3.0rc3
154 85 jeremybenn
=======================
155
 
156 19 jeremybenn
* Bug 376 fixed: 32 interrupts now supported
157
* Bug 377 fixed: Level triggered interrupts now work correctly
158
* Bug 378 fixed: xterm UART now works with RSP
159
* Bug 379 fixed: RSP performance improved
160
* Bug 380 fixed: GDB 6.8 stepi now works through Or1ksim JTAG interface
161
* Bug 398 fixed: Lack of support for LEE bit in SR documented
162
* Bug 415 fixed: NPC behavior on writing optionally matches real HW
163
* Bug 418 fixed: All library up calls are host-endian
164
 
165
* Feature 395 added: Boot from 0xf0000000 now enabled.
166
* Feature 408 added: Image file may be NULL for or1ksim_init.
167
* Feature 410 added: RSP now clears sigval on unstalling the processor.
168
* Feature 417 added: Or1ksim prints out its version on startup.
169
 
170
New in release 0.3.0rc2
171 85 jeremybenn
=======================
172
 
173 19 jeremybenn
* A number of bug fixes
174
* Updates to user guide
175
 
176
New in release 0.3.0rc1
177 85 jeremybenn
=======================
178
 
179 19 jeremybenn
* Numerous bug fixes (see the OpenRISC tracker and the ChangeLog file)
180
* User Guide
181
* Consistent coding style and file naming throughout
182
* Support for external SystemC models
183
 
184 85 jeremybenn
New in release 1.9 (old style numbering)
185
========================================
186 19 jeremybenn
 
187
* support for binary COFF
188
* generation of verilog memory models (used when you want to run simulation
189
of OpenRISC processor cores)
190
 
191 85 jeremybenn
New in release 1.2 (old style numbering)
192
========================================
193 19 jeremybenn
 
194
* support for OR16 ISA
195
 
196 85 jeremybenn
New in release 1.1 (old style numbering)
197
========================================
198 19 jeremybenn
 
199
 * First release

powered by: WebSVN 2.1.0

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