Refer to the code given below, which kind of circuit is implemented?
PROCESS
BEGIN
WAIT ON X, Y;
Z < = X and Y;
END PROCESS;1
Combinational
2
Synchronous sequential
3
Asynchronous sequential
4
State machine
Refer to the code given below, which kind of circuit is implemented?
PROCESS
BEGIN
WAIT ON X, Y;
Z < = X and Y;
END PROCESS;