From 3cdbb021d57bd7debc5c9cb5d80f659d23296c86 Mon Sep 17 00:00:00 2001 From: Ken Shirriff Date: Sat, 3 Oct 2020 12:10:16 -0700 Subject: [PATCH] Update tile_type.rst Replace typo PIN_NAME with PIP_NAME. Also minor typo fixes. Signed-off-by: Ken Shirriff --- docs/dev_database/common/tile_type.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/dev_database/common/tile_type.rst b/docs/dev_database/common/tile_type.rst index e904a455..84f33874 100644 --- a/docs/dev_database/common/tile_type.rst +++ b/docs/dev_database/common/tile_type.rst @@ -86,11 +86,11 @@ The :term:`tile ` type files are JSON files with the following shape:: ^^^^^^^^^^^^^^ The "pips" section describes all :term:`PIPs ` in the :term:`tile `. -Every :term:`PIP ` has its name - ``""`` and may be +Every :term:`PIP ` has its name - ``""`` and may be characterized by the following attributes: - ``can_invert`` - takes a value which can be either **1** or **0**. - It defines whether the :term:`PIP ` has an inverter on it's output or not. + It defines whether the :term:`PIP ` has an inverter on its output or not. - ``dst_to_src`` - information about the connection in the direction from destination to source. It describes the following properties of the connection: @@ -129,7 +129,7 @@ Every :term:`site ` may be characterized by the following attributes: - ``prefix`` - the type of the :term:`site ` - ``site_pins`` - describes the pins that belong to the :term:`site `. - Every pin has it's name - ```` and may be described + Every pin has its name - ```` and may be described by the following attributes: - ``cap`` - pin capacitance in uF (microfarads). @@ -152,7 +152,7 @@ Every :term:`site ` may be characterized by the following attributes: ^^^^^^^^^^^^^^^ The "wires" section describes the wires located in the :term:`tile `. -Every wire has it's name - ```` and may be characterized +Every wire has its name - ```` and may be characterized by the following attributes: - ``cap`` - wire capacitance in uF (microfarads)