HW 1
HW 1
HW #1
Due: Thursday 1/15/09
1. Develop a Verilog model for a seven-segment control module that takes a 4-bit binary
input (i.e, a hex digit) and shows the value on two seven-segments displays. The
second seven-segment is only used when the input is larger than or equal to 10.
2. Develop a Verilog model for a tester module that validates the functionality of your
seven-segment controller of problem 1. Test the controller with the numbers 0, 4, 5,
10, 14 and 15.