Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kestrel Collaboration
Kestrel LiteX
migen
Commits
bd6856ba
Commit
bd6856ba
authored
11 years ago
by
Sebastien Bourdeauducq
Browse files
Options
Download
Email Patches
Plain Diff
flow/perftools: finish removing ActorNode
parent
473fd20f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
migen/flow/perftools.py
migen/flow/perftools.py
+1
-1
No files found.
migen/flow/perftools.py
View file @
bd6856ba
...
@@ -39,7 +39,7 @@ class EndpointReporter(EndpointSimHook):
...
@@ -39,7 +39,7 @@ class EndpointReporter(EndpointSimHook):
class
DFGReporter
(
DFGHook
):
class
DFGReporter
(
DFGHook
):
def
__init__
(
self
,
dfg
):
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
):
def
get_edge_labels
(
self
):
d
=
dict
()
d
=
dict
()
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment