1. [Characteristic Equation of Flip Flop] An SR flip flop has the following truth table:
S
|
R
|
Q(t+1)
|
0
|
0
|
Q(t)
|
0
|
1
|
0
|
I
|
0
|
I
|
1
|
1
|
X
|
a) Derive the characteristic equation of the flip flop.
b) Write the VHDL code (libraries, entity. architecture) that implements the flip flop. Make sure that you turn in a typed version of the program, with comments.
Note that the flip flop should have the following input/output configuration (including the 4):