From 6e6439513cc00ddf325464f6fccee68da238e604 Mon Sep 17 00:00:00 2001 From: mohanad0mohamed Date: Tue, 26 Jul 2022 10:51:36 +0200 Subject: [PATCH] Removing redundant files --- docs/index.rst | 1 - docs/naming.rst | 45 --------------------------------------------- 2 files changed, 46 deletions(-) delete mode 100644 docs/naming.rst diff --git a/docs/index.rst b/docs/index.rst index 479a202..ee28238 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,7 +8,6 @@ Welcome to GlobalFoundries 0.18UM 3.3V/(5V)6V MCU PDK's documentation! .. toctree:: :hidden: - naming digital/Digital analog/Analog IPs/ips diff --git a/docs/naming.rst b/docs/naming.rst deleted file mode 100644 index 5970fe6..0000000 --- a/docs/naming.rst +++ /dev/null @@ -1,45 +0,0 @@ -Libraries Naming -================= - - -Libraries in the GF180MCU PDK are named using the following scheme; - - :lib_process:`` _ :lib_src:`` _ :lib_type:`` [_ :lib_name:``] - -All sections are **lower case** and separated by an **underscore**. All sections must start with an alpha character (they must not start with a number). - -The sections are; - -- The :lib_process:`Process name` in is the name of the process technology, for this PDK it is always gf180mcu. - -- The :lib_src:`Library Source Abbreviations` is a short abbreviation for who created and is responsible for the library. The table below shows the current list of :lib_src:`Library Source Abbreviations`; - - +----------------------------+----------------------------------------+ - | Library Source | :lib_src:`Library Source Abbreviation` | - +============================+========================================+ - | Technology's foundry | :lib_src:`fd` | - +----------------------------+----------------------------------------+ - | Efabless | :lib_src:`ef` | - +----------------------------+----------------------------------------+ - | Oklahoma State University | :lib_src:`osu` | - +----------------------------+----------------------------------------+ - -- The :lib_type:`Library Type Abbreviation` is a short two letter abbreviation for the type of content found in the library. The table below shows the current list of :lib_type:`Library Type Abbreviations`; - - +--------------------------------+---------------------------------------+ - | Library Type | :lib_type:`Library Type Abbreviation` | - +================================+=======================================+ - | Primitive Cells | :lib_type:`pr` | - +--------------------------------+---------------------------------------+ - | Digital Standard Cells | :lib_type:`sc` | - +--------------------------------+---------------------------------------+ - | Build Space (Flash, SRAM, etc) | :lib_type:`bd` | - +--------------------------------+---------------------------------------+ - | IO and Periphery | :lib_type:`io` | - +--------------------------------+---------------------------------------+ - | IP / Macro | :lib_type:`ip` | - +--------------------------------+---------------------------------------+ - | Miscellaneous | :lib_type:`xx` | - +--------------------------------+---------------------------------------+ - -- The :lib_name:`Library Name` is an optional short abbreviated name used when there are multiple libraries of a given type released from a single :lib_src:`library source`. If only one library of a given type is going to ever be released, this can be left out.