Rev |
Log message |
Author |
Age |
Path |
1765 |
|
root |
5744d 05h |
/or1k/trunk/or1ksim/config.h.in |
1751 |
These are the changes to support Or1ksim 0.3.0rc2. Most significantly they provide GDB RSP support. They also fix 5 outstanding bugs and satisfy one new feature request. |
jeremybennett |
5863d 15h |
/or1k/trunk/or1ksim/config.h.in |
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 |
5893d 11h |
/or1k/trunk/or1ksim/config.h.in |
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 |
5929d 10h |
/or1k/trunk/or1ksim/config.h.in |
1743 |
Changes to bring behavior into line with the current OpenRISC 1000 specification and support GDB 6.8. A couple of small bugs with handling xterms and opening the remote debug channel are also fixed. Header files have been added to sources in Makefile.am files where they are missing, so that "make tags" will include them. Makefile.in files have been regenerated due to these changes. |
jeremybennett |
5930d 10h |
/or1k/trunk/or1ksim/config.h.in |
1576 |
configure updates |
phoenix |
7003d 05h |
/or1k/trunk/or1ksim/config.h.in |
1249 |
Downgrading back to automake-1.4 |
lampret |
7604d 05h |
/or1k/trunk/or1ksim/config.h.in |
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 |
7606d 14h |
/or1k/trunk/or1ksim/config.h.in |
849 |
eth phy is now optional and disabled by default, use --enable-ethphy to enable it |
markom |
8237d 15h |
/or1k/trunk/or1ksim/config.h.in |
719 |
config.h.in updated |
markom |
8305d 19h |
/or1k/trunk/or1ksim/config.h.in |
706 |
insn_decode execution part replaced by generated function decode_execute; use --enable-simple to use runtime decoding |
markom |
8311d 14h |
/or1k/trunk/or1ksim/config.h.in |
551 |
fsim runs 4 times faster than sim |
markom |
8361d 13h |
/or1k/trunk/or1ksim/config.h.in |
371 |
steps toward joining or32.c and opcode/or32.h of or1ksim and gdb; decode.c moved to or32.c |
markom |
8405d 18h |
/or1k/trunk/or1ksim/config.h.in |
345 |
Added check for net/ethernet.h (needed by ethernet simulator) |
erez |
8417d 15h |
/or1k/trunk/or1ksim/config.h.in |
225 |
Reran autoheader |
erez |
8438d 15h |
/or1k/trunk/or1ksim/config.h.in |
221 |
major changes to testbench; debug unit is moved to /debug; memory organization can be customized; UART from simons; overall cleanup |
markom |
8438d 17h |
/or1k/trunk/or1ksim/config.h.in |
202 |
changed configure.in and acconfig.h to check for long long
reran autoheader & autoconf |
erez |
8479d 12h |
/or1k/trunk/or1ksim/config.h.in |
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 |
8572d 15h |
/or1k/trunk/or1ksim/config.h.in |
17 |
Re-generated. |
jrydberg |
9000d 17h |
/or1k/trunk/or1ksim/config.h.in |
7 |
Major update of the enviorment. Now uses autoconf and automake. The
simulator uses readline aswell to get input from the user. A number of
new files added, some modified. The libc directory is now called support. |
jrydberg |
9038d 13h |
/or1k/trunk/or1ksim/config.h.in |