The objective of this exercise is to display a character on a 7-segment display using the knowledge gained in lab 2. The specific character displayed depends on a two-bit input. Figure 2 shows a 7-segment decoder module that has the two-bit input cico. This decoder produces seven outputs that are used to display a character on a 7-segment display. Table 1 lists the characters that should be displayed for each valuation of cico for your Arty board. The seven segments in the display are identified by the indices 0 to 6 (a to g) shown in Figure 2. Each segment is illuminated by driving it to the logic value 1. Write a Verilog code that implements logic functions to activate each of the seven segments per Table 1.