CS223 - Digital Design - Spring 2025
ANNOUNCEMENTS
This is the website for CS223, Spring Semester 2025.
Course materials, slides, assignments, etc. will be accessible via Moodle.
If you have any questions regarding the Labs, please contact the TA(s) responsible for your specific Lab section.
Any further announcements will be posted here.
LAB RULES
Students must strictly adhere to the following rules when using the laboratory for this course; otherwise there would be grade penalties.
No eating or drinking is allowed in the lab.
Each Lab board is associated with a number. Once you finished your work, you must place back the board in an orderly manner.
When you are done, return IC parts into the IC boxes, where you have taken them first.
Do not unplug any cables (ethernet, monitor, etc.).
Return all your processes to their first state before you leave the laboratory.
GenAI Policy
Using AI models for coursework including assignments, lab work, projects, exams and quizzes is completely prohibited.
CLASS HOURS
Section 1: Mon. 8:30-10:20, Wed. 13:30-15:20 in B-105; Lab: Wed. 8:30-12:20 in EA-Z04
Section 2: Mon. 8:30-10:20, Wed. 13:30-15:20 in B-105; Lab: Mon. 13:30-17:20 in EA-Z04
Section 3: Wed. 10:30-12:20, Fri. 15:30-17:20 in EB-204; Lab: Thur. 8:30-12:20 in EA-Z04
Section 4: Wed. 10:30-12:20, Fri. 15:30-17:20 in EB-204; Lab: Tue. 8:30-12:20 in EA-Z04
LECTURERS
Shervin R. Arashloo (Sec. 1-2)
Office: EA-429
Office Hour: By appointment
E-mail: s.rahimzadeh
cs.bilkent.edu.tr
Doruk Oner (Sec. 3-4)
Office: EA-521
Office Hour: By appointment
E-mail: doruk.oner
cs.bilkent.edu.tr
Teaching Assistants
head TA: Vahid Namakshenas (vahid
bilkent.edu.tr)
Section 1: Emir Turkolmez (emir.turkolmez
bilkent.edu.tr), Kubra Caglar (kubra.caglar
bilkent.edu.tr)
Section 2: Emir Turkolmez (emir.turkolmez
bilkent.edu.tr), Kubra Caglar (kubra.caglar
bilkent.edu.tr)
Section 3: Mustafa Altunhan (yasir.altunhan
bilkent.edu.tr), Muhammed Yildirim (m.yildirim
bilkent.edu.tr)
Section 4: Mustafa Altunhan (yasir.altunhan
bilkent.edu.tr), Muhammed Yildirim (m.yildirim
bilkent.edu.tr)
COURSE DESCRIPTION
An introductory course in digital design, covering combinational and sequential circuits, memory and logic arrays and introduction to processor architecture, with a weekly lab. The SystemVerilog hardware description language is used throughout the semester to model and implement digital designs. Credits: 4 units
COURSE CONTENTS
Number systems, Binary numbers, Logic levels, transistors, gates, Boolean expressions. Combinational logic: Boolean algebra, simplification of Boolean expressions. Logic minimization with Karnaugh maps, don't-care conditions. Introduction to SystemVerilog. Combinational building blocks, multiplexers, decoders, propagation delays. SystemVerilog modeling. Sequential logic: SR latch, D-latch, D flip-flop, synchronous sequential circuits. Finite State Machine (FSM) design, Moore and Mealy models, state encodings, timing of sequential circuits. SystemVerilog modeling of sequential circuits. Signed numbers, Adders, ALU, comparators. Registers, register files. Counters, timers. High level state machines (HLSM), RTL design, RAM, ROM. FPGA, introduction to general purpose processor architecture.
PREREQUISITE
CS 101
TEXTBOOK & RECOMMENDED BOOK
David Money Harris, Sarah L. Harris, Digital Design and Computer Architecture, 2nd ed. Morgan Kaufmann, 2013. (Textbook)
Frank Vahid, Digital Design with RTL Design, VHDL and Verilog, 2nd ed. John Wiley, 2011. (Recommended)
Important Note:
Only original and unmarked textbooks will be allowed in the midterm/final exam. If you have any notes/drawings/markings/etc. on your textbook, you will not be able to use it during the midterm/final exam.
GRADING
Labs: 15 %
Project: 10 % (Report: 10%, Submission/Demo: 90%)
Quizzes: 15 % (possibly 3 quizzes with/without prior notice)
Midterm Exam: 30%
Final Exam: 30%
FZ POLICY
Students who fail to meet the following requirements will receive an FZ grade:
Weighted average score of the midterm exam and quizzes (2*midterm-score + avg-quiz-score) /3: at least 40%.
Average score of the labs and project (avg-lab-score + project-score)/2: at least 50%.
Absent from no more than 1 Lab.
Only the grades until the FZ deadline will be considered while computing the average scores above. Students who receive FZ cannot attend the final exam.
Late submissions policy
We follow no extension policy.
TENTATIVE SCHEDULE (SUBJECT TO CHANGE)
WEEK | TOPICS COVERED | READINGS | LABS/PROJECT |
1 (27/01) | Introduction, digital values, number systems: decimal, binary and hexadecimal | Digital Design and Computer Architecture DDCA 1.1 - 1.4 | na |
2 (03/02) | Logic gates and physical characteristics, CMOS transistors, power consumption, Boolean algebra, Boolean equations, canonical forms | DDCA 1.5 - 1.9, 2.1 - 2.3 (excluding: 1.6.4, 1.6.5, 1.7.7, 1.7.8) | na |
3 (10/02) | Combinational logic, hardware reduction, X and Z logic values, introduction to SystemVerilog | DDCA 2.4 - 2.6, 4.1 - 4.2 | na |
4 (17/02) | Karnaugh maps, multiplexers and decoders, combinational timing and non-ideal behavior, SystemVerilog modeling | DDCA 2.7 - 2.9, 4.3 (excluding: 2.9.2) | Lab #1 |
5 (24/02) | Latches & flip-flops, basic register, synchronous logic design, SystemVerilog modeling | DDCA 3.1 - 3.3, 4.4 - 4.5 | na |
6 (03/03) | Finite state machines, FSM design, state encoding, Mealy vs. Moore models, SystemVerilog modeling | DDCA 3.4, 4.6 (excluding: 3.4.4) | Lab #2 |
7 (10/03) | FSM examples no classes on Monday and Tuesday (Spring Break) | na | na |
8 (17/03) | Timing | DDCA 3.5 (excluding: 3.5.4, 3.5.5, 3.5.6, 3.6) | Lab #3 |
9 (24/03) | Arithmetic functions, adders, subtractors, comparators, shifters, ALU, SystemVerilog models MIDTERM EXAM | DDCA 5.1 - 5.2 (excluding Prefix Adder, 5.2.6, 5.2.7) Vahid 4.3 - 4.4, 6.4 | The project will be released on Moodle |
10 (31/03) | Registers, shift registers, counters, timers, SystemVerilog models no classes on Monday and Tuesday (Feast of Ramadan holiday) | DDCA 5.4 Vahid 4.2, 4.8, 4.9 | na |
11 (07/04) | Memory components, static & dynamic RAM, ROM/PROM, SystemVerilog models | DDCA 5.5 Vahid 5.7 | Lab #4 |
12 (14/04) | High-level state machines (HLSM) | Vahid 5.1 - 5.5 | Lab #5 |
13 (21/04) | High-level state machines (HLSM) no classes on Wednesday (National Sovereignty and Children's Day holiday) | Vahid 5.1 - 5.5 | na |
14 (28/04) | HLSM examples no classes on Thursday and Friday | Vahid 5.1 - 5.5 | na |
15 (05/05) | HLSM examples | Vahid 5.1 - 5.5 | Project Report& Demo
|
|