From 06df2229980aa480d9e4d16de537bc8f2dbcb3a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6fferlein?= Date: Sun, 11 Nov 2018 22:47:07 +0100 Subject: [PATCH] Updated Deep Verification Base (markdown) --- Deep-Verification-Base.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Deep-Verification-Base.md b/Deep-Verification-Base.md index 9f6d5eb..35a52c5 100644 --- a/Deep-Verification-Base.md +++ b/Deep-Verification-Base.md @@ -148,6 +148,18 @@ end deep +# input layers + +nwell = input(1, 0) +active = input(2, 0) +poly = input(3, 0) +contact = input(4, 0) +metal1 = input(5, 0) +metal1_texts = texts(5, 0) +via1 = input(6, 0) +metal2 = input(7, 0) +metal2_texts = texts(7, 0) + # generation rules sd = active - poly