python2verilog.exceptions package¶
Module contents¶
Exceptions
- exception StaticTypingError(*args: object)[source]¶
Bases:
Exception
Variable changed type dynamically. Currently requires strongly typed variables.
- exception TypeInferenceError(name: str)[source]¶
Bases:
Exception
Type inferrence failed, either use the function in code or provide type hints