1 |
19 |
jeremybenn |
Authors of the OpenRISC 1000 architectural simulator
|
2 |
|
|
====================================================
|
3 |
|
|
|
4 |
|
|
Damjan Lampret,
|
5 |
|
|
Original author of the simulator.
|
6 |
|
|
|
7 |
|
|
Johan Rydberg,
|
8 |
|
|
Added support for GNU readline aswell as adopted
|
9 |
|
|
it to GNU autoconf and automake.
|
10 |
|
|
|
11 |
|
|
Jimmy Chen-Min Chen,
|
12 |
|
|
Defined and Added support for OR16 ISA(cpu/or16).
|
13 |
|
|
05/04/2000
|
14 |
|
|
|
15 |
|
|
Richard Prescott,
|
16 |
|
|
Added channels for peripheral to communicate with host
|
17 |
|
|
|
18 |
|
|
Jeremy Bennett,
|
19 |
|
|
9 Jun 08: Added OSCI SystemC TLM 2.0 wrapper and tidied up for GCC 4.3.0 and
|
20 |
|
|
OpenRISC 1000 GDB 6.8
|
21 |
|
|
12 Oct 08: Complete tidy-up of the code base, fixing a string of bugs to make
|
22 |
|
|
version 0.3.0 release candidate 1.
|
23 |
|
|
|
24 |
|
|
Authors of the argtable2 library
|
25 |
|
|
================================
|
26 |
|
|
|
27 |
|
|
argtable is Copyright (C) 1998-2001,2003-2008 Stewart Heitmann. Parts are
|
28 |
|
|
Copyright (C) 1989-1994, 1996-1999,2001,2003 Free Software Foundation, Inc.
|
29 |
|
|
|
30 |
|
|
argtable was written by Stewart Heitmann
|
31 |
|
|
The project homepage can be found at http://argtable.sourceforge.net/
|
32 |
|
|
|
33 |
|
|
Other contributors:
|
34 |
|
|
Nina Clemson for editing the original argtable-1.0 documentation.
|
35 |
|
|
Livio Bertacco for contributing bug fixes and the argtable-2.x Visual C++
|
36 |
|
|
Makefiles.
|
37 |
|
|
Justin Dearing for contributing bug fixes and Windows DLL support, plus code
|
38 |
|
|
support for the Open Watcom compiler and help with the Mac OS X
|
39 |
|
|
configuration.
|
40 |
|
|
Asa Packer for contributing bug fixes and upgrades to the Visual C++ Makefiles.
|
41 |
|
|
Danilo Cicerone for the Italian translation of "Introduction to Argtable-2x"
|
42 |
|
|
on http://www.digitazero.org.
|
43 |
|
|
Uli Fouquet for configuration patches and documentation related to
|
44 |
|
|
cross-compiling argtable from Unix to Windows, as well as providing the
|
45 |
|
|
arg_print_glossary_gnu function.
|
46 |
|
|
Shachar Shemesh for Debian package integration and kick-starting the migration
|
47 |
|
|
to automake/autoconf.
|