mirror of https://github.com/YosysHQ/yosys.git
Docs: Add gate_other page
Drop word_other block since it raises a warning, which will cause the RTDs build to fail.
This commit is contained in:
parent
5473b60aec
commit
00050833ef
|
@ -0,0 +1,8 @@
|
|||
Other gate-level cells
|
||||
----------------------
|
||||
|
||||
.. autocellgroup:: gate_other
|
||||
:caption: Other gate-level cells
|
||||
:members:
|
||||
:source:
|
||||
:linenos:
|
|
@ -23,14 +23,4 @@ file via ABC using the abc pass.
|
|||
/cell/gate_comb_combined
|
||||
/cell/gate_reg_ff
|
||||
/cell/gate_reg_latch
|
||||
|
||||
.. TODO:: Find a home for `$_TBUF_`
|
||||
|
||||
.. this should raise a warning, otherwise there are gate-level cells without a
|
||||
'group' tag
|
||||
|
||||
.. autocellgroup:: gate_other
|
||||
:caption: Other gate-level cells
|
||||
:members:
|
||||
:source:
|
||||
:linenos:
|
||||
/cell/gate_other
|
||||
|
|
|
@ -29,11 +29,4 @@ Simulation models for the RTL cells can be found in the file
|
|||
/cell/word_debug
|
||||
/cell/word_wire
|
||||
|
||||
.. this should raise a warning, otherwise there are word-level cells without a
|
||||
'group' tag
|
||||
|
||||
.. autocellgroup:: word_other
|
||||
:caption: Other word-level cells
|
||||
:members:
|
||||
:source:
|
||||
:linenos:
|
||||
.. todo:: Add check for unexpected ``word_other`` cells
|
||||
|
|
Loading…
Reference in New Issue