Skip to content

Commit b5f55ef

Browse files
wanda-phiwhitequark
authored andcommitted
docs/changes: mention deprecation of pre-RFC 36 simulator interface.
1 parent 563f869 commit b5f55ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/changes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ Toolchain changes
182182
* Changed: :meth:`Simulator.run_until <amaranth.sim.Simulator.run_until>` always runs the simulation until the given deadline, even when no critical processes or testbenches are present.
183183
* Deprecated: :py:`Settle` simulation command. (`RFC 27`_)
184184
* Deprecated: :py:`Simulator.add_sync_process`. (`RFC 27`_)
185+
* Deprecated: generator-based simulation processes and testbenches. (`RFC 36`_)
185186
* Deprecated: the :py:`run_passive` argument to :meth:`Simulator.run_until <amaranth.sim.Simulator.run_until>` has been deprecated, and does nothing.
186187
* Removed: (deprecated in 0.4) use of mixed-case toolchain environment variable names, such as ``NMIGEN_ENV_Diamond`` or ``AMARANTH_ENV_Diamond``; use upper-case environment variable names, such as ``AMARANTH_ENV_DIAMOND``.
187188

0 commit comments

Comments
 (0)