Skip to content

Commit 98d4e82

Browse files
committed
wip
1 parent 79d3983 commit 98d4e82

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

amaranth/sim/_async.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,8 @@ class TickTrigger:
222222
A trigger that wakes up the caller when the active edge of a clock domain occurs or the domain
223223
is asynchronously reset.
224224
225-
A :class:`TickTrigger` is an immutable object that stores a reference to a clock domain (either
226-
directly to a :class:`~.hdl.ClockDomain` object, or indirectly via the name of the clock domain
227-
and the context in which it is defined), as well as a list of expressions to sample.
225+
A :class:`TickTrigger` is an immutable object that stores a reference to a clock domain and
226+
a list of expressions to sample.
228227
229228
The :meth:`SimulatorContext.tick` method creates a tick trigger with an empty list of sampled
230229
expressions, and the :meth:`TickTrigger.sample` method creates a tick trigger based on another

0 commit comments

Comments
 (0)