EE 2731 Chapter : Lab Report 5

12 views12 pages
15 Mar 2019
School
Course
Professor

Document Summary

T1 = ~q3q0eud + ~q3q1~q0e~ud + ~q3q2~q0e~ud + q3~q2~q1~q0e~ud. // additional comments: module exp_5a( input enable, input clock, input updwn, output reg q0, output reg q1, output reg q2, output reg q3 reg j0, k0, j1, k1, j2, k2, j3, k3; initial begin end. //j-k flip-flop excitation equations for q0 assign j0 = enable; assign k0 = enable; //j-k flip-flop excitation equations for q2 assign j2 = (q0 & updwn & q1 & enable) | (~q3 & q2 & ~q1 & ~q0. //j-k flip-flop excitation equations for q3 assign j3 = (updwn & enable & ((q3 & q0)| (q2 & q1 & q0))) | Enable & ~updwn) | (~q3 & q2 & ~q0 & enable & ~updwn) | (q3 & ~q2 & ~q1. & enable & ~updwn) | (q3 & ~q2 & ~q1 & ~q0 & enable & ~updwn); Q3 <= 0; else if(j3 == 0 && k3 == 1) else if(j3 == 1 && k3 == 1)

Get access

Grade+20% off
$8 USD/m$10 USD/m
Billed $96 USD annually
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
40 Verified Answers
Class+
$8 USD/m
Billed $96 USD annually
Class+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
30 Verified Answers