File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -222,9 +222,8 @@ class TickTrigger:
222
222
A trigger that wakes up the caller when the active edge of a clock domain occurs or the domain
223
223
is asynchronously reset.
224
224
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.
228
227
229
228
The :meth:`SimulatorContext.tick` method creates a tick trigger with an empty list of sampled
230
229
expressions, and the :meth:`TickTrigger.sample` method creates a tick trigger based on another
You can’t perform that action at this time.
0 commit comments