From 5226d0772125f136a30290e4e3a66c3064d840d7 Mon Sep 17 00:00:00 2001 From: passingglance <75091815+passingglance@users.noreply.github.com> Date: Sun, 11 Feb 2024 23:59:07 -0800 Subject: [PATCH] Update CHAPTER_CellLib.rst Fix parameter name to \WIDTH for $tribuf cell. --- docs/source/CHAPTER_CellLib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/CHAPTER_CellLib.rst b/docs/source/CHAPTER_CellLib.rst index 3b6f1b4d3..70a0e2150 100644 --- a/docs/source/CHAPTER_CellLib.rst +++ b/docs/source/CHAPTER_CellLib.rst @@ -195,7 +195,7 @@ from ``\S`` is set the output is undefined. Cells of this type are used to model by an optimization). The ``$tribuf`` cell is used to implement tristate logic. Cells of this type -have a ``\B`` parameter and inputs ``\A`` and ``\EN`` and an output ``\Y``. The +have a ``\WIDTH`` parameter and inputs ``\A`` and ``\EN`` and an output ``\Y``. The ``\A`` input and ``\Y`` output are ``\WIDTH`` bits wide, and the ``\EN`` input is one bit wide. When ``\EN`` is 0, the output is not driven. When ``\EN`` is 1, the value from ``\A`` input is sent to the ``\Y`` output. Therefore, the