mirror of https://github.com/VLSIDA/OpenRAM.git
Fix probes not being blocked correctly
This commit is contained in:
parent
78be525ea0
commit
0938e7ec9a
|
|
@ -12,5 +12,5 @@ class hanan_probe:
|
|||
|
||||
def __init__(self, p1, p2, lpp):
|
||||
|
||||
self.rect = (p1, p2)
|
||||
self.rect = (p1.min(p2), p1.max(p2))
|
||||
self.lpp = lpp
|
||||
|
|
|
|||
Loading…
Reference in New Issue