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

Subversion Repositories openrisc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openrisc/trunk/or1ksim
    from Rev 440 to Rev 442
    Reverse comparison

Rev 440 → Rev 442

/doc/or1ksim.info
1,9 → 1,9
This is ../../doc/or1ksim.info, produced by makeinfo version 4.13 from
../../doc/or1ksim.texi.
This is ../../or1ksim/doc/or1ksim.info, produced by makeinfo version
4.13 from ../../or1ksim/doc/or1ksim.texi.
 
INFO-DIR-SECTION Embedded development
START-INFO-DIR-ENTRY
* Or1ksim: (or32-uclinux-or1ksim). The OpenRISC 1000 Architectural
* Or1ksim: (or32-elf-or1ksim). The OpenRISC 1000 Architectural
Simulator
END-INFO-DIR-ENTRY
 
81,7 → 81,7
OpenRISC 1000 32-bit architecture. If this argument is omitted, it will
default to OpenRISC 1000 32-bit with a warning
 
../or1ksim-2010-12-08/configure --target=or32-uclinux ...
../or1ksim-2010-12-08/configure --target=or32-elf ...
 
There are several other options available, many of which are standard
to GNU `configure' scripts. Use `configure --help' to see all the
239,9 → 239,9
make install
 
This will install the three variations of the Or1ksim tool,
`or32-uclinux-sim', `or32-uclinux-psim' and `or32-uclinux-mpsim', the
Or1ksim library, `libsim', the header file, `or1ksim.h' and this
documentation in `info' format.
`or32-elf-sim', `or32-elf-psim' and `or32-elf-mpsim', the Or1ksim
library, `libsim', the header file, `or1ksim.h' and this documentation
in `info' format.
 
The documentation may be created and installed in alternative formats
(PDF, Postscript, DVI, HTML) with for example:
285,6 → 285,7
* Standalone Simulator::
* Profiling Utility::
* Memory Profiling Utility::
* Trace Generation::
* Simulator Library::
* Ethernet TUN/TAP Interface::
 
296,7 → 297,7
 
The general form the standalone command is:
 
or32-uclinux-sim [-vhiqVt] [-f FILE] [--nosrv] [--srv=[N]]
or32-elf-sim [-vhiqVt] [-f FILE] [--nosrv] [--srv=[N]]
[-m <n>][-d STR]
[--enable-profile] [--enable-mprofile] [FILE]
 
421,7 → 422,7
It may be invoked as a standalone command, or from the Or1ksim CLI.
The general form the standalone command is:
 
or32-uclinux-profile [-vhcq] [-g=FILE]
or32-elf-profile [-vhcq] [-g=FILE]
 
Many of the options have both a short and a long form. For example
`-h' or `--help'.
450,7 → 451,7
 
 

File: or1ksim.info, Node: Memory Profiling Utility, Next: Simulator Library, Prev: Profiling Utility, Up: Usage
File: or1ksim.info, Node: Memory Profiling Utility, Next: Trace Generation, Prev: Profiling Utility, Up: Usage
 
2.3 Memory Profiling Utility
============================
459,7 → 460,7
be invoked as a standalone command, or from the Or1ksim CLI. The
general form the standalone command is:
 
or32-uclinux-mprofile [-vh] [-m=M] [-g=N] [-f=FILE] FROM TO
or32-elf-mprofile [-vh] [-m=M] [-g=N] [-f=FILE] FROM TO
 
Many of the options have both a short and a long form. For example
`-h' or `--help'.
510,9 → 511,24
 
 

File: or1ksim.info, Node: Simulator Library, Next: Ethernet TUN/TAP Interface, Prev: Memory Profiling Utility, Up: Usage
File: or1ksim.info, Node: Trace Generation, Next: Simulator Library, Prev: Memory Profiling Utility, Up: Usage
 
2.4 Simulator Library
2.4 Trace Generation
====================
 
An execution trace can be generated at run time with options passed by
the command line, or via the operating system's signal passing
mechanism.
 
`-t'
`--trace'
Dump instruction just executed and any register/memory location
chaged after each instruction (one line per instruction).
 

File: or1ksim.info, Node: Simulator Library, Next: Ethernet TUN/TAP Interface, Prev: Trace Generation, Up: Usage
 
2.5 Simulator Library
=====================
 
Or1ksim may be used as a static of dynamic library, `libsim.a' or
760,7 → 776,7

File: or1ksim.info, Node: Ethernet TUN/TAP Interface, Prev: Simulator Library, Up: Usage
 
2.5 Ethernet TUN/TAP Interface
2.6 Ethernet TUN/TAP Interface
==============================
 
When an Ethernet peripheral is configured (*note Ethernet
790,7 → 806,7

File: or1ksim.info, Node: Setting Up a Persistent TAP device, Next: Establishing a Bridge, Up: Ethernet TUN/TAP Interface
 
2.5.1 Setting Up a Persistent TAP device
2.6.1 Setting Up a Persistent TAP device
----------------------------------------
 
TUN/TAP devices can be created dynamically, but this requires superuser
805,7 → 821,7

File: or1ksim.info, Node: Establishing a Bridge, Next: Opening the Firewall, Prev: Setting Up a Persistent TAP device, Up: Ethernet TUN/TAP Interface
 
2.5.2 Establishing a Bridge
2.6.2 Establishing a Bridge
---------------------------
 
A bridge is a "virtual" local area network interfaces, subsuming two or
846,7 → 862,7

File: or1ksim.info, Node: Opening the Firewall, Next: Disabling Ethernet Filtering, Prev: Establishing a Bridge, Up: Ethernet TUN/TAP Interface
 
2.5.3 Opening the Firewall
2.6.3 Opening the Firewall
--------------------------
 
Firewall rules should be added to ensure traffic flows freely through
860,7 → 876,7

File: or1ksim.info, Node: Disabling Ethernet Filtering, Next: Networking from OpenRISC Linux and BusyBox, Prev: Opening the Firewall, Up: Ethernet TUN/TAP Interface
 
2.5.4 Disabling Ethernet Filtering
2.6.4 Disabling Ethernet Filtering
----------------------------------
 
Some systems may have ethernet filtering enabled (`ebtables',
877,7 → 893,7

File: or1ksim.info, Node: Networking from OpenRISC Linux and BusyBox, Next: Tearing Down a Bridge, Prev: Disabling Ethernet Filtering, Up: Ethernet TUN/TAP Interface
 
2.5.5 Networking from OpenRISC Linux and BusyBox
2.6.5 Networking from OpenRISC Linux and BusyBox
------------------------------------------------
 
The main use of this style of Ethernet interface to Or1ksim is when
918,7 → 934,7

File: or1ksim.info, Node: Tearing Down a Bridge, Prev: Networking from OpenRISC Linux and BusyBox, Up: Ethernet TUN/TAP Interface
 
2.5.6 Tearing Down a Bridge
2.6.6 Tearing Down a Bridge
---------------------------
 
There is little reason why a bridge should ever need to be torn down,
3809,6 → 3825,7
(line 60)
* --strict-npc: Standalone Simulator.
(line 100)
* --trace <1>: Trace Generation. (line 12)
* --trace: Standalone Simulator.
(line 39)
* --verbose: Standalone Simulator.
3842,6 → 3859,7
* -q <1>: Profiling Utility. (line 30)
* -q: Standalone Simulator.
(line 29)
* -t <1>: Trace Generation. (line 12)
* -t: Standalone Simulator.
(line 39)
* -V: Standalone Simulator.
4595,6 → 4613,7
(line 141)
* toggle debug mode (Interactive CLI): Interactive Command Line.
(line 151)
* trace generation of Or1ksim: Trace Generation. (line 6)
* tx_channel (Ethernet configuration): Ethernet Configuration.
(line 68)
* txfile (Ethernet configuration): Ethernet Configuration.
4667,63 → 4686,64
 

Tag Table:
Node: Top814
Node: Installation1224
Node: Preparation1471
Node: Configuring the Build1766
Node: Build and Install7910
Node: Known Issues8688
Node: Usage9743
Node: Standalone Simulator9988
Node: Profiling Utility14552
Node: Memory Profiling Utility15462
Node: Simulator Library16827
Node: Ethernet TUN/TAP Interface27267
Node: Setting Up a Persistent TAP device28350
Node: Establishing a Bridge29025
Node: Opening the Firewall30708
Node: Disabling Ethernet Filtering31199
Node: Networking from OpenRISC Linux and BusyBox31824
Node: Tearing Down a Bridge33486
Node: Configuration34229
Node: Configuration File Format34841
Node: Configuration File Preprocessing35226
Node: Configuration File Syntax35523
Node: Simulator Configuration38308
Node: Simulator Behavior38599
Node: Verification API Configuration43180
Node: CUC Configuration45120
Node: Core OpenRISC Configuration47112
Node: CPU Configuration47614
Node: Memory Configuration51733
Node: Memory Management Configuration58455
Node: Cache Configuration60832
Node: Interrupt Configuration63218
Node: Power Management Configuration65051
Node: Branch Prediction Configuration66328
Node: Debug Interface Configuration67688
Node: Peripheral Configuration70031
Node: Memory Controller Configuration70657
Node: UART Configuration74437
Node: DMA Configuration77956
Node: Ethernet Configuration79823
Node: GPIO Configuration84468
Node: Display Interface Configuration86101
Node: Frame Buffer Configuration88410
Node: Keyboard Configuration90274
Node: Disc Interface Configuration92512
Node: Generic Peripheral Configuration97616
Node: Interactive Command Line99911
Node: Verification API106885
Node: Code Internals111315
Node: Coding Conventions111898
Node: Global Data Structures116325
Node: Concepts118982
Ref: Output Redirection119127
Ref: Interrupts Internal119665
Node: Internal Debugging120818
Node: Regression Testing121342
Node: GNU Free Documentation License125131
Node: Index147538
Node: Top826
Node: Installation1236
Node: Preparation1483
Node: Configuring the Build1778
Node: Build and Install7918
Node: Known Issues8684
Node: Usage9739
Node: Standalone Simulator10005
Node: Profiling Utility14565
Node: Memory Profiling Utility15471
Node: Trace Generation16831
Node: Simulator Library17286
Node: Ethernet TUN/TAP Interface27718
Node: Setting Up a Persistent TAP device28801
Node: Establishing a Bridge29476
Node: Opening the Firewall31159
Node: Disabling Ethernet Filtering31650
Node: Networking from OpenRISC Linux and BusyBox32275
Node: Tearing Down a Bridge33937
Node: Configuration34680
Node: Configuration File Format35292
Node: Configuration File Preprocessing35677
Node: Configuration File Syntax35974
Node: Simulator Configuration38759
Node: Simulator Behavior39050
Node: Verification API Configuration43631
Node: CUC Configuration45571
Node: Core OpenRISC Configuration47563
Node: CPU Configuration48065
Node: Memory Configuration52184
Node: Memory Management Configuration58906
Node: Cache Configuration61283
Node: Interrupt Configuration63669
Node: Power Management Configuration65502
Node: Branch Prediction Configuration66779
Node: Debug Interface Configuration68139
Node: Peripheral Configuration70482
Node: Memory Controller Configuration71108
Node: UART Configuration74888
Node: DMA Configuration78407
Node: Ethernet Configuration80274
Node: GPIO Configuration84919
Node: Display Interface Configuration86552
Node: Frame Buffer Configuration88861
Node: Keyboard Configuration90725
Node: Disc Interface Configuration92963
Node: Generic Peripheral Configuration98067
Node: Interactive Command Line100362
Node: Verification API107336
Node: Code Internals111766
Node: Coding Conventions112349
Node: Global Data Structures116776
Node: Concepts119433
Ref: Output Redirection119578
Ref: Interrupts Internal120116
Node: Internal Debugging121269
Node: Regression Testing121793
Node: GNU Free Documentation License125582
Node: Index147989

End Tag Table
/doc/or1ksim.texi
5,7 → 5,7
@include config.texi
@dircategory Embedded development
@direntry
* Or1ksim: (or32-uclinux-or1ksim). The OpenRISC 1000 Architectural
* Or1ksim: (or32-elf-or1ksim). The OpenRISC 1000 Architectural
Simulator
@end direntry
 
102,7 → 102,7
default to OpenRISC 1000 32-bit with a warning
 
@example
../or1ksim-@value{VERSION}/configure --target=or32-uclinux ...
../or1ksim-@value{VERSION}/configure --target=or32-elf ...
@end example
 
There are several other options available, many of which are standard
305,8 → 305,8
@end example
 
This will install the three variations of the @value{OR1KSIM} tool,
@command{or32-uclinux-sim}, @command{or32-uclinux-psim} and
@command{or32-uclinux-mpsim}, the @value{OR1KSIM} library, @file{libsim}, the
@command{or32-elf-sim}, @command{or32-elf-psim} and
@command{or32-elf-mpsim}, the @value{OR1KSIM} library, @file{libsim}, the
header file, @file{or1ksim.h} and this documentation in @command{info} format.
 
The documentation may be created and installed in alternative formats (PDF,
352,6 → 352,7
* Standalone Simulator::
* Profiling Utility::
* Memory Profiling Utility::
* Trace Generation::
* Simulator Library::
* Ethernet TUN/TAP Interface::
@end menu
363,7 → 364,7
The general form the standalone command is:
 
@example
or32-uclinux-sim [-vhiqVt] [-f @var{file}] [--nosrv] [--srv=[@var{n}]]
or32-elf-sim [-vhiqVt] [-f @var{file}] [--nosrv] [--srv=[@var{n}]]
[-m <n>][-d @var{str}]
[--enable-profile] [--enable-mprofile] [@var{file}]
@end example
517,7 → 518,7
the @value{OR1KSIM} CLI. The general form the standalone command is:
 
@example
or32-uclinux-profile [-vhcq] [-g=@var{file}]
or32-elf-profile [-vhcq] [-g=@var{file}]
@end example
 
Many of the options have both a short and a long form. For example
568,7 → 569,7
the @value{OR1KSIM} CLI. The general form the standalone command is:
 
@example
or32-uclinux-mprofile [-vh] [-m=@var{m}] [-g=@var{n}] [-f=@var{file}] @var{from} @var{to}
or32-elf-mprofile [-vh] [-m=@var{m}] [-g=@var{n}] [-f=@var{file}] @var{from} @var{to}
@end example
 
Many of the options have both a short and a long form. For example
637,6 → 638,40
 
@end table
 
@node Trace Generation
@section Trace Generation
@cindex trace generation of @value{OR1KSIM}
 
An execution trace can be generated at run time with options passed by the command line, or via the operating system's signal passing mechanism.
 
The following, passed at run time, can be used to create an execution dump.
 
@table @code
 
@item -t
@itemx --trace
@cindex @code{-t}
@cindex @code{--trace}
Dump instruction just executed and any register/memory location chaged
after each instruction (one line per instruction).
@end table
 
Passing a signal @code{SIGUSR1} while the simulator is running toggles trace generation. This can be done with the following command, assuming @value{OR1KSIM}'s executable name is @code{or32-elf-sim}:
 
@example
pkill -SIGUSR1 or32-elf-sim
@end example
 
This is useful in the case where trace output is desired after a significant amount of simulation time, where it would be inconvenient to generate trace up to that point.
 
If the @code{pkill} utility is not available, the @code{kill} utility can be used if @value{OR1KSIM}'s process number is known. Use the following to determine the process ID of the @code{or32-elf-sim} and then send the @code{SIGUSR1} command to toggle execution trace generation:
 
@example
ps a | grep or32-elf-sim
kill -SIGUSR1 @emph{process-number}
@end example
 
 
@node Simulator Library
@section Simulator Library
@cindex library version of @value{OR1KSIM}
/doc/version.texi
1,4 → 1,4
@set UPDATED 8 December 2010
@set UPDATED 9 December 2010
@set UPDATED-MONTH December 2010
@set EDITION 2010-12-08
@set VERSION 2010-12-08
/ChangeLog
1,3 → 1,14
2010-12-09 Julius Baxter <julius@opencores.org>
 
* doc/or1ksim.texi: changed references to or32-uclinux-* to or32-elf-*.
Added section on using SIGUSR1 signal to control trace dumping.
* peripheral/eth.c: Change scheduling of TX and RX from 10 cycles to 1
when idling.
* toplevel.c: Added SIGUSR1 handler hook.
* toplevel-support.c: <toggle_trace>: New function to toggle the trace
execution control variable.
* toplevel-support.h: <toggle_trace>: Add function prototype.
2010-12-08 Jeremy Bennett <jeremy@jeremybennett.com>
 
* configure: Regenerated.
/peripheral/eth.c
369,10 → 369,7
}
 
/* Reschedule */
if (eth->tx.state == ETH_TXSTATE_WAIT4BD)
SCHED_ADD (eth_controller_tx_clock, dat, 10);
else
SCHED_ADD (eth_controller_tx_clock, dat, 1);
SCHED_ADD (eth_controller_tx_clock, dat, 1);
}
 
/* ========================================================================= */
689,10 → 686,7
}
 
/* Reschedule */
if (eth->rx.state == ETH_RXSTATE_RECV)
SCHED_ADD (eth_controller_rx_clock, dat, 10);
else
SCHED_ADD (eth_controller_rx_clock, dat, 1);
SCHED_ADD (eth_controller_rx_clock, dat, 1);
}
 
/* ========================================================================= */
/toplevel.c
74,6 → 74,7
 
print_config ();
signal (SIGINT, ctrl_c);
signal (SIGUSR1, toggle_trace);
 
do_stats = config.cpu.superscalar ||
config.cpu.dependstats ||
/toplevel-support.c
96,8 → 96,26
 
} /* ctrl_c() */
 
/*---------------------------------------------------------------------------*/
/*!Signal handler for SIGUSR1
 
Toggles state of trace generating while program is running.
 
@param[in] signum The signal which triggered this handler */
/*---------------------------------------------------------------------------*/
void
toggle_trace (signum)
int signum;
{
 
runtime.sim.hush = !runtime.sim.hush;
 
signal (SIGUSR1, toggle_trace);
 
} /* toggle_trace() */
 
 
/*---------------------------------------------------------------------------*/
/*!Routine poll to see if interaction is needed
 
This is most likely to happen due to a ctrl-C. However when the -i flag is
/toplevel-support.h
33,6 → 33,7
 
/* Prototypes for external use */
extern void ctrl_c (int signum);
extern void toggle_trace (int signum);
extern void reg_sim_reset (void (*reset_hook) (void *), void *dat);
extern void sim_done ();
extern void check_int (void *dat);
/autom4te.cache/traces.0
3,7 → 3,7
m4trace:aclocal.m4:1011: -1- m4_include([m4/ltsugar.m4])
m4trace:aclocal.m4:1012: -1- m4_include([m4/ltversion.m4])
m4trace:aclocal.m4:1013: -1- m4_include([m4/lt~obsolete.m4])
m4trace:configure.ac:31: -1- AC_INIT([or1ksim], [2010-11-26], [openrisc@opencores.org])
m4trace:configure.ac:31: -1- AC_INIT([or1ksim], [2010-12-08], [openrisc@opencores.org])
m4trace:configure.ac:31: -1- m4_pattern_forbid([^_?A[CHUM]_])
m4trace:configure.ac:31: -1- m4_pattern_forbid([_AC_])
m4trace:configure.ac:31: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
397,7 → 397,7
m4trace:configure.ac:44: -1- m4_pattern_allow([^HAVE_DLFCN_H$])
m4trace:configure.ac:45: -1- AM_INIT_AUTOMAKE
m4trace:configure.ac:45: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
m4trace:configure.ac:45: -1- AM_AUTOMAKE_VERSION([1.11])
m4trace:configure.ac:45: -1- AM_AUTOMAKE_VERSION([1.11.1])
m4trace:configure.ac:45: -1- AC_REQUIRE_AUX_FILE([install-sh])
m4trace:configure.ac:45: -1- AC_SUBST([INSTALL_PROGRAM])
m4trace:configure.ac:45: -1- AC_SUBST_TRACE([INSTALL_PROGRAM])
/autom4te.cache/requests
15,25 → 15,25
'configure.ac'
],
{
'_LT_AC_TAGCONFIG' => 1,
'AM_PROG_F77_C_O' => 1,
'_LT_AC_TAGCONFIG' => 1,
'AC_INIT' => 1,
'm4_pattern_forbid' => 1,
'AC_INIT' => 1,
'AC_CANONICAL_TARGET' => 1,
'_AM_COND_IF' => 1,
'AC_CANONICAL_TARGET' => 1,
'AC_CONFIG_LIBOBJ_DIR' => 1,
'AC_SUBST' => 1,
'AC_CONFIG_LIBOBJ_DIR' => 1,
'AC_CANONICAL_HOST' => 1,
'AC_FC_SRCEXT' => 1,
'AC_CANONICAL_HOST' => 1,
'AC_PROG_LIBTOOL' => 1,
'AM_INIT_AUTOMAKE' => 1,
'AC_CONFIG_SUBDIRS' => 1,
'AM_AUTOMAKE_VERSION' => 1,
'LT_CONFIG_LTDL_DIR' => 1,
'AC_CONFIG_LINKS' => 1,
'AC_REQUIRE_AUX_FILE' => 1,
'AC_CONFIG_LINKS' => 1,
'm4_sinclude' => 1,
'LT_SUPPORTED_TAG' => 1,
'm4_sinclude' => 1,
'AM_MAINTAINER_MODE' => 1,
'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
'_m4_warn' => 1,
46,17 → 46,17
'include' => 1,
'AM_GNU_GETTEXT' => 1,
'AC_LIBSOURCE' => 1,
'AC_CANONICAL_BUILD' => 1,
'AM_PROG_FC_C_O' => 1,
'AC_CANONICAL_BUILD' => 1,
'AC_FC_FREEFORM' => 1,
'AH_OUTPUT' => 1,
'AC_CONFIG_AUX_DIR' => 1,
'_AM_SUBST_NOTMAKE' => 1,
'AC_CONFIG_AUX_DIR' => 1,
'AM_PROG_CC_C_O' => 1,
'sinclude' => 1,
'm4_pattern_allow' => 1,
'sinclude' => 1,
'AM_PROG_CC_C_O' => 1,
'AM_CONDITIONAL' => 1,
'AC_CANONICAL_SYSTEM' => 1,
'AM_CONDITIONAL' => 1,
'AC_CONFIG_HEADERS' => 1,
'AC_DEFINE_TRACE_LITERAL' => 1,
'm4_include' => 1,
118,8 → 118,8
'_m4_warn' => 1,
'AC_LIBTOOL_OBJDIR' => 1,
'gl_FUNC_ARGZ' => 1,
'AM_SANITY_CHECK' => 1,
'LTOBSOLETE_VERSION' => 1,
'AM_SANITY_CHECK' => 1,
'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1,
'AC_LIBTOOL_PROG_COMPILER_PIC' => 1,
'LT_LIB_M' => 1,
134,16 → 134,16
'LT_SYS_DLOPEN_DEPLIBS' => 1,
'_LT_AC_LANG_F77' => 1,
'AC_LIBTOOL_CONFIG' => 1,
'AC_LTDL_DLLIB' => 1,
'_AM_SUBST_NOTMAKE' => 1,
'AC_LTDL_DLLIB' => 1,
'_AM_AUTOCONF_VERSION' => 1,
'AM_DISABLE_SHARED' => 1,
'_LTDL_SETUP' => 1,
'_LT_AC_LANG_CXX' => 1,
'AM_PROG_LIBTOOL' => 1,
'_LT_AC_LANG_CXX' => 1,
'AC_LIB_LTDL' => 1,
'_LT_AC_FILE_LTDLL_C' => 1,
'AM_PROG_LD' => 1,
'_LT_AC_FILE_LTDLL_C' => 1,
'AC_LIB_LTDL' => 1,
'AU_DEFUN' => 1,
'AC_PROG_NM' => 1,
'AC_LIBTOOL_DLOPEN' => 1,
167,31 → 167,31
'AC_LTDL_OBJDIR' => 1,
'_LT_PATH_TOOL_PREFIX' => 1,
'AC_LIBTOOL_RC' => 1,
'_LT_AC_PROG_ECHO_BACKSLASH' => 1,
'AC_DISABLE_FAST_INSTALL' => 1,
'AM_SILENT_RULES' => 1,
'AC_DISABLE_FAST_INSTALL' => 1,
'_LT_AC_PROG_ECHO_BACKSLASH' => 1,
'_LT_AC_TRY_DLOPEN_SELF' => 1,
'_LT_AC_SYS_LIBPATH_AIX' => 1,
'include' => 1,
'_LT_AC_SYS_LIBPATH_AIX' => 1,
'_LT_AC_TRY_DLOPEN_SELF' => 1,
'LT_AC_PROG_SED' => 1,
'AM_ENABLE_SHARED' => 1,
'LTDL_INSTALLABLE' => 1,
'_LT_AC_LANG_GCJ_CONFIG' => 1,
'AC_ENABLE_SHARED' => 1,
'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1,
'AC_ENABLE_STATIC' => 1,
'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1,
'_LT_AC_TAGVAR' => 1,
'AM_PROG_CC_C_O' => 1,
'_LT_AC_TAGVAR' => 1,
'AC_LIBTOOL_LANG_F77_CONFIG' => 1,
'AM_CONDITIONAL' => 1,
'LT_LIB_DLLOAD' => 1,
'LTDL_INIT' => 1,
'LTVERSION_VERSION' => 1,
'LTDL_INIT' => 1,
'AM_PROG_INSTALL_SH' => 1,
'm4_include' => 1,
'AM_PROG_INSTALL_SH' => 1,
'AC_PROG_EGREP' => 1,
'AC_PATH_MAGIC' => 1,
'_AC_AM_CONFIG_HEADER_HOOK' => 1,
'AC_PATH_MAGIC' => 1,
'AC_LTDL_SYSSEARCHPATH' => 1,
'AM_MAKE_INCLUDE' => 1,
'_LT_AC_TAGCONFIG' => 1,
235,11 → 235,11
'AM_PROG_NM' => 1,
'AC_LIBLTDL_CONVENIENCE' => 1,
'AC_DEPLIBS_CHECK_METHOD' => 1,
'AC_LIBLTDL_INSTALLABLE' => 1,
'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
'AC_LIBLTDL_INSTALLABLE' => 1,
'AC_LTDL_ENABLE_INSTALL' => 1,
'LT_PROG_GCJ' => 1,
'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1,
'LT_PROG_GCJ' => 1,
'AM_INIT_AUTOMAKE' => 1,
'AC_DISABLE_STATIC' => 1,
'LT_PATH_NM' => 1,
247,26 → 247,26
'_LT_AC_LOCK' => 1,
'_LT_AC_LANG_RC_CONFIG' => 1,
'LT_SYS_MODULE_PATH' => 1,
'AC_LIBTOOL_POSTDEP_PREDEP' => 1,
'LT_WITH_LTDL' => 1,
'AC_LIBTOOL_POSTDEP_PREDEP' => 1,
'AC_LTDL_SHLIBPATH' => 1,
'AM_PROG_AS' => 1,
'AM_AUX_DIR_EXPAND' => 1,
'_LT_AC_LANG_F77_CONFIG' => 1,
'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1,
'_LT_AC_LANG_F77_CONFIG' => 1,
'_LT_COMPILER_OPTION' => 1,
'_AM_SET_OPTIONS' => 1,
'_LT_COMPILER_OPTION' => 1,
'AM_RUN_LOG' => 1,
'_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
'AM_RUN_LOG' => 1,
'AC_LIBTOOL_PICMODE' => 1,
'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1,
'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1,
'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1,
'AC_LIBTOOL_PICMODE' => 1,
'LT_PATH_LD' => 1,
'AC_CHECK_LIBM' => 1,
'LT_PATH_LD' => 1,
'AC_LIBTOOL_SYS_LIB_STRIP' => 1,
'_AM_MANGLE_OPTION' => 1,
'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1,
'AC_LTDL_SYMBOL_USCORE' => 1,
'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1,
'AM_SET_DEPDIR' => 1,
'_LT_CC_BASENAME' => 1,
'_LT_LIBOBJ' => 1
/autom4te.cache/output.0
1,7 → 1,7
@%:@! /bin/sh
@%:@ From configure.ac Id: configure.ac 434 2010-11-26 18:45:29Z jeremybennett using automake version AC_ACVERSION.
@%:@ From configure.ac Id: configure.ac 440 2010-12-08 19:35:51Z jeremybennett using automake version AC_ACVERSION.
@%:@ Guess values for system-dependent variables and create Makefiles.
@%:@ Generated by GNU Autoconf 2.64 for or1ksim 2010-11-26.
@%:@ Generated by GNU Autoconf 2.64 for or1ksim 2010-12-08.
@%:@
@%:@ Report bugs to <openrisc@opencores.org>.
@%:@
719,8 → 719,8
# Identity of this package.
PACKAGE_NAME='or1ksim'
PACKAGE_TARNAME='or1ksim'
PACKAGE_VERSION='2010-11-26'
PACKAGE_STRING='or1ksim 2010-11-26'
PACKAGE_VERSION='2010-12-08'
PACKAGE_STRING='or1ksim 2010-12-08'
PACKAGE_BUGREPORT='openrisc@opencores.org'
PACKAGE_URL=''
 
1473,7 → 1473,7
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures or1ksim 2010-11-26 to adapt to many kinds of systems.
\`configure' configures or1ksim 2010-12-08 to adapt to many kinds of systems.
 
Usage: $0 [OPTION]... [VAR=VALUE]...
 
1544,7 → 1544,7
 
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of or1ksim 2010-11-26:";;
short | recursive ) echo "Configuration of or1ksim 2010-12-08:";;
esac
cat <<\_ACEOF
 
1651,7 → 1651,7
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
or1ksim configure 2010-11-26
or1ksim configure 2010-12-08
generated by GNU Autoconf 2.64
 
Copyright (C) 2009 Free Software Foundation, Inc.
2313,7 → 2313,7
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
 
It was created by or1ksim $as_me 2010-11-26, which was
It was created by or1ksim $as_me 2010-12-08, which was
generated by GNU Autoconf 2.64. Invocation command line was
 
$ $0 $@
10690,7 → 10690,7
 
# Define the identity of the package.
PACKAGE='or1ksim'
VERSION='2010-11-26'
VERSION='2010-12-08'
 
 
cat >>confdefs.h <<_ACEOF
13709,7 → 13709,7
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by or1ksim $as_me 2010-11-26, which was
This file was extended by or1ksim $as_me 2010-12-08, which was
generated by GNU Autoconf 2.64. Invocation command line was
 
CONFIG_FILES = $CONFIG_FILES
13773,7 → 13773,7
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
or1ksim config.status 2010-11-26
or1ksim config.status 2010-12-08
configured by $0, generated by GNU Autoconf 2.64,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 

powered by: WebSVN 2.1.0

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