Question: 3. [2 pts] Use a VHDL when or with-select statement to implement a 3-to-8 binary decoder. Assume a 3-bit bus I is used as the
3. [2 pts] Use a VHDL when or with-select statement to implement a 3-to-8 binary decoder. Assume a 3-bit bus "I" is used as the input and an 8-bit bus "Y" is used as the output. 4. 1 pt Suppose an enable input is added to the 3-to-8 decoder from prelab problem 3. The enable input operates in the following manner: if enables 1', then the decoder will operate normally, otherwise, if enable-V', then all outputs will be 'o". How must you change your VHDL code in order to correctly add and implement this enable signal? Please explain (you do not need to write the new VHDL code) Hint: You may want to revisit the lecture slides on std_logic_vectors to see how you can manipulate bits
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
