1- Design a sequential circuit that shows the latency of the following function on the 7-segments displays in terms of the number of clock cycles.


float arith_expression(float a, float b) {
 return a*b+ a + b;
}