mirror of https://github.com/VLSIDA/OpenRAM.git
add module properties to other technologies
This commit is contained in:
parent
7cb3091140
commit
18573c0e42
|
|
@ -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,6 +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
|
||||
###################################################
|
||||
|
|
|
|||
|
|
@ -9,6 +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 SCMOS 4m, 0.35um
|
||||
|
|
@ -24,6 +25,7 @@ File containing the process technology parameters for SCMOS 4m, 0.35um
|
|||
# implementation in '$OPENRAM_TECHDIR/modules/'
|
||||
# For example: tech_modules['contact'] = 'contact_scn4m'
|
||||
tech_modules = module_type()
|
||||
module_properties = module_properties()
|
||||
|
||||
###################################################
|
||||
# Custom cell properties
|
||||
|
|
|
|||
Loading…
Reference in New Issue