mirror of https://github.com/VLSIDA/OpenRAM.git
Remove printf in precharge
This commit is contained in:
parent
7ad2d54a69
commit
8d52794c32
|
|
@ -197,7 +197,6 @@ class precharge(design.design):
|
||||||
# This is an extra space down for some techs with contact to active spacing
|
# This is an extra space down for some techs with contact to active spacing
|
||||||
contact_space = max(self.poly_space,
|
contact_space = max(self.poly_space,
|
||||||
self.contact_to_gate) + 0.5 * contact.poly_contact.first_layer_height
|
self.contact_to_gate) + 0.5 * contact.poly_contact.first_layer_height
|
||||||
print(self.contact_to_gate)
|
|
||||||
offset = pin_offset - vector(0, contact_space)
|
offset = pin_offset - vector(0, contact_space)
|
||||||
self.add_via_stack_center(from_layer="poly",
|
self.add_via_stack_center(from_layer="poly",
|
||||||
to_layer=self.en_layer,
|
to_layer=self.en_layer,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue