mirror of https://github.com/VLSIDA/OpenRAM.git
change bitline names to bl br for single port
This commit is contained in:
parent
6a1f12b62d
commit
118b2b1215
|
|
@ -43,8 +43,8 @@ class _bitcell:
|
||||||
def _default():
|
def _default():
|
||||||
axis = _mirror_axis(True, False)
|
axis = _mirror_axis(True, False)
|
||||||
|
|
||||||
cell_s8_6t = _cell({'bl' : 'bl0',
|
cell_s8_6t = _cell({'bl' : 'bl',
|
||||||
'br' : 'bl1',
|
'br' : 'br',
|
||||||
'wl': 'wl'})
|
'wl': 'wl'})
|
||||||
|
|
||||||
cell_6t = _cell({'bl' : 'bl',
|
cell_6t = _cell({'bl' : 'bl',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue