mirror of https://github.com/YosysHQ/yosys.git
Docs: Add todos from JF
This commit is contained in:
parent
00050833ef
commit
217c2a15dd
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue