Typedef
check_e
typedef enum logic [1:0] { ReadCheck = 2'd0, BRespCheck = 2'd1, RRespCheck = 2'd2 } check_e;