From 00050833ef2d7f83f9e01c40fee5697a7fafdc61 Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Tue, 3 Sep 2024 12:03:57 +1200 Subject: [PATCH] Docs: Add gate_other page Drop word_other block since it raises a warning, which will cause the RTDs build to fail. --- docs/source/cell/gate_other.rst | 8 ++++++++ docs/source/cell_gate.rst | 12 +----------- docs/source/cell_word.rst | 9 +-------- 3 files changed, 10 insertions(+), 19 deletions(-) create mode 100644 docs/source/cell/gate_other.rst diff --git a/docs/source/cell/gate_other.rst b/docs/source/cell/gate_other.rst new file mode 100644 index 000000000..bac26094e --- /dev/null +++ b/docs/source/cell/gate_other.rst @@ -0,0 +1,8 @@ +Other gate-level cells +---------------------- + +.. autocellgroup:: gate_other + :caption: Other gate-level cells + :members: + :source: + :linenos: diff --git a/docs/source/cell_gate.rst b/docs/source/cell_gate.rst index e6fab4c1f..4ff38ec5e 100644 --- a/docs/source/cell_gate.rst +++ b/docs/source/cell_gate.rst @@ -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 diff --git a/docs/source/cell_word.rst b/docs/source/cell_word.rst index 3c87d9913..bfb14f510 100644 --- a/docs/source/cell_word.rst +++ b/docs/source/cell_word.rst @@ -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