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