diff --git a/amaranth/sim/core.py b/amaranth/sim/core.py index 67003d1..25e5a49 100644 --- a/amaranth/sim/core.py +++ b/amaranth/sim/core.py @@ -88,7 +88,7 @@ class Simulator: yield from process() self._engine.add_coroutine_process(wrapper, default_cmd=None) - @deprecated("The `add_sync_process` method is deprecated per RFC 47. Use `add_process` or `add_testbench` instead.") + @deprecated("The `add_sync_process` method is deprecated per RFC 27. Use `add_process` or `add_testbench` instead.") def add_sync_process(self, process, *, domain="sync"): process = self._check_process(process) def wrapper():