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

Subversion Repositories openrisc

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

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

powered by: WebSVN 2.1.0

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