mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-25 10:05:33 +00:00
Tidy/reflow some things
This commit is contained in:
parent
2c75b103d6
commit
4b40372446
10 changed files with 433 additions and 443 deletions
|
@ -99,14 +99,14 @@ Selections intro
|
|||
~~~~~~~~~~~~~~~~
|
||||
|
||||
Most commands can operate not only on the entire design but also specifically on
|
||||
selected parts of the design. For example the command dump will print all
|
||||
selected objects in the current design while dump foobar will only print the
|
||||
module foobar and dump \* will print the entire design regardless of the current
|
||||
selection.
|
||||
selected parts of the design. For example the command ``dump`` will print all
|
||||
selected objects in the current design while ``dump foobar`` will only print the
|
||||
module ``foobar`` and ``dump *`` will print the entire design regardless of the
|
||||
current selection.
|
||||
|
||||
.. code:: yoscrypt
|
||||
|
||||
dump */t:$add %x:+[A] \*/w:\* %i
|
||||
dump */t:$add %x:+[A] */w:* %i
|
||||
|
||||
The selection mechanism is very powerful. For example the command above will
|
||||
print all wires that are connected to the ``\A`` port of a ``$add`` cell.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue