To be successful in this course, you should have background in the
areas of computer organization, digital logic, and VHDL/Verilog
design.
The specified prerequisite courses have been selected accordingly.
If you do not feel particularly strong in HDL coding, this is a good
opportunity to get better, but you should review the fundamentals.
There will be lectures on how best to use HDL for design, but not the
syntax or constructs of the language. That you will find in the
books.
HVZ Chapter 8, not so much for making processors
fast, but using it to make your logic faster
Embedded Systems
HVZ Chapter 9. You may not have officially
covered this but it would be good to read. This course will look at a
lot of this material.
Peripherals
HVZ Chapter 10 has some stuff that may be relevant
to things you might want to do.
HDL Design
BV, constructs in Appendix A are sufficient to do
lots of good designs. In particular, you should be able to code
state machines, registers and the various basic combinational blocks
such as multiplexers, encoders, decoders, and arithmetic functions.
C Programming
All programming of the MicroBlaze processor is
done in C. C++ should also work.
Makefiles and Scripting
Familiarity with these will be
extremely useful. They are used a lot in modern hardware design.
Debugging
You should be good at debugging or learn very quickly
how to do this!
Learning ModelSim for HDL debugging and using gdb for
debugging software is essential.
Don't even bother trying to synthesize without having done simulation.