From db8a675d90b1e20009d16fdbe043e2ae2264ee24 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Wed, 9 Nov 2016 11:35:32 -0800 Subject: [PATCH] Clean up tech files to remove old parameters moved to premade cell classes. --- technology/freepdk45/tech/tech.py | 25 +++---------------------- technology/scn3me_subm/tech/tech.py | 20 ++------------------ 2 files changed, 5 insertions(+), 40 deletions(-) diff --git a/technology/freepdk45/tech/tech.py b/technology/freepdk45/tech/tech.py index 89c29e93..321160a6 100644 --- a/technology/freepdk45/tech/tech.py +++ b/technology/freepdk45/tech/tech.py @@ -1,6 +1,9 @@ +import os + """ File containing the process technology parameters. """ + info = {} info["name"] = "freepdk45" info["body_tie_down"] = 0 @@ -54,28 +57,6 @@ layer["boundary"]= 239 ##END GDS Layer Map################################################################################## ##################################################################################################### -##################################################################################################### -##GDS Library File Parameters######################################################################## -##################################################################################################### - -#lib cell size info -import os -import utils - - -cell = {} -sense_amp = {} -write_driver = {} -tri_gate = {} -ms_flop = {} -replica_cell = {} - - - -##################################################################################################### -##END GDS Library File Parameters#################################################################### -##################################################################################################### - ##################################################################################################### ##DRC/LVS Rules Setup################################################################################ ##################################################################################################### diff --git a/technology/scn3me_subm/tech/tech.py b/technology/scn3me_subm/tech/tech.py index f5397523..8046b78d 100755 --- a/technology/scn3me_subm/tech/tech.py +++ b/technology/scn3me_subm/tech/tech.py @@ -1,3 +1,5 @@ +import os + """ Class containing the process technology parameters. """ @@ -40,24 +42,6 @@ layer["boundary"] = 83 ##END GDS Layer Map################################################################################## ##################################################################################################### -##################################################################################################### -##GDS Library File Parameters######################################################################## -##################################################################################################### - -import os - -cell = {} -sense_amp = {} -write_driver = {} -tri_gate = {} -ms_flop = {} -replica_cell = {} - - -##################################################################################################### -##END GDS Library File Parameters#################################################################### -##################################################################################################### - ##################################################################################################### ##DRC/LVS Rules Setup################################################################################ #####################################################################################################