mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-26 18:45:34 +00:00
Docs: updating to current 'master'
Pulling for #4133 and removing related TODO.
This commit is contained in:
commit
65bb0d3059
103 changed files with 2513 additions and 646 deletions
|
@ -127,8 +127,6 @@ Our ``addr_gen`` circuit now looks like this:
|
|||
|
||||
``addr_gen`` module after :cmd:ref:`hierarchy`
|
||||
|
||||
.. TODO:: pending https://github.com/YosysHQ/yosys/pull/4133
|
||||
|
||||
Simple operations like ``addr + 1`` and ``addr == MAX_DATA-1`` can be extracted
|
||||
from our ``always @`` block in :ref:`addr_gen-v`. This gives us the highlighted
|
||||
``$add`` and ``$eq`` cells we see. But control logic (like the ``if .. else``)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue