Source code for hwt.serializer.exceptions


[docs]class SerializerException(Exception): pass
[docs]class UnsupportedEventOpErr(SerializerException): """ Target HDL can not use event operator in this context, it usually has to be replaced by correct expression of sensitivity list """