mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-26 10:35:38 +00:00
Some tidy up
This commit is contained in:
parent
685da6a2e5
commit
e2c0f8fc50
10 changed files with 28 additions and 21 deletions
|
@ -409,7 +409,9 @@ multiplexers.
|
|||
In more complex examples (e.g. asynchronous resets) the part of the
|
||||
``RTLIL::CaseRule``/``RTLIL::SwitchRule`` tree that describes the asynchronous
|
||||
reset must first be transformed to the correct ``RTLIL::SyncRule`` objects. This
|
||||
is done by the :cmd:ref:`proc_adff` pass.
|
||||
is done by the ``proc_adff`` pass.
|
||||
|
||||
.. todo:: The ``proc_adff`` pass doesn't exist anymore?
|
||||
|
||||
The ProcessGenerator algorithm
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue