Question: Modify the code of (a) Figure 4-57 Figure 4-57 (b) Figure 4-58 such that the output z is LOW only when digital_value is between 6

Modify the code of 

(a) Figure 4-57 

Figure 4-57

SUBDESIGN Figure 4-57 digital_value [3..0] ( Z ) BEGIN IF digital_value [] > 6 THEN z = VCC; ELSE z = GND;

(b) Figure 4-58 such that the output z is LOW only when digital_value is between 6 and 11 (inclusive).


Figure 4-58

ENTITY Figure 4-58 IS PORT (digital_value Z END Figure 4-58; ARCHITECTURE decision OF Figure 4-58 IS BEGIN :

SUBDESIGN Figure 4-57 digital value [ 3..0] ( Z ) BEGIN IF digital_value [] > 6 THEN z = VCC; ELSE Z = GND; END IF; : INPUT; : OUTPUT; END; -- -- -- define inputs to block define block output output a 1 output a 0

Step by Step Solution

3.42 Rating (152 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Digital Systems Principles And Application Questions!