| Rev |
Log message |
Author |
Age |
Path |
| 1765 |
|
root |
6087d 22h |
/or1k/trunk/or1ksim/support/dumpverilog.c |
| 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 |
6207d 07h |
/or1k/trunk/or1ksim/support/dumpverilog.c |
| 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 |
6237d 03h |
/or1k/trunk/or1ksim/support/dumpverilog.c |
| 1604 |
Fix dumphex/dumpverilog to not do unaligned memory access |
nogj |
7296d 02h |
/or1k/trunk/or1ksim/support/dumpverilog.c |
| 1557 |
Fix most warnings issued by gcc4 |
nogj |
7370d 12h |
/or1k/trunk/or1ksim/support/dumpverilog.c |
| 1487 |
Remove useless *breakpoint argument from the {set,eval}_direct* functions |
nogj |
7475d 13h |
/or1k/trunk/or1ksim/support/dumpverilog.c |
| 1484 |
Use the {set,eval}_direct* functions where they are supposed to be used |
nogj |
7486d 04h |
/or1k/trunk/or1ksim/support/dumpverilog.c |
| 1432 |
Collect most of the cpu state variables in a structure (cpu_state) |
nogj |
7528d 05h |
/or1k/trunk/or1ksim/support/dumpverilog.c |
| 1358 |
Modularise config file parseing. Paving the way for further modularisation. |
nogj |
7569d 00h |
/or1k/trunk/or1ksim/support/dumpverilog.c |
| 1350 |
Mark a simulated cpu address as such, by introducing the new oraddr_t type |
nogj |
7578d 03h |
/or1k/trunk/or1ksim/support/dumpverilog.c |
| 1344 |
* Avoid doing a store in *every* instruction executed by storeing the instruction function unit in or32_opcodes |
nogj |
7591d 07h |
/or1k/trunk/or1ksim/support/dumpverilog.c |
| 1308 |
Gyorgy Jeney: extensive cleanup |
phoenix |
7782d 22h |
/or1k/trunk/or1ksim/support/dumpverilog.c |
| 997 |
PRINTF should be used instead of printf; command redirection repaired |
markom |
8479d 12h |
/or1k/trunk/or1ksim/support/dumpverilog.c |
| 494 |
trace.h removed; removed absolete trace_fd code - use exe_log instead |
markom |
8724d 08h |
/or1k/trunk/or1ksim/support/dumpverilog.c |
| 261 |
modified memory accesses; added cfg script; added pic test basic entry of vga; some extensions to mc |
markom |
8773d 11h |
/or1k/trunk/or1ksim/support/dumpverilog.c |
| 260 |
Replaced some 8-bit memory access with 32-bit |
erez |
8775d 01h |
/or1k/trunk/or1ksim/support/dumpverilog.c |
| 237 |
Added some checks about memory entries |
erez |
8782d 00h |
/or1k/trunk/or1ksim/support/dumpverilog.c |
| 221 |
major changes to testbench; debug unit is moved to /debug; memory organization can be customized; UART from simons; overall cleanup |
markom |
8782d 10h |
/or1k/trunk/or1ksim/support/dumpverilog.c |
| 138 |
- on the fly insn decoding
- removed asm input file support
- removed string from execution
- speedup of loading |
markom |
8906d 12h |
/or1k/trunk/or1ksim/support/dumpverilog.c |
| 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 |
8916d 07h |
/or1k/trunk/or1ksim/support/dumpverilog.c |