merge custom cell and module properties

This commit is contained in:
Jesse Cirimelli-Low
2020-02-12 04:09:40 +00:00
parent 101eb28112
commit aedbc5f968
8 changed files with 38 additions and 50 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ import os
from design_rules import *
from module_type import *
from custom_cell_properties import cell_properties
from custom_module_properties import module_properties
"""
File containing the process technology parameters for FreePDK 45nm.
"""
@@ -25,7 +25,7 @@ File containing the process technology parameters for FreePDK 45nm.
# For example: tech_modules['contact'] = 'contact_freepdk45'
tech_modules = module_type()
module_properties = module_properties()
###################################################
# Custom cell properties
###################################################