diff --git a/docs/internals.rst b/docs/internals.rst index 0bea6adc7..39a01048e 100644 --- a/docs/internals.rst +++ b/docs/internals.rst @@ -1656,7 +1656,7 @@ field in the section below. +---------------+--------------------------------------------------------+ | ``1:2:`` | The hierarchy of the ``VAR`` is the ``op2p`` | | | pointer under the ``MODULE``, which in turn is the | -| | ``op1p`` pointer under the ``NETLIST`` | +| | ``op1p`` pointer under the ``NETLIST``. | +---------------+--------------------------------------------------------+ | ``VAR`` | The AstNodeType (e.g. ``AstVar``). | +---------------+--------------------------------------------------------+ @@ -1670,7 +1670,7 @@ field in the section below. | | and "aa" the 27th. Then line 22 in that file, then | | | column 8 (aa=0, az=25, ba=26, ...). | +---------------+--------------------------------------------------------+ -| ``@dt=0x...`` | The address of the data type this node contains. | +| ``@dt=0x...`` | The address of the data type this node references. | +---------------+--------------------------------------------------------+ | ``w32`` | The data-type width() is 32 bits. | +---------------+--------------------------------------------------------+ @@ -1678,7 +1678,7 @@ field in the section below. | | variable. | +---------------+--------------------------------------------------------+ | ``[O]`` | Flags which vary with the type of node, in this | -| | case, it means the variable is an output. | +| | case of a VAR, it means the variable is an output. | +---------------+--------------------------------------------------------+ In more detail, the following fields are dumped common to all nodes. They