OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [rel-0-3-0-rc2/] [or1ksim/] [sim-config.c] - Rev 1765

Rev

Details | Compare with Previous | Blame

Filtering Options

Clear current filter

Rev Log message Author Age Path
1765 root 5563d 15h /or1k/tags/rel-0-3-0-rc2/or1ksim/sim-config.c
1753 This commit was manufactured by cvs2svn to create tag 'rel-0-3-0-rc2'. 5682d 23h /or1k/tags/rel-0-3-0-rc2/or1ksim/sim-config.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 5683d 01h /or1k/tags/rel-0-3-0-rc2/or1ksim/sim-config.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 5712d 21h /or1k/tags/rel-0-3-0-rc2/or1ksim/sim-config.c
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 5748d 20h /or1k/tags/rel-0-3-0-rc2/or1ksim/sim-config.c
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 5749d 19h /or1k/tags/rel-0-3-0-rc2/or1ksim/sim-config.c
1718 Move the dmmu config out of the global config struct nogj 6709d 17h /or1k/tags/rel-0-3-0-rc2/or1ksim/sim-config.c
1717 Move the immu config out of the global config struct nogj 6709d 17h /or1k/tags/rel-0-3-0-rc2/or1ksim/sim-config.c
1715 Add the capability to the pic to simulate a level or edge triggered pic. Add
a clear_interrupt() function that the peripherals need to use to signal that
they negated their interrupt line.
nogj 6709d 17h /or1k/tags/rel-0-3-0-rc2/or1ksim/sim-config.c
1595 Add default immu/dmmu page size nogj 6783d 22h /or1k/tags/rel-0-3-0-rc2/or1ksim/sim-config.c
1580 Stephan Bourduas
* Fix starting instruction logger from > 2^31 - 1 instructions
* Fix `run x' command, where x > 2^31.

nog.
nogj 6810d 08h /or1k/tags/rel-0-3-0-rc2/or1ksim/sim-config.c
1561 Fix segfault when parsing unknown config sections nogj 6846d 05h /or1k/tags/rel-0-3-0-rc2/or1ksim/sim-config.c
1557 Fix most warnings issued by gcc4 nogj 6846d 05h /or1k/tags/rel-0-3-0-rc2/or1ksim/sim-config.c
1555 * Moved log2_int() from cuc/cuc.c as it is usefull for other things aswell.
* Changed code to use log2_int() instead of log2(), which is also a builtin
library function (fixes compile on gcc4).
* Moved is_power2() from sim-config.c to misc.c.
nogj 6846d 05h /or1k/tags/rel-0-3-0-rc2/or1ksim/sim-config.c
1550 * prototype() -> prototype(void) where appropriate.
* Use `static' where it can be used.
nogj 6907d 18h /or1k/tags/rel-0-3-0-rc2/or1ksim/sim-config.c
1549 Spelling fixes nogj 6907d 18h /or1k/tags/rel-0-3-0-rc2/or1ksim/sim-config.c
1537 Remove old spr logging code. Use `-d +spr' to get spr access logged to stderr nogj 6908d 07h /or1k/tags/rel-0-3-0-rc2/or1ksim/sim-config.c
1520 Remove unused code nogj 6913d 02h /or1k/tags/rel-0-3-0-rc2/or1ksim/sim-config.c
1506 * Remove very slow {set,test}sprbit{,s} functions.
* Remove uses of getsprbits in time critical functions.
nogj 6913d 02h /or1k/tags/rel-0-3-0-rc2/or1ksim/sim-config.c
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 6956d 03h /or1k/tags/rel-0-3-0-rc2/or1ksim/sim-config.c
1485 Remove nolonger used test peripheral nogj 6956d 03h /or1k/tags/rel-0-3-0-rc2/or1ksim/sim-config.c
1459 Add traces to the config file parsing routines nogj 7003d 22h /or1k/tags/rel-0-3-0-rc2/or1ksim/sim-config.c
1455 Remove nolonger needed --output-cfg option nogj 7003d 22h /or1k/tags/rel-0-3-0-rc2/or1ksim/sim-config.c
1432 Collect most of the cpu state variables in a structure (cpu_state) nogj 7003d 22h /or1k/tags/rel-0-3-0-rc2/or1ksim/sim-config.c
1389 Implement debug channels based on the wine debugging scheme nogj 7010d 02h /or1k/tags/rel-0-3-0-rc2/or1ksim/sim-config.c
1382 Nir Mor:
Implemented DCCFGR, ICCFGR, DMMUCFGR and IMMUCFGR spr registers.
nogj 7019d 02h /or1k/tags/rel-0-3-0-rc2/or1ksim/sim-config.c
1375 Remove FAST_SIM, it nolonger provides a speed up nogj 7044d 17h /or1k/tags/rel-0-3-0-rc2/or1ksim/sim-config.c
1374 Cleanup the gpio peripheral useing the new callbacks nogj 7044d 17h /or1k/tags/rel-0-3-0-rc2/or1ksim/sim-config.c
1373 Cleanup the memory controller useing the new callbacks nogj 7044d 17h /or1k/tags/rel-0-3-0-rc2/or1ksim/sim-config.c
1372 Cleanup ethernet peripheral, useing the new callbacks nogj 7044d 17h /or1k/tags/rel-0-3-0-rc2/or1ksim/sim-config.c

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.