Rev |
Log message |
Author |
Age |
Path |
1782 |
|
root |
5732d 19h |
/or1k_old/trunk/or1ksim/peripheral/Makefile.am |
1765 |
|
root |
5843d 11h |
/or1k_old/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 |
5992d 17h |
/or1k_old/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 |
6028d 16h |
/or1k_old/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 |
6029d 15h |
/or1k_old/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 |
7235d 23h |
/or1k_old/trunk/or1ksim/peripheral/Makefile.am |
1485 |
Remove nolonger used test peripheral |
nogj |
7235d 23h |
/or1k_old/trunk/or1ksim/peripheral/Makefile.am |
1073 |
channels support |
rprescott |
8171d 16h |
/or1k_old/trunk/or1ksim/peripheral/Makefile.am |
970 |
Testbench is now running on ORP architecture platform. |
simons |
8242d 12h |
/or1k_old/trunk/or1ksim/peripheral/Makefile.am |
876 |
Beta release of ATA simulation |
rherveille |
8286d 11h |
/or1k_old/trunk/or1ksim/peripheral/Makefile.am |
702 |
Initial coding of ethernet simulator model finished. |
ivang |
8412d 01h |
/or1k_old/trunk/or1ksim/peripheral/Makefile.am |
664 |
very simple PS/2 keyboard model with associated test added |
markom |
8426d 23h |
/or1k_old/trunk/or1ksim/peripheral/Makefile.am |
645 |
simple frame buffer peripheral with test added |
markom |
8434d 01h |
/or1k_old/trunk/or1ksim/peripheral/Makefile.am |
444 |
Added GPIO simulation |
erez |
8488d 12h |
/or1k_old/trunk/or1ksim/peripheral/Makefile.am |
347 |
Added CRC32 calculation to Ethernet |
erez |
8516d 19h |
/or1k_old/trunk/or1ksim/peripheral/Makefile.am |
257 |
Added initial Ethernet simulation (only TX as yet) |
erez |
8530d 17h |
/or1k_old/trunk/or1ksim/peripheral/Makefile.am |
239 |
added enviroment configuration script parser |
markom |
8537d 01h |
/or1k_old/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 |
8537d 23h |
/or1k_old/trunk/or1ksim/peripheral/Makefile.am |
212 |
Added DMA |
erez |
8558d 00h |
/or1k_old/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 |
8671d 20h |
/or1k_old/trunk/or1ksim/peripheral/Makefile.am |