add module properties to other technologies

This commit is contained in:
Jesse Cirimelli-Low
2020-02-05 22:25:35 +00:00
parent 7cb3091140
commit 18573c0e42
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -9,7 +9,7 @@ import os
from design_rules import * from design_rules import *
from module_type import * from module_type import *
from custom_cell_properties import cell_properties from custom_cell_properties import cell_properties
from custom_module_properties import module_properties
""" """
File containing the process technology parameters for FreePDK 45nm. File containing the process technology parameters for FreePDK 45nm.
""" """
@@ -25,6 +25,7 @@ File containing the process technology parameters for FreePDK 45nm.
# For example: tech_modules['contact'] = 'contact_freepdk45' # For example: tech_modules['contact'] = 'contact_freepdk45'
tech_modules = module_type() tech_modules = module_type()
module_properties = module_properties()
################################################### ###################################################
# Custom cell properties # Custom cell properties
################################################### ###################################################
+2
View File
@@ -9,6 +9,7 @@ import os
from design_rules import * from design_rules import *
from module_type import * from module_type import *
from custom_cell_properties import cell_properties from custom_cell_properties import cell_properties
from custom_module_properties import module_properties
""" """
File containing the process technology parameters for SCMOS 4m, 0.35um File containing the process technology parameters for SCMOS 4m, 0.35um
@@ -24,6 +25,7 @@ File containing the process technology parameters for SCMOS 4m, 0.35um
# implementation in '$OPENRAM_TECHDIR/modules/' # implementation in '$OPENRAM_TECHDIR/modules/'
# For example: tech_modules['contact'] = 'contact_scn4m' # For example: tech_modules['contact'] = 'contact_scn4m'
tech_modules = module_type() tech_modules = module_type()
module_properties = module_properties()
################################################### ###################################################
# Custom cell properties # Custom cell properties