hdl._ir: derive DriverConflict
from Exception
instead of UserWarning
.
This commit is contained in:
parent
14929b9499
commit
4b49284ccb
|
@ -26,7 +26,7 @@ class Elaboratable(_unused.MustUse):
|
|||
_MustUse__warning = UnusedElaboratable
|
||||
|
||||
|
||||
class DriverConflict(UserWarning):
|
||||
class DriverConflict(Exception):
|
||||
pass
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue