mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
flow/perftools: finish removing ActorNode
This commit is contained in:
parent
473fd20f8c
commit
bd6856ba7a
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue