pyuvm._error_classes
Module Contents
API
- exception pyuvm._error_classes.UVMError
Bases:
ExceptionAll UVM Errors
Initialization
Initialize self. See help(type(self)) for accurate signature.
- exception pyuvm._error_classes.UVMNotImplemented
Bases:
pyuvm._error_classes.UVMErrorFor methods that we haven’t yet implemented.
Initialization
Initialize self. See help(type(self)) for accurate signature.
- exception pyuvm._error_classes.UsePythonMethod
Bases:
pyuvm._error_classes.UVMErrorFor cases where the user should use a Python method rather than a UVM method.
Initialization
Initialize self. See help(type(self)) for accurate signature.
- exception pyuvm._error_classes.UVMFactoryError
Bases:
pyuvm._error_classes.UVMErrorFor cases where a type is not registered with the factory
Initialization
Initialize self. See help(type(self)) for accurate signature.
- exception pyuvm._error_classes.UVMTLMConnectionError
Bases:
pyuvm._error_classes.UVMErrorFor problems connecting TLM
Initialization
Initialize self. See help(type(self)) for accurate signature.
- exception pyuvm._error_classes.UVMBadPhase
Bases:
pyuvm._error_classes.UVMErrorErrors in phasing
Initialization
Initialize self. See help(type(self)) for accurate signature.
- exception pyuvm._error_classes.UVMSequenceError
Bases:
pyuvm._error_classes.UVMErrorErrors using sequences
Initialization
Initialize self. See help(type(self)) for accurate signature.
- exception pyuvm._error_classes.UVMConfigError
Bases:
pyuvm._error_classes.UVMErrorErrors using the config_db
Initialization
Initialize self. See help(type(self)) for accurate signature.
- exception pyuvm._error_classes.UVMConfigItemNotFound
Bases:
pyuvm._error_classes.UVMErrorCouldn’t find something in config_db
Initialization
Initialize self. See help(type(self)) for accurate signature.
- exception pyuvm._error_classes.UVMFatalError
Bases:
pyuvm._error_classes.UVMErrorUsed to dump out of the testbench
Initialization
Initialize self. See help(type(self)) for accurate signature.