Typedef error_cap_e
typedef enum logic [0:0] { NO_ERROR_HANDLING, ERROR_HANDLING } error_cap_e;
Error Handling Capabilities
-
NO_ERROR_HANDLING
: No error handling hardware is present -
ERROR_HANDLING
: Error handling hardware is present
typedef enum logic [0:0] { NO_ERROR_HANDLING, ERROR_HANDLING } error_cap_e;
Error Handling Capabilities
NO_ERROR_HANDLING
: No error handling hardware is present
ERROR_HANDLING
: Error handling hardware is present