Typedef eh_action_e
typedef enum logic [0:0] { CONTINUE, ABORT } eh_action_e;
Error Handling Action
-
CONTINUE
: The current 1D transfer will just be continued -
ABORT
: The current 1D transfer will be aborted
typedef enum logic [0:0] { CONTINUE, ABORT } eh_action_e;
Error Handling Action
CONTINUE
: The current 1D transfer will just be continued
ABORT
: The current 1D transfer will be aborted