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)