Skip to content

Commit 9ed83b6

Browse files
polymerizedsagewhitequark
authored andcommitted
sim.core: correct deprecation warning
1 parent 6ce8284 commit 9ed83b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amaranth/sim/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def wrapper():
8888
yield from process()
8989
self._engine.add_coroutine_process(wrapper, default_cmd=None)
9090

91-
@deprecated("The `add_sync_process` method is deprecated per RFC 47. Use `add_process` or `add_testbench` instead.")
91+
@deprecated("The `add_sync_process` method is deprecated per RFC 27. Use `add_process` or `add_testbench` instead.")
9292
def add_sync_process(self, process, *, domain="sync"):
9393
process = self._check_process(process)
9494
def wrapper():

0 commit comments

Comments
 (0)