##Announcement We will use Microsoft Teams for disbursing class materials for the course. Please contact your respective course instructor if you have not been added to the class team “EEE 415 A (Jan 2022)”.
##Introduction The syllabus of this course has been changed and the course has been completely redesigned from grounds up.
Fundamentals of microprocessor and computer design, processor data path, architecture, microarchitecture, complexity, metrics, and benchmark; Instruction Set Architecture, introduction to CISC and RISC, Instruction-Level Parallelism, pipelining, pipelining hazards and data dependency, branch prediction, exceptions and limits, super-pipelined vs superscalar processing; Memory hierarchy and management, Direct Memory Access, Translation Lookaside Buffer; cache, cache policies, multi-level cache, cache performance; Multicore computing, message passing, shared memory, cache-coherence protocol, memory consistency, paging, Vector Processor, Graphics Processing Unit, IP Blocks, Single Instruction Multiple Data and SoC with microprocessors. Simple Arm/RISC-V based processor design with VerilogHDL
Introduction to embedded systems design, software concurrency and Realtime Operating Systems, Arm Cortex M / RISC-V microcontroller architecture, registers and I/O, memory map and instruction sets, endianness and image, Assembly language programming of Arm Cortex M / RISC-V based embedded microprocessors (jump, call-return, stack, push and pop, shift, rotate, logic instructions, port operations, serial communication and interfacing), system clock, exceptions and interrupt handling, timing analysis of interrupts, general purpose digital interfacing, analog interfacing, timers: PWM, real-time clock, serial communication, SPI, I2C, UART protocols, Embedded Systems for Internet of Things (IoT)
##Grading Policy
Class Attendance (10%) – Class participation and attendance will be recorded in every class. 30 Marks as per university AC policy
Continuous Assessment (20%) – 1 assignment (20) – Mandatory 3 Class tests, best 2 counted (40)
Final Examination (70%)– A comprehensive term final examination will be held at the end of the Term following the guideline of the Academic Council
##Weekly Schedule As per the routine published in the Department of EEE website.
[Harris] Sarah Harris, David Harris – “Digital Design and Computer Architecture, ARM Edition, Morgan Kaufmann (2015) - Chapter 6,7,8
[Patterson] David A. Patterson and John L. Hennessy, “Computer Organization and Design – The Hardware / Software Interface ARM edition” Morgan Kaufmann - Chapter 1
[Zhu] Yifeng Zhu “Embedded Systems with ARM Cortex-M Microcontrollers with Assembly Language and C”
##Semester Plan
Week | Lectures | Topic | Textbook |
---|---|---|---|
1 | 1-3 | Fundamentals of microprocessor and computer design, processor data path, architecture, microarchitecture, introduction to CISC and RISC, complexity, metrics, and benchmark. | Patterson 1 |
2 | 4-6 | Assembly Language. | Harris 6.1-6.3 |
3 | 7-9 | Assembly Language Programming. | Harris 6.3 |
4 | 10-12 | Machine Language, Compiling, Assembling. | Harris 6.4 |
5 | 13-15 | Performance Analysis, Single Cycle and Multicycle Processor. | Harris 7.1-7.4 |
6 | 16-18 | Pipelining, Hazards, Advanced Microarchitecture. | Harris 7.5,7.7 |
7 | 19-21 | Memory Systems – Cache and Virtual Memory. | Harris 8.2-8.4 |
8 | 20-24 | Introducing Embedded System Design, IoT, Arm Cortex m4. | Lecture Slides |
9 | 25-27 | General Purpose Input Output. | Zhu 14 |
10 | 28-30 | General Purpose Timers. | Zhu 15.1-15.3 |
11 | 31-33 | Interrupts. | Zhu 11, 15.4 |
12 | 34-36 | ADC + DAC. | Zhu 20,21 |
13 | 37-39 | Serial Communication. | Zhu 22 |