mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-08 12:03:27 +02:00
Added graph functions to compute analytical delay based on graph path.
This commit is contained in:
@@ -973,6 +973,6 @@ class pbitcell(design.design):
|
||||
|
||||
for pin_zip in [rw_pin_names, r_pin_names]:
|
||||
for wl,bl,br in pin_zip:
|
||||
graph.add_edge(pin_dict[wl],pin_dict[bl])
|
||||
graph.add_edge(pin_dict[wl],pin_dict[br])
|
||||
graph.add_edge(pin_dict[wl],pin_dict[bl], self)
|
||||
graph.add_edge(pin_dict[wl],pin_dict[br], self)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user