mirror of https://github.com/VLSIDA/OpenRAM.git
remove line ending whitespace from comment
This commit is contained in:
parent
bfabe64f33
commit
2b9e70d318
|
|
@ -179,7 +179,7 @@ class instance(geometry):
|
|||
# track if the instance's spice pin connections have been made
|
||||
self.connected = False
|
||||
|
||||
# deepcopy because this instance needs to
|
||||
# deepcopy because this instance needs to
|
||||
# change attributes in these spice objects
|
||||
self.spice_pins = copy.deepcopy(self.mod.pins)
|
||||
self.spice_nets = copy.deepcopy(self.mod.nets)
|
||||
|
|
|
|||
Loading…
Reference in New Issue