mirror of https://github.com/VLSIDA/OpenRAM.git
Remove EOL whitespace globally
This commit is contained in:
parent
aec5865d71
commit
da721a677d
|
|
@ -146,4 +146,3 @@ class pand2(pgate.pgate):
|
||||||
offset=pin.center(),
|
offset=pin.center(),
|
||||||
width=pin.width(),
|
width=pin.width(),
|
||||||
height=pin.height())
|
height=pin.height())
|
||||||
|
|
||||||
|
|
@ -161,4 +161,3 @@ class pand3(pgate.pgate):
|
||||||
slew=nand_delay.slew,
|
slew=nand_delay.slew,
|
||||||
load=load)
|
load=load)
|
||||||
return nand_delay + inv_delay
|
return nand_delay + inv_delay
|
||||||
|
|
||||||
|
|
@ -168,4 +168,3 @@ class pdriver(pgate.pgate):
|
||||||
def get_sizes(self):
|
def get_sizes(self):
|
||||||
""" Return the relative sizes of the buffers """
|
""" Return the relative sizes of the buffers """
|
||||||
return self.size_list
|
return self.size_list
|
||||||
|
|
||||||
Loading…
Reference in New Issue