|
1 | 1 | --- |
2 | 2 | layout: page |
3 | | -title: On the Web |
| 3 | +title: Further Reading |
4 | 4 | --- |
5 | 5 |
|
6 | | -This tutorial section contains guides and information that helps new |
| 6 | +This section contains guides and information found around the web that help |
7 | 7 | OpenRISC users to get started more easily. |
8 | 8 |
|
9 | | -The Official openrisc tutorials and docs: |
10 | | - |
11 | | -- [Debugging OpenRISC][] running on a platform with gdb |
12 | | -- [Building Linux][] for OpenRISC |
13 | | -- [De0 Nano][] running barebone software |
14 | | -- [Or1ksim][] simulating OpenRISC programs on the simulator |
15 | | -- [Building a musl toolchain](https://github.com/openrisc/musl-cross/wiki) |
16 | | - which includes `or1k-linux-musl-gcc`. |
17 | 9 | - [Building a newlib toolchain](https://openrisc.io/newlib/building.html) |
18 | 10 | which includes `or1k-elf-gcc` and `or1k-elf-gdb`. |
19 | 11 |
|
20 | 12 | Material for beginners to soft cores on FPGA: |
21 | 13 |
|
22 | | -- [Sven-Åke Andersson][] has written a comprehensive [blog on OpenRISC |
23 | | - for newbies][], which offers a guide to the complete design flow. |
| 14 | +- Sven-Åke Andersson has written a comprehensive [blog on OpenRISC for newbies][], |
| 15 | + which offers a guide to the complete design flow. |
24 | 16 |
|
25 | 17 | Guides to the toolchain: |
26 | 18 |
|
27 | 19 | - [Jeremy Bennett][]. [Embecosm Application Note 2][]. *The OpenCores |
28 | 20 | OpenRISC 1000 Simulator and Tool Chain: Installation Guide*. Issue |
29 | 21 | 3, November 2008. |
30 | | -- Robert Guenzel. [Embecosm Application Notes 1 and 2 and MacOS |
31 | | - 10.4][] |
32 | 22 |
|
33 | 23 | SystemC interfaces: |
34 | 24 |
|
35 | 25 | - [Jeremy Bennett][]. [Embecosm Application Note 1][]. *Building a |
36 | 26 | Loosely Timed SoC Model with OSCI TLM 2.0: A Case Study Using an |
37 | 27 | Open Source ISS and Linux 2.6 Kernel.* Issue 2, May 2010. |
38 | | -- Robert Guenzel. [Embecosm Application Notes 1 and 2 and MacOS |
39 | | - 10.4][] |
40 | 28 |
|
41 | 29 | Tutorials on how to implement OR1200 on Altera FPGA and Xilinx FPGA. |
42 | 30 | Credits go to [Resarch Group Digital Techniques][], Hogeschool voor |
43 | 31 | Wetenschap & Kunst, Campus de Nayer |
44 | 32 |
|
45 | | -- Altera HW tutorial [local copy][] of the PDF and possibly [updated |
46 | | - version][] at the original site. |
47 | | -- Xilinx HW tutorial [local copy][1] of the PDF and possibly [updated |
48 | | - version][2] at the original site. |
| 33 | +- Altera HW tutorial [PDF][]. |
| 34 | +- Xilinx HW tutorial [PDF][1]. |
49 | 35 |
|
50 | 36 | Tutorials on how to implement OR1200 on Xilinx Spartan-6 FPGA. |
51 | 37 |
|
52 | | -- OpenRISC implemented on the Digilent Atlys board [blog on |
53 | | - OpenRISC for newbies][1] |
| 38 | +- OpenRISC implemented on the Digilent Atlys board [blog on OpenRISC for newbies][] |
54 | 39 |
|
55 | 40 | Tutorials on how to implement OR1200 on Xilinx and Altera FPGAs using |
56 | 41 | MinSoC. |
57 | 42 |
|
58 | | -- MinSoC Tutorials [openrisc on xilinx][2], [minsoc.com start][3] |
| 43 | +- MinSoC Tutorials openrisc on xilinx, [minsoc.com start][3] |
59 | 44 |
|
60 | 45 | Tutorials on compiling and running software in or1ksim: |
61 | 46 |
|
62 | | -- Simple C program compilation and execution from rte.se: [Writing an |
63 | | - application program][] |
| 47 | +- Simple C program compilation and execution from rte.se: [Writing an application program][] |
64 | 48 |
|
65 | 49 | A Dynamic Reconfigurable OpenRISC Framework called Proteus : [Proteus |
66 | 50 | Framework][] |
67 | 51 |
|
68 | | - [Debugging OpenRISC]: https://github.com/openrisc/tutorials/blob/master/docs/Debugging.md |
69 | | - [Building Linux]:https://github.com/openrisc/tutorials/blob/master/docs/Linux.md |
70 | 52 | [De0 Nano]:https://github.com/openrisc/tutorials/tree/master/de0_nano |
71 | 53 | [Or1ksim]:https://github.com/openrisc/tutorials/tree/master/or1ksim |
72 | | - [Sven-Åke Andersson]: User:svenand "wikilink" |
73 | | - [blog on OpenRISC for newbies]: http://www.rte.se/blog/blogg-modesty-corex/openrisc-1200-soft-processor |
74 | | - [Jeremy Bennett]: User:Jeremybennett "wikilink" |
75 | | - [Embecosm Application Note 2]: http://www.embecosm.com/download/ean2.html |
76 | | - [Embecosm Application Notes 1 and 2 and MacOS 10.4]: http://chschroeder.gamiro.de/rg/or1ksim_macOS10.4.pdf |
77 | | - [Embecosm Application Note 1]: http://www.embecosm.com/download/ean1.html |
78 | | - [Resarch Group Digital Techniques]: http://emsys.denayer.wenk.be/ |
79 | | - [local copy]: http://cdn.opencores.org/pdf/openrisc-HW-tutorial-Altera.pdf |
80 | | - [updated version]: http://emsys.denayer.wenk.be/empro/openrisc-HW-tutorial-Altera.pdf |
81 | | - [1]: http://cdn.opencores.org/pdf/openrisc-HW-tutorial-Xilinx.pdf |
82 | | - [2]: http://emsys.denayer.wenk.be/empro/openrisc-HW-tutorial-Xilinx.pdf |
83 | | - [3]: http://www.minsoc.com/1_0:start |
84 | | - [Writing an application program]: http://www.rte.se/blog/blogg-modesty-corex/writing-application-program |
85 | | - [Proteus Framework]: http://proteus-project.org/ |
| 54 | + [Jeremy Bennett]: https://web.archive.org/web/20160528191223/http://opencores.org/or1k/User:Jeremybennett |
| 55 | + [blog on OpenRISC for newbies]: https://web.archive.org/web/20181225174757/http://www.rte.se/blog/blogg-modesty-corex/openrisc-1200-soft-processor |
| 56 | + [Embecosm Application Note 2]: https://www.embecosm.com/appnotes/ean2/html/index.html |
| 57 | + [Embecosm Application Note 1]: https://www.embecosm.com/appnotes/ean1/html/index.html |
| 58 | + [Resarch Group Digital Techniques]: https://web.archive.org/web/20161029074149/http://emsys.denayer.wenk.be/ |
| 59 | + [PDF]: docs/openrisc-HW-tutorial-Altera.pdf |
| 60 | + [1]: docs/openrisc-HW-tutorial-Xilinx.pdf |
| 61 | + [3]: https://web.archive.org/web/20170331103546/http://www.minsoc.com/1_0:start |
| 62 | + [Writing an application program]: https://web.archive.org/web/20160706154031/http://www.rte.se/blog/blogg-modesty-corex/writing-application-program |
| 63 | + [Proteus Framework]: https://web.archive.org/web/20151023123112/http://proteus-project.org/ |
0 commit comments