URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
Compare Revisions
- This comparison shows the changes necessary to convert path
/openrisc/trunk/or1ksim/doc
- from Rev 226 to Rev 230
- ↔ Reverse comparison
Rev 226 → Rev 230
/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-2010-07-30.tar.bz2 |
tar jxf or1ksim-2010-08-01.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-2010-07-30/configure --target=or32-uclinux ... |
../or1ksim-2010-08-01/configure --target=or32-uclinux ... |
|
There are several other options available, many of which are standard |
to GNU `configure' scripts. Use `configure --help' to see all the |
258,7 → 258,7
============================= |
|
The following problems and issues are known about with Or1ksim |
2010-07-30. The OpenRISC tracker may be used to see the current state |
2010-08-01. The OpenRISC tracker may be used to see the current state |
of these issues and to raise new problems and feature requests. It may |
be found at `http://www.opencores.org/ptracker.cgi/view/or1k/398'. |
|
4322,55 → 4322,55
|
|
Tag Table: |
Node: Top830 |
Node: Installation1240 |
Node: Preparation1487 |
Node: Configuring the Build1782 |
Node: Build and Install7896 |
Node: Known Issues8742 |
Node: Usage11804 |
Node: Standalone Simulator12018 |
Node: Profiling Utility14921 |
Node: Memory Profiling Utility15831 |
Node: Simulator Library17196 |
Node: Configuration24974 |
Node: Configuration File Format25586 |
Node: Configuration File Preprocessing25878 |
Node: Configuration File Syntax26175 |
Node: Simulator Configuration28960 |
Node: Simulator Behavior29251 |
Node: Verification API Configuration33780 |
Node: CUC Configuration35720 |
Node: Core OpenRISC Configuration37637 |
Node: CPU Configuration38139 |
Node: Memory Configuration42257 |
Node: Memory Management Configuration48715 |
Node: Cache Configuration51092 |
Node: Interrupt Configuration53478 |
Node: Power Management Configuration54214 |
Node: Branch Prediction Configuration55491 |
Node: Debug Interface Configuration56851 |
Node: Peripheral Configuration61071 |
Node: Memory Controller Configuration61697 |
Node: UART Configuration65111 |
Node: DMA Configuration68630 |
Node: Ethernet Configuration70497 |
Node: GPIO Configuration74473 |
Node: Display Interface Configuration76106 |
Node: Frame Buffer Configuration78415 |
Node: Keyboard Configuration80279 |
Node: Disc Interface Configuration82517 |
Node: Generic Peripheral Configuration87460 |
Node: Interactive Command Line89755 |
Node: Verification API96729 |
Node: Code Internals101159 |
Node: Coding Conventions101742 |
Node: Global Data Structures106169 |
Node: Concepts108826 |
Ref: Output Redirection108971 |
Node: Internal Debugging109510 |
Node: Regression Testing110034 |
Node: GNU Free Documentation License113829 |
Node: Index136236 |
Node: Top814 |
Node: Installation1224 |
Node: Preparation1471 |
Node: Configuring the Build1766 |
Node: Build and Install7880 |
Node: Known Issues8726 |
Node: Usage11788 |
Node: Standalone Simulator12002 |
Node: Profiling Utility14905 |
Node: Memory Profiling Utility15815 |
Node: Simulator Library17180 |
Node: Configuration24958 |
Node: Configuration File Format25570 |
Node: Configuration File Preprocessing25862 |
Node: Configuration File Syntax26159 |
Node: Simulator Configuration28944 |
Node: Simulator Behavior29235 |
Node: Verification API Configuration33764 |
Node: CUC Configuration35704 |
Node: Core OpenRISC Configuration37621 |
Node: CPU Configuration38123 |
Node: Memory Configuration42241 |
Node: Memory Management Configuration48699 |
Node: Cache Configuration51076 |
Node: Interrupt Configuration53462 |
Node: Power Management Configuration54198 |
Node: Branch Prediction Configuration55475 |
Node: Debug Interface Configuration56835 |
Node: Peripheral Configuration61055 |
Node: Memory Controller Configuration61681 |
Node: UART Configuration65095 |
Node: DMA Configuration68614 |
Node: Ethernet Configuration70481 |
Node: GPIO Configuration74457 |
Node: Display Interface Configuration76090 |
Node: Frame Buffer Configuration78399 |
Node: Keyboard Configuration80263 |
Node: Disc Interface Configuration82501 |
Node: Generic Peripheral Configuration87444 |
Node: Interactive Command Line89739 |
Node: Verification API96713 |
Node: Code Internals101143 |
Node: Coding Conventions101726 |
Node: Global Data Structures106153 |
Node: Concepts108810 |
Ref: Output Redirection108955 |
Node: Internal Debugging109494 |
Node: Regression Testing110018 |
Node: GNU Free Documentation License113813 |
Node: Index136220 |
|
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, |
169,7 → 169,6
PACKAGE_NAME = @PACKAGE_NAME@ |
PACKAGE_STRING = @PACKAGE_STRING@ |
PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
PACKAGE_URL = @PACKAGE_URL@ |
PACKAGE_VERSION = @PACKAGE_VERSION@ |
PATH_SEPARATOR = @PATH_SEPARATOR@ |
POW_LIB = @POW_LIB@ |
/version.texi
1,4 → 1,4
@set UPDATED 30 July 2010 |
@set UPDATED 26 July 2010 |
@set UPDATED-MONTH July 2010 |
@set EDITION 2010-07-30 |
@set VERSION 2010-07-30 |
@set EDITION 2010-08-01 |
@set VERSION 2010-08-01 |