Torii Diagnostics¶
- exception torii.diagnostics.DomainError¶
A Clock Domain error
- exception torii.diagnostics.DriverConflict¶
A Multiple-driver conflict
- exception torii.diagnostics.MustUseWarning¶
The base class for unused HDL objects
- exception torii.diagnostics.NameError¶
Invalid HDL construct name
- exception torii.diagnostics.NameNotFound¶
Unable to automatically determine name
- exception torii.diagnostics.NameWarning¶
Inadvisable HDL construct name
- exception torii.diagnostics.ResourceError¶
An error with a Torii Resource
- exception torii.diagnostics.ResourceWarning¶
A warning with a Torii Resource
- exception torii.diagnostics.ToolError¶
An error from the execution of a tool
- exception torii.diagnostics.ToolNotFound¶
Unable to find a tool
- exception torii.diagnostics.ToolWarning¶
A warning from the execution of a tool
- exception torii.diagnostics.ToriiError¶
The base class for all Torii errors
- exception torii.diagnostics.ToriiSyntaxError¶
Malformed or incorrect Torii code
- exception torii.diagnostics.ToriiSyntaxWarning¶
Inadvisable or potentially unwanted behavior from Torii code
- exception torii.diagnostics.ToriiWarning¶
The base class for all Torii warnings
- exception torii.diagnostics.UnusedElaboratable¶
A constructed, but unused/unelaborated Elaboratable
- exception torii.diagnostics.UnusedProperty¶
A constructed, but unused Property
- exception torii.diagnostics.YosysError¶
An error when invoking Yosys
- exception torii.diagnostics.YosysWarning¶
A warning emitted by Yosys