Rev |
Log message |
Author |
Age |
Path |
1765 |
|
root |
5786d 14h |
/or1k/trunk/or1ksim/peripheral/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 |
5935d 19h |
/or1k/trunk/or1ksim/peripheral/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 |
5971d 18h |
/or1k/trunk/or1ksim/peripheral/Makefile.am |
1744 |
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 |
5972d 18h |
/or1k/trunk/or1ksim/peripheral/Makefile.am |
1486 |
* Seporate out the code used for handling the memory peripheral to peripheral/memory.c
* Mostly decouple the memory controller from the internals of the memory handling.
* Rewrite memory handling to be more linear and thus much faster.
* Issue a bus error on read/write with invalid granularity. |
nogj |
7179d 01h |
/or1k/trunk/or1ksim/peripheral/Makefile.am |
1485 |
Remove nolonger used test peripheral |
nogj |
7179d 01h |
/or1k/trunk/or1ksim/peripheral/Makefile.am |
1073 |
channels support |
rprescott |
8114d 18h |
/or1k/trunk/or1ksim/peripheral/Makefile.am |
970 |
Testbench is now running on ORP architecture platform. |
simons |
8185d 15h |
/or1k/trunk/or1ksim/peripheral/Makefile.am |
876 |
Beta release of ATA simulation |
rherveille |
8229d 14h |
/or1k/trunk/or1ksim/peripheral/Makefile.am |
702 |
Initial coding of ethernet simulator model finished. |
ivang |
8355d 04h |
/or1k/trunk/or1ksim/peripheral/Makefile.am |
664 |
very simple PS/2 keyboard model with associated test added |
markom |
8370d 01h |
/or1k/trunk/or1ksim/peripheral/Makefile.am |
645 |
simple frame buffer peripheral with test added |
markom |
8377d 04h |
/or1k/trunk/or1ksim/peripheral/Makefile.am |
444 |
Added GPIO simulation |
erez |
8431d 14h |
/or1k/trunk/or1ksim/peripheral/Makefile.am |
347 |
Added CRC32 calculation to Ethernet |
erez |
8459d 22h |
/or1k/trunk/or1ksim/peripheral/Makefile.am |
257 |
Added initial Ethernet simulation (only TX as yet) |
erez |
8473d 20h |
/or1k/trunk/or1ksim/peripheral/Makefile.am |
239 |
added enviroment configuration script parser |
markom |
8480d 04h |
/or1k/trunk/or1ksim/peripheral/Makefile.am |
221 |
major changes to testbench; debug unit is moved to /debug; memory organization can be customized; UART from simons; overall cleanup |
markom |
8481d 02h |
/or1k/trunk/or1ksim/peripheral/Makefile.am |
212 |
Added DMA |
erez |
8501d 02h |
/or1k/trunk/or1ksim/peripheral/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 |
8614d 23h |
/or1k/trunk/or1ksim/peripheral/Makefile.am |
31 |
16450 serial UART device. |
lampret |
8986d 14h |
/or1k/trunk/or1ksim/peripheral/Makefile.am |