TDT4160: Computers and Digital Design
# Preface
This compendium tries to explain the essence of the course. The information provided is largely based on the course book "Structured Computer Organization" and the lecture slides. Please note that this compendium is written by students, so please be critical to what you read.
Anyone is allowed to edit this compendium, so feel free to make improvements.
# Von Neumann- and Harvard Architecture
Von Neumann architecture
Harvard architecture
: Essentially the same as a von neumann architecture, except that there are two memories; One for data, and one for instructions.