Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP Logic gates #4

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open
  •  
  •  
  •  
60 changes: 60 additions & 0 deletions .cdsinit
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
; TIGFET10nm Open Source Predictive Process Design Kit
; Copyright (c) [2019] [Laboratory for NanoIntegrated Systems]
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions are
; met:
;
; 1. Redistributions of source code must retain the above copyright
; notice, this list of conditions and the following disclaimer.
;
; 2. Redistributions in binary form must reproduce the above copyright
; notice, this list of conditions and the following disclaimer in the
; documentation and/or other materials provided with the distribution.
;
; 3. Neither the name of the copyright holder nor the names of its
; contributors may be used to endorse or promote products derived from
; this software without specific prior written permission.
;
; THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
; "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
; LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
; A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
; HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
; SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
; LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
; DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
; THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
; (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
; OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

; Customizations can be made at the end of this file

; Load display.drf
envSetVal( "graphic" "drfPath" 'string strcat( getShellEnvVar("PDK_DIR") "/cdslib/setup/display.drf"))

; Load Bind Keys
loadi( strcat( getShellEnvVar("PDK_DIR") "/cdslib/setup/common_bindkeys.il"))

; Setup Calibre
if( getShellEnvVar("MGC_HOME") then
loadi( strcat( getShellEnvVar("MGC_HOME") "/shared/pkgs/icv/tools/queryskl/calibre.OA.skl"))
) ;if

; Load SKILL code in skill directory
loadi( strcat( getShellEnvVar("PDK_DIR") "/cdslib/skill/loadSkill.il"))

; Load default .cdsenv file
(envLoadVals ?envFile strcat( getShellEnvVar("PDK_DIR") "/cdslib/setup/cdsenv") ?tool "layout")

printf( strcat(
"---------------------------------------------------------------------------\n"
"Welcome to the TIGFET10nm Free, Open-Source Process Design Kit\n"
"\n"
"---------------------------------------------------------------------------\n"
"\n"
"Done loading TIGFET10nm_PDK customizations.\n"
))

; Comment the line below to disable auto opening of the Library Manager
ddsOpenLibManager()
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
.vscode
dump
cdlForForum
*.log
*.log.*
*.cdslck
*.cdslck.*
*.txt
*.jpg
.cadence/
*.oa-
*.bak
6 changes: 6 additions & 0 deletions Logic/.oalib
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0"?>

<Library DMSystem="oaDMFileSys">
<oaDMFileSys libReadOnly="No"
origFileSystem="Unix"/>
</Library>
41 changes: 41 additions & 0 deletions Logic/cdsinfo.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#
# This is a cdsinfo.tag file.
#
# See the "Cadence Application Infrastructure Reference Manual" for
# details on the format of this file, its semantics, and its use.
#
# The `#' character denotes a comment. Removing the leading `#'
# character from any of the entries below will activate them.
#
# CDSLIBRARY entry - add this entry if the directory containing
# this cdsinfo.tag file is the root of a Cadence library.
# CDSLIBRARY
#
# CDSLIBCHECK - set this entry to require that libraries have
# a cdsinfo.tag file with a CDSLIBRARY entry. Legal values are
# ON and OFF. By default (OFF), directories named in a cds.lib file
# do not have to have a cdsinfo.tag file with a CDSLIBRARY entry.
# CDSLIBCHECK ON
#
# DMTYPE - set this entry to define the DM system for Cadence's
# Generic DM facility. Values will be shifted to lower case.
# DMTYPE none
# DMTYPE crcs
# DMTYPE tdm
# DMTYPE sync
#
# NAMESPACE - set this entry to define the library namespace according
# to the type of machine on which the data is stored. Legal values are
# `LibraryNT' and
# `LibraryUnix'.
# NAMESPACE LibraryUnix
#
# Other entries may be added for use by specific applications as
# name-value pairs. Application documentation will describe the
# use and behaviour of these entries when appropriate.
#
# Current Settings:
#
CDSLIBRARY
DMTYPE none
NAMESPACE LibraryUnix
Binary file added Logic/data.dm
Binary file not shown.
Binary file added Logic/hiz_inverter/schematic/data.dm
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/hiz_inverter/schematic/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
sch.oa
Binary file added Logic/hiz_inverter/schematic/sch.oa
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions Logic/hiz_inverter/symbol/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
symbol.oa
Binary file added Logic/hiz_inverter/symbol/symbol.oa
Binary file not shown.
Binary file added Logic/hiz_inverter/symbol/thumbnail_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Logic/hiz_inverter_neg/layout/layout.oa
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/hiz_inverter_neg/layout/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
layout.oa
Binary file added Logic/hiz_inverter_neg/layout/thumbnail_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Logic/hiz_inverter_neg/schematic/data.dm
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/hiz_inverter_neg/schematic/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
sch.oa
Binary file added Logic/hiz_inverter_neg/schematic/sch.oa
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions Logic/hiz_inverter_neg/symbol/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
symbol.oa
Binary file added Logic/hiz_inverter_neg/symbol/symbol.oa
Binary file not shown.
Binary file added Logic/hiz_inverter_neg/symbol/thumbnail_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Logic/inverter/data.dm
Binary file not shown.
Binary file added Logic/inverter/schematic/data.dm
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/inverter/schematic/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
sch.oa
Binary file added Logic/inverter/schematic/sch.oa
Binary file not shown.
Binary file added Logic/inverter/schematic/thumbnail_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions Logic/inverter/symbol/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
symbol.oa
Binary file added Logic/inverter/symbol/symbol.oa
Binary file not shown.
Binary file added Logic/inverter/symbol/thumbnail_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Logic/inverter_low_leak/data.dm
Binary file not shown.
Binary file added Logic/inverter_low_leak/layout/layout.oa
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/inverter_low_leak/layout/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
layout.oa
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Logic/inverter_low_leak/schematic/data.dm
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/inverter_low_leak/schematic/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
sch.oa
Binary file added Logic/inverter_low_leak/schematic/sch.oa
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions Logic/inverter_low_leak/symbol/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
symbol.oa
Binary file added Logic/inverter_low_leak/symbol/symbol.oa
Binary file not shown.
Binary file added Logic/inverter_low_leak/symbol/thumbnail_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Logic/layout_quad_bare/layout/layout.oa
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/layout_quad_bare/layout/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
layout.oa
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Logic/maj3/data.dm
Binary file not shown.
Binary file added Logic/maj3/schematic/data.dm
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/maj3/schematic/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
sch.oa
Binary file added Logic/maj3/schematic/sch.oa
Binary file not shown.
Binary file added Logic/maj3/schematic/thumbnail_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions Logic/maj3/symbol/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
symbol.oa
Binary file added Logic/maj3/symbol/symbol.oa
Binary file not shown.
Binary file added Logic/maj3/symbol/thumbnail_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Logic/maj3_low_leak/data.dm
Binary file not shown.
Binary file added Logic/maj3_low_leak/schematic/data.dm
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/maj3_low_leak/schematic/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
sch.oa
Binary file added Logic/maj3_low_leak/schematic/sch.oa
Binary file not shown.
Binary file added Logic/maj3_low_leak/schematic/thumbnail_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions Logic/maj3_low_leak/symbol/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
symbol.oa
Binary file added Logic/maj3_low_leak/symbol/symbol.oa
Binary file not shown.
Binary file added Logic/maj3_low_leak/symbol/thumbnail_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Logic/min3/data.dm
Binary file not shown.
Binary file added Logic/min3/schematic/data.dm
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/min3/schematic/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
sch.oa
Binary file added Logic/min3/schematic/sch.oa
Binary file not shown.
Binary file added Logic/min3/schematic/thumbnail_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions Logic/min3/symbol/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
symbol.oa
Binary file added Logic/min3/symbol/symbol.oa
Binary file not shown.
Binary file added Logic/min3/symbol/thumbnail_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Logic/mux2_1/data.dm
Binary file not shown.
Binary file added Logic/mux2_1/schematic/data.dm
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/mux2_1/schematic/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
sch.oa
Binary file added Logic/mux2_1/schematic/sch.oa
Binary file not shown.
Binary file added Logic/mux2_1/schematic/thumbnail_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions Logic/mux2_1/symbol/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
symbol.oa
Binary file added Logic/mux2_1/symbol/symbol.oa
Binary file not shown.
Binary file added Logic/mux2_1/symbol/thumbnail_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Logic/nand/data.dm
Binary file not shown.
Binary file added Logic/nand/layout/layout.oa
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/nand/layout/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
layout.oa
Binary file added Logic/nand/layout/thumbnail_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Logic/nand/schematic/data.dm
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/nand/schematic/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
sch.oa
Binary file added Logic/nand/schematic/sch.oa
Binary file not shown.
Binary file added Logic/nand/schematic/thumbnail_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions Logic/nand/symbol/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
symbol.oa
Binary file added Logic/nand/symbol/symbol.oa
Binary file not shown.
Binary file added Logic/nand/symbol/thumbnail_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Logic/nand_low_leakage/data.dm
Binary file not shown.
Binary file added Logic/nand_low_leakage/layout/layout.oa
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/nand_low_leakage/layout/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
layout.oa
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Logic/nand_low_leakage/schematic/data.dm
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/nand_low_leakage/schematic/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
sch.oa
Binary file added Logic/nand_low_leakage/schematic/sch.oa
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions Logic/nand_low_leakage/symbol/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
symbol.oa
Binary file added Logic/nand_low_leakage/symbol/symbol.oa
Binary file not shown.
Binary file added Logic/nand_low_leakage/symbol/thumbnail_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Logic/nor/data.dm
Binary file not shown.
Binary file added Logic/nor/schematic/data.dm
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/nor/schematic/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
sch.oa
Binary file added Logic/nor/schematic/sch.oa
Binary file not shown.
Binary file added Logic/nor/schematic/thumbnail_128x128.png
2 changes: 2 additions & 0 deletions Logic/nor/symbol/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
symbol.oa
Binary file added Logic/nor/symbol/symbol.oa
Binary file not shown.
Binary file added Logic/nor/symbol/thumbnail_128x128.png
Binary file added Logic/nor_low_leakage/data.dm
Binary file not shown.
Binary file added Logic/nor_low_leakage/schematic/data.dm
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/nor_low_leakage/schematic/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
sch.oa
Binary file added Logic/nor_low_leakage/schematic/sch.oa
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/nor_low_leakage/symbol/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
symbol.oa
Binary file added Logic/nor_low_leakage/symbol/symbol.oa
Binary file not shown.
Binary file added Logic/nor_low_leakage/symbol/thumbnail_128x128.png
Binary file added Logic/tspc/data.dm
Binary file not shown.
Binary file added Logic/tspc/schematic/data.dm
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/tspc/schematic/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
sch.oa
Binary file added Logic/tspc/schematic/sch.oa
Binary file not shown.
Binary file added Logic/tspc/schematic/thumbnail_128x128.png
2 changes: 2 additions & 0 deletions Logic/tspc/symbol/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
symbol.oa
Binary file added Logic/tspc/symbol/symbol.oa
Binary file not shown.
Binary file added Logic/tspc/symbol/thumbnail_128x128.png
Binary file added Logic/two_to_four_one_cold/data.dm
Binary file not shown.
Binary file added Logic/two_to_four_one_cold/schematic/data.dm
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/two_to_four_one_cold/schematic/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
sch.oa
Binary file added Logic/two_to_four_one_cold/schematic/sch.oa
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/two_to_four_one_cold/symbol/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
symbol.oa
Binary file added Logic/two_to_four_one_cold/symbol/symbol.oa
Binary file not shown.
Binary file added Logic/two_to_four_one_cold_low_leakage/data.dm
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/two_to_four_one_cold_low_leakage/schematic/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
sch.oa
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/two_to_four_one_cold_low_leakage/symbol/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
symbol.oa
Binary file not shown.
Binary file added Logic/two_to_four_one_hot/data.dm
Binary file not shown.
Binary file added Logic/two_to_four_one_hot/schematic/data.dm
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/two_to_four_one_hot/schematic/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
sch.oa
Binary file added Logic/two_to_four_one_hot/schematic/sch.oa
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/two_to_four_one_hot/symbol/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
symbol.oa
Binary file added Logic/two_to_four_one_hot/symbol/symbol.oa
Binary file not shown.
Binary file added Logic/xnor2/data.dm
Binary file not shown.
Binary file added Logic/xnor2/schematic/data.dm
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/xnor2/schematic/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
sch.oa
Binary file added Logic/xnor2/schematic/sch.oa
Binary file not shown.
Binary file added Logic/xnor2/schematic/thumbnail_128x128.png
2 changes: 2 additions & 0 deletions Logic/xnor2/symbol/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
symbol.oa
Binary file added Logic/xnor2/symbol/symbol.oa
Binary file not shown.
Binary file added Logic/xnor2/symbol/thumbnail_128x128.png
Binary file added Logic/xor2/data.dm
Binary file not shown.
Binary file added Logic/xor2/schematic/data.dm
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/xor2/schematic/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
sch.oa
Binary file added Logic/xor2/schematic/sch.oa
Binary file not shown.
Binary file added Logic/xor2/schematic/thumbnail_128x128.png
2 changes: 2 additions & 0 deletions Logic/xor2/symbol/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
symbol.oa
Binary file added Logic/xor2/symbol/symbol.oa
Binary file not shown.
Binary file added Logic/xor2/symbol/thumbnail_128x128.png
Binary file added Logic/xor2_alt_layout/layout/layout.oa
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/xor2_alt_layout/layout/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
layout.oa
Binary file added Logic/xor2_low_leakage/data.dm
Binary file not shown.
Binary file added Logic/xor2_low_leakage/layout/layout.oa
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/xor2_low_leakage/layout/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
layout.oa
Binary file added Logic/xor2_low_leakage/schematic/data.dm
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/xor2_low_leakage/schematic/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
sch.oa
Binary file added Logic/xor2_low_leakage/schematic/sch.oa
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/xor2_low_leakage/symbol/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
symbol.oa
Binary file added Logic/xor2_low_leakage/symbol/symbol.oa
Binary file not shown.
Binary file added Logic/xor2_low_leakage/symbol/thumbnail_128x128.png
Binary file added Logic/xor3/schematic/data.dm
Binary file not shown.
2 changes: 2 additions & 0 deletions Logic/xor3/schematic/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
sch.oa
Binary file added Logic/xor3/schematic/sch.oa
Binary file not shown.
Binary file added Logic/xor3/schematic/thumbnail_128x128.png
2 changes: 2 additions & 0 deletions Logic/xor3/symbol/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
symbol.oa
Binary file added Logic/xor3/symbol/symbol.oa
Binary file not shown.
Binary file added Logic/xor3/symbol/thumbnail_128x128.png
Binary file added TIGFET10nm/INVX1_LL/data.dm
Binary file not shown.
Binary file added TIGFET10nm/INVX1_LL/layout/data.dm
Binary file not shown.
Binary file added TIGFET10nm/INVX1_LL/layout/layout.oa
Binary file not shown.
2 changes: 2 additions & 0 deletions TIGFET10nm/INVX1_LL/layout/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
layout.oa
Binary file added TIGFET10nm/INVX1_LL/layout/thumbnail_128x128.png
Binary file added TIGFET10nm/INVX1_LL/schematic/data.dm
Binary file not shown.
2 changes: 2 additions & 0 deletions TIGFET10nm/INVX1_LL/schematic/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
sch.oa
Binary file added TIGFET10nm/INVX1_LL/schematic/sch.oa
Binary file not shown.
Binary file added TIGFET10nm/INVX1_LL/schematic/thumbnail_128x128.png
2 changes: 2 additions & 0 deletions TIGFET10nm/INVX1_LL/symbol/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
symbol.oa
Binary file added TIGFET10nm/INVX1_LL/symbol/symbol.oa
Binary file not shown.
Binary file added TIGFET10nm/INVX1_LL/symbol/thumbnail_128x128.png
Binary file modified TIGFET10nm/TIGFET_3GT/layout/layout.oa
Binary file not shown.
Binary file modified TIGFET10nm/TIGFET_3GT/layout/thumbnail_128x128.png
2 changes: 2 additions & 0 deletions TIGFET10nm/TIGFET_3GT_ALT/auCdl/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
symbol.oa
Binary file added TIGFET10nm/TIGFET_3GT_ALT/auCdl/symbol.oa
Binary file not shown.
2 changes: 2 additions & 0 deletions TIGFET10nm/TIGFET_3GT_ALT/auLvs/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
symbol.oa
Binary file added TIGFET10nm/TIGFET_3GT_ALT/auLvs/symbol.oa
Binary file not shown.
Binary file added TIGFET10nm/TIGFET_3GT_ALT/data.dm
Binary file not shown.
Binary file added TIGFET10nm/TIGFET_3GT_ALT/layout/layout.oa
Binary file not shown.
2 changes: 2 additions & 0 deletions TIGFET10nm/TIGFET_3GT_ALT/layout/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
layout.oa
2 changes: 2 additions & 0 deletions TIGFET10nm/TIGFET_3GT_ALT/symbol/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
symbol.oa
Binary file added TIGFET10nm/TIGFET_3GT_ALT/symbol/symbol.oa
Binary file not shown.
Binary file added TIGFET10nm/TIGFET_3GT_ALT/veriloga/data.dm
Binary file not shown.
2 changes: 2 additions & 0 deletions TIGFET10nm/TIGFET_3GT_ALT/veriloga/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
veriloga.va
Binary file added TIGFET10nm/TIGFET_3GT_ALT/veriloga/netlist.oa
Binary file not shown.
14 changes: 14 additions & 0 deletions TIGFET10nm/TIGFET_3GT_ALT/veriloga/veriloga.va
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// VerilogA for NCSU_TechLib_FreePDK15, TIGFET_3GT, veriloga

`include "constants.vams"
`include "disciplines.vams"

module TIGFET_3GT_ALT(d,pgd,cg,pgs,s);
inout d,pgd,cg,pgs,s;
electrical d,pgd,cg,pgs,s;
parameter integer n = 4;

analog begin
I(d,s) <+ n * $table_model(V(pgd,s),V(pgs,s),V(cg,s),V(d,s), "Id_NW10n4G.tbl","1,1,1,1");
end
endmodule
Binary file added TIGFET10nm/TIGFET_GROUPED_2T/data.dm
Binary file not shown.
Binary file added TIGFET10nm/TIGFET_GROUPED_2T/layout/data.dm
Binary file not shown.
Binary file added TIGFET10nm/TIGFET_GROUPED_2T/layout/layout.oa
Binary file not shown.
2 changes: 2 additions & 0 deletions TIGFET10nm/TIGFET_GROUPED_2T/layout/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
layout.oa
Binary file added TIGFET10nm/TIGFET_GROUPED_2T/schematic/data.dm
Binary file not shown.
2 changes: 2 additions & 0 deletions TIGFET10nm/TIGFET_GROUPED_2T/schematic/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
sch.oa
Binary file added TIGFET10nm/TIGFET_GROUPED_2T/schematic/sch.oa
Binary file not shown.
2 changes: 2 additions & 0 deletions TIGFET10nm/TIGFET_GROUPED_2T/symbol/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
symbol.oa
Binary file added TIGFET10nm/TIGFET_GROUPED_2T/symbol/symbol.oa
Binary file not shown.
2 changes: 2 additions & 0 deletions TIGFET10nm/TIGFET_PCELL_SP15CP15/auCdl/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
symbol.oa
Binary file added TIGFET10nm/TIGFET_PCELL_SP15CP15/auCdl/symbol.oa
Binary file not shown.
2 changes: 2 additions & 0 deletions TIGFET10nm/TIGFET_PCELL_SP15CP15/auLvs/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
symbol.oa
Binary file added TIGFET10nm/TIGFET_PCELL_SP15CP15/auLvs/symbol.oa
Binary file not shown.
Binary file added TIGFET10nm/TIGFET_PCELL_SP15CP15/data.dm
Binary file not shown.
Binary file added TIGFET10nm/TIGFET_PCELL_SP15CP15/hspiceD/data.dm
Binary file not shown.
2 changes: 2 additions & 0 deletions TIGFET10nm/TIGFET_PCELL_SP15CP15/hspiceD/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
spice.spc
Binary file not shown.
8 changes: 8 additions & 0 deletions TIGFET10nm/TIGFET_PCELL_SP15CP15/hspiceD/spice.spc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
* "spice" description for "TIGFET10nm", "TIGFET_PCELL_SP15CP15", "hSpiceD"


simulator lang=spice

.SUBCKT TIGFET_PCELL_SP15CP15 d pgd cg pgs s Cch_pg = 2.0763e-17 Cch_cg = 2.0763e-17 Cof_spg = 6.9637e-18 Cof_cgpg = 3.1661e-18 Cside_spgs = 5.3932e-18 Cside_scg = 3.4529e-18 Cside_spgd = 2.9376e-18 Cside_cgpg = 4.5154e-18 Cside_pgpg = 3.2916e-18 Cif_spgs = 3.4267e-18 Cif_scg = 1.4277e-18 Cif_spgd = 8.887e-19

.ENDS
Binary file added TIGFET10nm/TIGFET_PCELL_SP15CP15/layout/data.dm
Binary file not shown.
Binary file added TIGFET10nm/TIGFET_PCELL_SP15CP15/layout/layout.oa
Binary file not shown.
2 changes: 2 additions & 0 deletions TIGFET10nm/TIGFET_PCELL_SP15CP15/layout/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
layout.oa
2 changes: 2 additions & 0 deletions TIGFET10nm/TIGFET_PCELL_SP15CP15/symbol/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
symbol.oa
Binary file added TIGFET10nm/TIGFET_PCELL_SP15CP15/symbol/symbol.oa
Binary file not shown.
Binary file added TIGFET10nm/TIGFET_PCELL_SP15CP15/veriloga/data.dm
Binary file not shown.
2 changes: 2 additions & 0 deletions TIGFET10nm/TIGFET_PCELL_SP15CP15/veriloga/master.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Master.tag File, Rev:1.0
veriloga.va
Binary file not shown.
Loading