We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DriverConflict
Exception
UserWarning
1 parent 14929b9 commit 4b49284Copy full SHA for 4b49284
amaranth/hdl/_ir.py
@@ -26,7 +26,7 @@ class Elaboratable(_unused.MustUse):
26
_MustUse__warning = UnusedElaboratable
27
28
29
-class DriverConflict(UserWarning):
+class DriverConflict(Exception):
30
pass
31
32
0 commit comments