From 4905e694abe15f5774b91adb5020c8a12ec7154a Mon Sep 17 00:00:00 2001 From: tangxifan Date: Wed, 18 Sep 2024 21:59:06 -0700 Subject: [PATCH] [doc] typo --- docs/source/manual/arch_lang/circuit_model_examples.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/manual/arch_lang/circuit_model_examples.rst b/docs/source/manual/arch_lang/circuit_model_examples.rst index a2a64715c..5bc928c6c 100644 --- a/docs/source/manual/arch_lang/circuit_model_examples.rst +++ b/docs/source/manual/arch_lang/circuit_model_examples.rst @@ -639,7 +639,7 @@ Standard Cell Multiplexer -This example shows (see an illustative example in :numref:`fig_stdcellmux`(a)): +This example shows (see an illustative example in :numref:`fig_stdcellmux` (a)): - A tree-like 4-input CMOS multiplexer built by the standard cell ``MUX2`` - All the inputs will be buffered using the circuit model ``inv1x`` - All the outputs will be buffered using the circuit model ``tapbuf4`` @@ -660,7 +660,7 @@ Alternatively, user can specify a different standard cell MUX2 at the last stage -This example shows (see an illustative example in :numref:`fig_stdcellmux`(b)): +This example shows (see an illustative example in :numref:`fig_stdcellmux` (b)): - A tree-like 4-input CMOS multiplexer built by the standard cell ``MUX2`` - The last stage A tree-like 4-input CMOS multiplexer built by the standard cell ``MUX2`` - All the inputs will be buffered using the circuit model ``inv1x``