diff --git a/amaranth/hdl/ast.py b/amaranth/hdl/ast.py index 45941e6..7655d8a 100644 --- a/amaranth/hdl/ast.py +++ b/amaranth/hdl/ast.py @@ -604,7 +604,7 @@ class Value(metaclass=ABCMeta): @abstractmethod def _rhs_signals(self): - pass # :nocov: + raise NotImplementedError # :nocov: @final