Question: LAB 1 0 Part ( A ) : ( 5 0 pts ) Implement a 4 - bit - binary - to - decimal converter
LAB
PartA : pts Implement a bitbinarytodecimal converter on an FPGA board. Use input
switches for a binary input. The corresponding decimal number should be displayed on a segment
display. For example, an input of should be displayed as on the display. Figure shows the
blocks and inputoutput ports that are needed for this assignment.
A 'Constant' block gives an output of or either as a single bit or as a vector. This is used to
give a fixed input.
is a binarytoBCD converter chip.
A 'Concat' block concatenates multiple vectors and single bits into one large vector.
A 'secdisplay' block is a BCDtosevensegment decoder. input takes the bit BCD input.
Connect a reset input to its reset and a clock clk signal to its clk Examine the effect of reset
after programming the board. an: seg: and dp are used in the constraint file.
Note: Do not forget to activate the necessary ports in the constraint xdc file.
Figure Blocks and IO ports needed for a bitbinarytodecimal converter.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
