flow/perftools: finish removing ActorNode
authorSebastien Bourdeauducq <sebastien@milkymist.org>
Sat, 9 Feb 2013 16:03:48 +0000 (17:03 +0100)
committerSebastien Bourdeauducq <sebastien@milkymist.org>
Sat, 9 Feb 2013 16:03:48 +0000 (17:03 +0100)
migen/flow/perftools.py

index 42e5c8021de4d7b2612445caeef16e8c40f1f013..ff4dcb8a915499b3f735bee3fdbb32d87b91bbf4 100644 (file)
@@ -39,7 +39,7 @@ class EndpointReporter(EndpointSimHook):
 
 class DFGReporter(DFGHook):
        def __init__(self, dfg):
-               DFGHook.__init__(self, dfg, lambda u, ep, v: EndpointReporter(u.actor.endpoints[ep]))
+               DFGHook.__init__(self, dfg, lambda u, ep, v: EndpointReporter(u.endpoints[ep]))
 
        def get_edge_labels(self):
                d = dict()