mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-03 03:03:20 +02:00
Change precharge input from clk to en
This commit is contained in:
@@ -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"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user