Design a BCD to 7-segment decoder using Verilog behavioral modeling (Always block). One
of the inputs to this circuit is the BCD number. The eight outputs are the various segments of the display
(including the decimal point). For this design, modify your decoder to include the alpha characters A-F.
You design should work as follows.