Question: Using Vivado, in VHDL code, Design a combinational circuit for 8-bit BCD-to-binary conversion. The input 8 bits represent a 2 digit BCD number, and the
Using Vivado, in VHDL code, Design a combinational circuit for 8-bit BCD-to-binary conversion. The input 8 bits represent a 2 digit BCD number, and the output 8 bits represent the corresponding binary number. For example, if the input is 00110011, it represents a BCD number 33, and its corresponding binary output is 00100001.
1. Name your design entity as bcd 2 bin.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
