Typedef err_type_e
typedef enum logic [1:0] { BUS_READ, BUS_WRITE, BACKEND, ND_MIDEND } err_type_e;
Error Type
-
BUS_READ
: Error happened during a manager bus read -
BUS_WRITE
: Error happened during a manager bus write -
BACKEND
: Internal error to the backend; currently only transfer length == 0 -
ND_MIDEND
: Internal error to the nd-midend; currently all number of repetitions arezero