Top Banner
EE260: Digital Design, Spring 2018 11-Mar-18 Assignment review 1 EE 260: Introduction to Digital Design Assignment Reviews Yao Zheng Department of Electrical Engineering University of Hawaiʻi at Mānoa Overview n Assignment 4 review n Assignment 5 preview Problem 6.14 Structural Model Structural Model (cont.) Problem 6.15
5

Problem 6.14 Structural Model · PDF file7-10 Verilog module an 8-input priority encoder using case:. ... write a Verilog model for a Hamming error-correcting decoder for a 72-bit

Mar 06, 2018

Download

Documents

vuquynh
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Problem 6.14 Structural Model · PDF file7-10 Verilog module an 8-input priority encoder using case:. ... write a Verilog model for a Hamming error-correcting decoder for a 72-bit

EE260: Digital Design, Spring 2018 11-Mar-18

Assignment review 1

EE 260: Introduction toDigital Design

Assignment Reviews

Yao ZhengDepartment of Electrical Engineering

University of Hawaiʻi at Mānoa

Overview

n Assignment 4 reviewn Assignment 5 preview

Problem 6.14 Structural Model

Structural Model (cont.) Problem 6.15

Page 2: Problem 6.14 Structural Model · PDF file7-10 Verilog module an 8-input priority encoder using case:. ... write a Verilog model for a Hamming error-correcting decoder for a 72-bit

EE260: Digital Design, Spring 2018 11-Mar-18

Assignment review 2

Instantiation Instantiation

Problem 6.18 Problem 6.19

Verilog Taskn Verilog function: a subroutine that

produces one outputn Verilog task: a subroutine that does not

return a result

Verilog Task

Page 3: Problem 6.14 Structural Model · PDF file7-10 Verilog module an 8-input priority encoder using case:. ... write a Verilog model for a Hamming error-correcting decoder for a 72-bit

EE260: Digital Design, Spring 2018 11-Mar-18

Assignment review 3

Problem 7.19

Problem 7.26

Overview

n Assignment 4 reviewn Assignment 5 preview

Problem 7.10

Page 4: Problem 6.14 Structural Model · PDF file7-10 Verilog module an 8-input priority encoder using case:. ... write a Verilog model for a Hamming error-correcting decoder for a 72-bit

EE260: Digital Design, Spring 2018 11-Mar-18

Assignment review 4

MSI Comparator : 74x85 Problem 7.11

Parameterized ModuleParameterized Module

Problem 7.4 Problem 7.37

Page 5: Problem 6.14 Structural Model · PDF file7-10 Verilog module an 8-input priority encoder using case:. ... write a Verilog model for a Hamming error-correcting decoder for a 72-bit

EE260: Digital Design, Spring 2018 11-Mar-18

Assignment review 5

Problem 7.38