mirror of https://github.com/VLSIDA/OpenRAM.git
corrected the pin mapping
This commit is contained in:
parent
de7a248ff0
commit
b9fd172e44
|
|
@ -39,10 +39,10 @@ cell_properties.bitcell_1port.port_types = ["OUTPUT", "OUTPUT", "GROUND", "POWER
|
||||||
cell_properties.bitcell_1port.port_map = {'BL': 'BL',
|
cell_properties.bitcell_1port.port_map = {'BL': 'BL',
|
||||||
'BR': 'BR',
|
'BR': 'BR',
|
||||||
'WL': 'WL',
|
'WL': 'WL',
|
||||||
'VDD': 'VPWR',
|
'VDD': 'VDD',
|
||||||
'pwell': 'VNB',
|
'pwell': 'pwell',
|
||||||
'nwell': 'VPB',
|
'nwell': 'nwell',
|
||||||
'GND': 'VGND'}
|
'GND': 'GND'}
|
||||||
|
|
||||||
cell_properties.bitcell_1port.wl_layer = "m3"
|
cell_properties.bitcell_1port.wl_layer = "m3"
|
||||||
cell_properties.bitcell_1port.bl_layer = "m2"
|
cell_properties.bitcell_1port.bl_layer = "m2"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue