Question

1. i. Design and test a 3-to-8 decoder with active-low outputs using VHDL/HDL. Demonstrate your outputs in the BASYS board. (
0 0
Add a comment Improve this question Transcribed image text
Answer #1

3 to 8 de woder:- 3 T 3 to 8 decoder - dec-out fig: Block diagram Input li[a] io ilo] output dec-out dec-out decout del-out dwhen 000=) dec-out <= 0; when 001 >> dec-out <= HOI; when 010 => dec-out <= 11111011; when woll = dec-out <= 1

bogin -- Instantiate the UUT weets 3 to 8 dec port map( i=) i; dec-out =) dec-out Ji -- Stimulus process Slim process: proces

  • In the 3 to 8 decoder the 3 inputs are decoded into 8 outputs(active low).
  • 3 inputs are i[2],i[1],i[0] and 8 outputs are dec_out[7] through dec_out[0].
  • Based on input combination one among 8 is selected as output.
  • Suppose input is 000 then dec_out[7]=0(since active low output is required its 0) is selected as output
  • Other combinations are shown in the truth table in the image above with the VHDL codes
Add a comment
Know the answer?
Add Answer to:
1. i. Design and test a 3-to-8 decoder with active-low outputs using VHDL/HDL. Demonstrate your outputs...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT