Skip to content

Commit

Permalink
Docs: Add todos from JF
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Sep 3, 2024
1 parent 268c0b8 commit 97b0591
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/source/cell/word_binary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@
Binary operators
~~~~~~~~~~~~~~~~

.. todo:: Add detail on ``$*x`` cells, `$eqx`, `$nex`, `$bweqx`, `$shiftx`
.. todo:: 'x' aware warning

some passes will treat cell as the non 'x' aware cell, i.e. synthesis; `$eqx`
`$nex` `$bweqx`

.. todo:: 'x' output

shiftx, div, mod, pmux (less-so) can produce 'x' output even if all inputs
are defined

.. todo:: `$eqx` is the case equality operator

All binary RTL cells have two input ports ``A`` and ``B`` and one output port
``Y``. They also have the following parameters:
Expand Down

0 comments on commit 97b0591

Please sign in to comment.