corrected the pin mapping

This commit is contained in:
hadirkhan10 2023-01-23 17:57:11 -08:00 committed by SWalker
parent de7a248ff0
commit b9fd172e44
1 changed files with 4 additions and 4 deletions

View File

@ -39,10 +39,10 @@ cell_properties.bitcell_1port.port_types = ["OUTPUT", "OUTPUT", "GROUND", "POWER
cell_properties.bitcell_1port.port_map = {'BL': 'BL',
'BR': 'BR',
'WL': 'WL',
'VDD': 'VPWR',
'pwell': 'VNB',
'nwell': 'VPB',
'GND': 'VGND'}
'VDD': 'VDD',
'pwell': 'pwell',
'nwell': 'nwell',
'GND': 'GND'}
cell_properties.bitcell_1port.wl_layer = "m3"
cell_properties.bitcell_1port.bl_layer = "m2"