Change precharge input from clk to en

This commit is contained in:
Matt Guthaus
2018-02-12 15:32:47 -08:00
parent 21967fccde
commit e32b0b8f7a
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ class precharge_array(design.design):
self.add_layout_pin(text="en",
layer="metal1",
offset=self.pc_cell.get_pin("clk").ll(),
offset=self.pc_cell.get_pin("en").ll(),
width=self.width,
height=drc["minwidth_metal1"])