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_comb_combined
|
||||||
/cell/gate_reg_ff
|
/cell/gate_reg_ff
|
||||||
/cell/gate_reg_latch
|
/cell/gate_reg_latch
|
||||||
|
/cell/gate_other
|
||||||
.. 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:
|
|
||||||
|
|
|
@ -29,11 +29,4 @@ Simulation models for the RTL cells can be found in the file
|
||||||
/cell/word_debug
|
/cell/word_debug
|
||||||
/cell/word_wire
|
/cell/word_wire
|
||||||
|
|
||||||
.. this should raise a warning, otherwise there are word-level cells without a
|
.. todo:: Add check for unexpected ``word_other`` cells
|
||||||
'group' tag
|
|
||||||
|
|
||||||
.. autocellgroup:: word_other
|
|
||||||
:caption: Other word-level cells
|
|
||||||
:members:
|
|
||||||
:source:
|
|
||||||
:linenos:
|
|
||||||
|
|
Loading…
Reference in New Issue