| |
Home
Objectives
Syllabus
Office Hours Contact Info
Lecture Notes
Assignments
Altera Info
|
|
Additional Figures or Material from Selected Lectures
| Topic |
Infomation |
| Nios II - Instruction Set Overview |
|
Nios II - Instruction Reference Manual
(Do not print this out, it is 106 pages.) |
|
Nios II Application Binary Interface
(Procedure calling conventions.) |
|
| DE0 Basic Computer Manual |
|
Nios II Complete Overview
(includes sections not found above) |
|
| Computer Buses |
|
| Memory Configurations |
|
| Code Translation |
|
| Processes and OSs |
|
Selected in-class handouts and code segments:
- Original bubble sort routine:
If you wish to step through this code using the DE0 and the handout,
make sure you remove the -O1 option when configuring the
programming environment.
For the 12.0 version, when you remove the -O1 option, keep the -g
option.
- From the extra problems, the permute
code.
Remember this code does NOT have a branch at the end to loop
back.
- Nios II register usage conventions and procedure call stack
handout.
- The bubble sort code with a subroutine:
Again, remember that the listings above do not use the -O1 option.
- Ascii character codes
handout.
|