mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-22 06:07:31 +02:00
add module properties to other technologies
This commit is contained in:
@@ -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
|
||||||
###################################################
|
###################################################
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user