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/doc
    from Rev 561 to Rev 625
    Reverse comparison

Rev 561 → Rev 625

/or1ksim.info
1,5 → 1,5
This is ../../or1ksim/doc/or1ksim.info, produced by makeinfo version
4.13 from ../../or1ksim/doc/or1ksim.texi.
This is ../../doc/or1ksim.info, produced by makeinfo version 4.13 from
../../doc/or1ksim.texi.
 
INFO-DIR-SECTION Embedded development
START-INFO-DIR-ENTRY
64,7 → 64,7
Unpack the software and create a _separate_ directory in which to build
it:
 
tar jxf or1ksim-2011-04-28.tar.bz2
tar jxf or1ksim-2011-08-15.tar.bz2
mkdir builddir_or1ksim
cd builddir_or1ksim
 
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-2011-04-28/configure --target=or32-elf ...
../or1ksim-2011-08-15/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
4860,66 → 4860,66
 

Tag Table:
Node: Top826
Node: Installation1236
Node: Preparation1483
Node: Configuring the Build1778
Node: Build and Install7614
Node: Known Issues8380
Node: Usage9435
Node: Standalone Simulator9719
Node: Profiling Utility14863
Node: Memory Profiling Utility15769
Node: Trace Generation17129
Node: Simulator Library19314
Node: Ethernet TUN/TAP Interface29746
Node: Setting Up a Persistent TAP device30851
Node: Establishing a Bridge31526
Node: Opening the Firewall33209
Node: Disabling Ethernet Filtering33700
Node: Networking from OpenRISC Linux and BusyBox34325
Node: Tearing Down a Bridge35987
Node: l.nop Support36730
Node: Configuration38892
Node: Configuration File Format39504
Node: Configuration File Preprocessing39889
Node: Configuration File Syntax40186
Node: Simulator Configuration42971
Node: Simulator Behavior43262
Node: Verification API Configuration47843
Node: CUC Configuration49783
Node: Core OpenRISC Configuration51775
Node: CPU Configuration52316
Node: Memory Configuration56435
Node: Memory Management Configuration63157
Node: Cache Configuration65534
Node: Interrupt Configuration67920
Node: Power Management Configuration69753
Node: Branch Prediction Configuration71030
Node: Debug Interface Configuration72390
Node: Performance Counters Configuration74776
Node: Peripheral Configuration75261
Node: Memory Controller Configuration75887
Node: UART Configuration79667
Node: DMA Configuration83186
Node: Ethernet Configuration85053
Node: GPIO Configuration90332
Node: Display Interface Configuration91965
Node: Frame Buffer Configuration94274
Node: Keyboard Configuration96138
Node: Disc Interface Configuration98376
Node: Generic Peripheral Configuration103480
Node: Interactive Command Line105775
Node: Verification API112749
Node: Code Internals117179
Node: Coding Conventions117762
Node: Global Data Structures122189
Node: Concepts124846
Ref: Output Redirection124991
Ref: Interrupts Internal125529
Node: Internal Debugging126682
Node: Regression Testing127206
Node: GNU Free Documentation License130995
Node: Index153402
Node: Top810
Node: Installation1220
Node: Preparation1467
Node: Configuring the Build1762
Node: Build and Install7598
Node: Known Issues8364
Node: Usage9419
Node: Standalone Simulator9703
Node: Profiling Utility14847
Node: Memory Profiling Utility15753
Node: Trace Generation17113
Node: Simulator Library19298
Node: Ethernet TUN/TAP Interface29730
Node: Setting Up a Persistent TAP device30835
Node: Establishing a Bridge31510
Node: Opening the Firewall33193
Node: Disabling Ethernet Filtering33684
Node: Networking from OpenRISC Linux and BusyBox34309
Node: Tearing Down a Bridge35971
Node: l.nop Support36714
Node: Configuration38876
Node: Configuration File Format39488
Node: Configuration File Preprocessing39873
Node: Configuration File Syntax40170
Node: Simulator Configuration42955
Node: Simulator Behavior43246
Node: Verification API Configuration47827
Node: CUC Configuration49767
Node: Core OpenRISC Configuration51759
Node: CPU Configuration52300
Node: Memory Configuration56419
Node: Memory Management Configuration63141
Node: Cache Configuration65518
Node: Interrupt Configuration67904
Node: Power Management Configuration69737
Node: Branch Prediction Configuration71014
Node: Debug Interface Configuration72374
Node: Performance Counters Configuration74760
Node: Peripheral Configuration75245
Node: Memory Controller Configuration75871
Node: UART Configuration79651
Node: DMA Configuration83170
Node: Ethernet Configuration85037
Node: GPIO Configuration90316
Node: Display Interface Configuration91949
Node: Frame Buffer Configuration94258
Node: Keyboard Configuration96122
Node: Disc Interface Configuration98360
Node: Generic Peripheral Configuration103464
Node: Interactive Command Line105759
Node: Verification API112733
Node: Code Internals117163
Node: Coding Conventions117746
Node: Global Data Structures122173
Node: Concepts124830
Ref: Output Redirection124975
Ref: Interrupts Internal125513
Node: Internal Debugging126666
Node: Regression Testing127190
Node: GNU Free Documentation License130979
Node: Index153386

End Tag Table
/Makefile.in
1,4 → 1,4
# Makefile.in generated by automake 1.11 from Makefile.am.
# Makefile.in generated by automake 1.11.1 from Makefile.am.
# @configure_input@
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
70,6 → 70,12
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
AM_V_GEN = $(am__v_GEN_$(V))
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
am__v_GEN_0 = @echo " GEN " $@;
AM_V_at = $(am__v_at_$(V))
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
am__v_at_0 = @
SOURCES =
DIST_SOURCES =
INFO_DEPS = $(srcdir)/or1ksim.info
109,6 → 115,7
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
ARFLAGS = @ARFLAGS@
AUTOCONF = @AUTOCONF@
/version.texi
1,4 → 1,4
@set UPDATED 10 June 2011
@set UPDATED-MONTH June 2011
@set EDITION 2011-04-28
@set VERSION 2011-04-28
@set UPDATED 11 August 2011
@set UPDATED-MONTH August 2011
@set EDITION 2011-08-15
@set VERSION 2011-08-15

powered by: WebSVN 2.1.0

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