@@ -9,15 +9,17 @@ This is OpenRISC 1000 architectural simulator. See the file COPYING
9
9
for copying permission. To contact the authors, see the AUTHORS file.
10
10
11
11
This simulator loads an assembly file for one of the both architectures
12
- and it simulates the operation of instructions.
12
+ and it simulates the operation of instructions.
13
13
14
14
15
15
Pre-requisites
16
16
==============
17
17
18
18
The GNU toolchain for OpenRISC 1000 is required to compile programs for use
19
- with Or1ksim. Instructions how to build these GNU tools can be found on
20
- www.opencores.org
19
+ with Or1ksim. The OpenRISC toolchains are upstream and cross compilers can be
20
+ found in most populate Linux distributions. However, the most trusted toolchain
21
+ builds are those from Embecosm:
22
+ https://www.embecosm.com/resources/tool-chain-downloads/#openrisc-stable
21
23
22
24
Both the tool chain and DejaGnu are need to run the test suite.
23
25
@@ -32,7 +34,7 @@ in the user guide, which can be found in the 'doc' subdirectory.
32
34
GNU Tools
33
35
=========
34
36
35
- Instructions how to build GNU tools can be found on www.opencores.org , or in
37
+ Instructions how to build GNU tools can be found on openrisc.io , or in
36
38
the Embecosm Application Note EAN2: "The OpenCores OpenRISC 1000 Simulator and
37
39
Tool Chain: Installation Guide" <www.embecosm.com/download/ean2.html>.
38
40
@@ -62,8 +64,8 @@ may be obtained by running the command:
62
64
from the top level directory.
63
65
64
66
65
- OpenRISC and OpenCores
66
- ======================
67
+ OpenRISC
68
+ ========
67
69
68
70
This project is licensed under the GNU Public License version 3. See the file
69
71
COPYING for details.
@@ -73,8 +75,8 @@ IP (intellectual property) cores. We design open source, synthesizable
73
75
cores. OpenRISC is one such core. It is a 32-bit RISC microprocessor that
74
76
will run GNU/Linux.
75
77
76
- For more information visit us at http ://www.opencores.org .
78
+ For more information visit us at https ://openrisc.io .
77
79
78
80
79
- Upated by Jeremy Bennett (jeremy.bennett@embecosm .com)
80
- 22 June 2010
81
+ Upated by Stafford Horne (shorne@gmail .com)
82
+ 2024-08-25
0 commit comments