Rev |
Log message |
Author |
Age |
Path |
1765 |
|
root |
5716d 14h |
/or1k/trunk/or1ksim/Makefile.am |
1748 |
These are all the changes for Or1ksim 0.3.0 release candidate 1. The changes
are explained in the NEWS, README and ChangeLog files. A number of
long-standing bugs are fixed (see the OpenRISC tracker), and the code is
brought up to a consistent standard, following the GNU coding conventions
throughout.
Argument parsing now uses argtable2, and a User Guide has been added.
Documentation throughout has been extended to be compatible with Doxygen,
providing a further level of technical detail on the internals. |
jeremybennett |
5865d 19h |
/or1k/trunk/or1ksim/Makefile.am |
1745 |
These are the changes to allow or1ksim to build as a library as well as a standalone simulator. The concept of a "generic" peripheral is added, which will commuicate with an external model via upcalls. |
jeremybennett |
5901d 19h |
/or1k/trunk/or1ksim/Makefile.am |
1353 |
Modularise simulator command parsing |
nogj |
7206d 18h |
/or1k/trunk/or1ksim/Makefile.am |
1350 |
Mark a simulated cpu address as such, by introducing the new oraddr_t type |
nogj |
7206d 19h |
/or1k/trunk/or1ksim/Makefile.am |
1242 |
Added "cm" command to copy data inside memory.
Make or1ksim work on little endian platforms.
Port to Mac OS X.
Some bugfixes.
Allow JTAG write access to read-only memory regions. |
hpanther |
7578d 22h |
/or1k/trunk/or1ksim/Makefile.am |
1075 |
channels integration |
rprescott |
8042d 15h |
/or1k/trunk/or1ksim/Makefile.am |
879 |
Initial version of OpenRISC Custom Unit Compiler added |
markom |
8157d 20h |
/or1k/trunk/or1ksim/Makefile.am |
646 |
some bugs fixed |
markom |
8307d 00h |
/or1k/trunk/or1ksim/Makefile.am |
632 |
profiler and mprofiler merged into sim. |
ivang |
8312d 16h |
/or1k/trunk/or1ksim/Makefile.am |
547 |
memory profiler added |
markom |
8334d 04h |
/or1k/trunk/or1ksim/Makefile.am |
306 |
corrected lots of bugs |
markom |
8396d 03h |
/or1k/trunk/or1ksim/Makefile.am |
241 |
"make install" now works |
markom |
8410d 03h |
/or1k/trunk/or1ksim/Makefile.am |
221 |
major changes to testbench; debug unit is moved to /debug; memory organization can be customized; UART from simons; overall cleanup |
markom |
8411d 02h |
/or1k/trunk/or1ksim/Makefile.am |
173 |
- profiler added, use e.g.:
make profiler
./sim -profile -fast executable
./profiler -g [-c]
(no special compiling options necessary) |
markom |
8482d 06h |
/or1k/trunk/or1ksim/Makefile.am |
123 |
Bugs fixed:
- l.rfe temporarly disables exceptions
- l.sys does PC -= 4
- breakpoints now supported at peripheria locations
- uart0.rt/.tx nonexistent file segment fault
Other modifications:
- replaced string names to instruction indexes
- execute.c executes specified (in ISA table) function
- modified ISA table - flag needed for gdb
- added or32.c, which supports or32.h
- added new instructions l.mac, l.msb, l.maci, l.macrc
and their executing functions (opcodes to be revisited)
- added header acconfig.h
- modified configuration files |
markom |
8544d 23h |
/or1k/trunk/or1ksim/Makefile.am |
103 |
Major update to include PM, PIC, Cache Mngmnt and non-interactive mode. |
lampret |
8570d 07h |
/or1k/trunk/or1ksim/Makefile.am |
92 |
Tick timer. |
lampret |
8615d 14h |
/or1k/trunk/or1ksim/Makefile.am |
30 |
Updated SPRs, exceptions. Added 16450 device. |
lampret |
8916d 14h |
/or1k/trunk/or1ksim/Makefile.am |
28 |
Adding COFF loader. |
lampret |
8931d 12h |
/or1k/trunk/or1ksim/Makefile.am |