mirror of https://github.com/VLSIDA/OpenRAM.git
Make sure to add path when source and target
This commit is contained in:
parent
7c15773e17
commit
5ab67214e5
|
|
@ -1055,6 +1055,7 @@ class router(router_tech):
|
|||
# Double check source and taget are not same node, if so, we are done!
|
||||
for k, v in self.rg.map.items():
|
||||
if v.source and v.target:
|
||||
self.paths.append([k])
|
||||
return True
|
||||
|
||||
# returns the path in tracks
|
||||
|
|
|
|||
Loading…
Reference in New Issue