mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-09 15:43:25 +00:00
Correcting plurals
This commit is contained in:
parent
a8b2525b08
commit
bad8dba2cd
4 changed files with 18 additions and 18 deletions
|
@ -187,7 +187,7 @@ all cells and signals that are used to generate the signal ``sum``. The ``%ci``
|
|||
action can be used to select the input cones of all object in the top selection
|
||||
in the stack maintained by the :cmd:ref:`select` command.
|
||||
|
||||
As with the ``%x`` action, this commands broadens the selection by one "step".
|
||||
As with the ``%x`` action, these commands broaden the selection by one "step".
|
||||
But this time the operation only works against the direction of data flow. That
|
||||
means, wires only select cells via output ports and cells only select wires via
|
||||
input ports.
|
||||
|
@ -329,7 +329,7 @@ Similar to ``%ci`` exists an action ``%co`` to select output cones that accepts
|
|||
the same syntax for pattern and repetition. The ``%x`` action mentioned
|
||||
previously also accepts this advanced syntax.
|
||||
|
||||
This actions for traversing the circuit graph, combined with the actions for
|
||||
These actions for traversing the circuit graph, combined with the actions for
|
||||
boolean operations such as intersection (``%i``) and difference (``%d``) are
|
||||
powerful tools for extracting the relevant portions of the circuit under
|
||||
investigation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue