In: Electrical Engineering
Model a BCD to 7-Segment Decoder
(1111 1000)
Create a top-level Verilog module, named bcdto7segment_dataflow with 4-bit data input (x[3:0]),
anode enable output signals (an[3:0]), and 7-bit output (seg[6:0]) using dataflow modeling (Hint:
You will have to derive seven expressions for the 7 segments on paper). Assign appropriate logic
to an[3:0] in the model so you can display only on the right most display.