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

Subversion Repositories openrisc

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

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 134 jeremybenn
New in release 0.4.0
6
====================
7
 
8
No new features or bugs. This is the full release based on 0.4.0rc2.
9
 
10
 
11 127 jeremybenn
New in release 0.4.0rc2
12
=======================
13 107 jeremybenn
 
14
No new features are provided, pending full release of 0.4.0.
15
 
16 124 jeremybenn
The configuration options --enable-arith-flag and --enable-ov-flag have been
17
removed, since they were the source of bugs, notably Bugs 1782, 1783 and 1784.
18
 
19 127 jeremybenn
The configuration option --enable-unsigned-xori has been added to allow a
20
conditional solution to Bug 1790.
21
 
22 107 jeremybenn
The following bugs are fixed.
23
* Bug 1770: l.div does not set carry or give correct exception.
24 114 jeremybenn
* Bug 1771: l.add* do not correctly set the overflow flag.
25 115 jeremybenn
* Bug 1772: l.fl1 not implemented.
26 116 jeremybenn
* Bug 1773: l.maci not correctly implemented.
27 118 jeremybenn
* Bug 1774: l.mulu not implemented.
28 121 jeremybenn
* Bug 1775: l.jalr and l.jr don't trigger alignment exceptions.
29 114 jeremybenn
* Bug 1776: l.addic is not implemented.
30 122 jeremybenn
* Bug 1777: l.macrc not correctly implemented.
31
* Bug 1778: l.ror and l.rori are not implemented.
32 123 jeremybenn
* Bug 1779: l.mtspr implementation is incorrect.
33 124 jeremybenn
* Bug 1782: Or1ksim setting of overflow flag is wrong.
34
* Bug 1783: Or1ksim definition of overflow is wrong.
35
* Bug 1784: Or1ksim does not trigger overflow exceptions.
36 127 jeremybenn
* Bug 1790: l.xori implementation is incorrect.
37 107 jeremybenn
 
38
The following bugs are either cannot be reproduced or will not be fixed.
39
 
40
The following bugs are outstanding
41 114 jeremybenn
* Bug 1758: Memory controller issues. Workaround in the user guide.
42 107 jeremybenn
 
43
 
44 104 jeremybenn
New in release 0.4.0rc1
45
=======================
46 85 jeremybenn
 
47 86 jeremybenn
The following new features are provided.
48 85 jeremybenn
* testbench now renamed testsuite and fully integrated using DejaGNU.
49
  "make check" now works correctly if the OpenRISC toolchain is installed.
50 86 jeremybenn
* New configuration flag --enable-all-tests to enable building of incomplete
51
  tests with "make check".
52 104 jeremybenn
* The library offers an interface via modelled JTAG
53
* Single precision floating point is available.
54 85 jeremybenn
 
55 86 jeremybenn
The user guide is updated.
56
 
57
The following feature requests have been accepted.
58 104 jeremybenn
* Feature  413: ORFPX32 single precision floating point now supported.
59 85 jeremybenn
* Feature  469: Icache tags now intialized as invalid.
60
* Feature 1673: Or1ksim now builds on Mac OS X.
61
* Feature 1678: download, patch and build dirs removed from SVN.
62
 
63 86 jeremybenn
The following feature requests have been rejected.
64 85 jeremybenn
* Feature  399: Writeable SR_LEE bit will not be provided.
65
* Feature  409: Separate ELF loader library already exists in binutils.
66
* Feature  586: Ignoring HW breakpoints is already possible.
67
 
68 89 jeremybenn
The following bugs are fixed.
69
* Bug  534: Test suite fixed (see above).
70
* Bug 1710: mprofile now handles mode args correctly.
71
* Bug 1723: PS2 keyboard error message clearer if RX file won't open.
72 104 jeremybenn
* Bug 1733: Or1ksim now accepts ELF image when working through RSP.
73
* Bug 1767: l.lws is not recognized as an opcode.
74 85 jeremybenn
 
75 89 jeremybenn
The following bugs are either cannot be reproduced or will not be fixed.
76
 
77 104 jeremybenn
The following bugs are outstanding
78
* Bug 1758: Memory controller issues. Workaround in the user guide.
79 89 jeremybenn
 
80 104 jeremybenn
 
81 19 jeremybenn
New in release 0.3.0
82 85 jeremybenn
====================
83
 
84 19 jeremybenn
* No new features or bugs. This is the full release based on rc3.
85
 
86
New in release 0.3.0rc3
87 85 jeremybenn
=======================
88
 
89 19 jeremybenn
* Bug 376 fixed: 32 interrupts now supported
90
* Bug 377 fixed: Level triggered interrupts now work correctly
91
* Bug 378 fixed: xterm UART now works with RSP
92
* Bug 379 fixed: RSP performance improved
93
* Bug 380 fixed: GDB 6.8 stepi now works through Or1ksim JTAG interface
94
* Bug 398 fixed: Lack of support for LEE bit in SR documented
95
* Bug 415 fixed: NPC behavior on writing optionally matches real HW
96
* Bug 418 fixed: All library up calls are host-endian
97
 
98
* Feature 395 added: Boot from 0xf0000000 now enabled.
99
* Feature 408 added: Image file may be NULL for or1ksim_init.
100
* Feature 410 added: RSP now clears sigval on unstalling the processor.
101
* Feature 417 added: Or1ksim prints out its version on startup.
102
 
103
New in release 0.3.0rc2
104 85 jeremybenn
=======================
105
 
106 19 jeremybenn
* A number of bug fixes
107
* Updates to user guide
108
 
109
New in release 0.3.0rc1
110 85 jeremybenn
=======================
111
 
112 19 jeremybenn
* Numerous bug fixes (see the OpenRISC tracker and the ChangeLog file)
113
* User Guide
114
* Consistent coding style and file naming throughout
115
* Support for external SystemC models
116
 
117 85 jeremybenn
New in release 1.9 (old style numbering)
118
========================================
119 19 jeremybenn
 
120
* support for binary COFF
121
* generation of verilog memory models (used when you want to run simulation
122
of OpenRISC processor cores)
123
 
124 85 jeremybenn
New in release 1.2 (old style numbering)
125
========================================
126 19 jeremybenn
 
127
* support for OR16 ISA
128
 
129 85 jeremybenn
New in release 1.1 (old style numbering)
130
========================================
131 19 jeremybenn
 
132
 * First release

powered by: WebSVN 2.1.0

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