Skip to content
Snippets Groups Projects
Commit 532b528b authored by auphelia's avatar auphelia
Browse files

[Util] Add missing comment to utility function

parent 1135c829
No related branches found
No related tags found
No related merge requests found
......@@ -103,6 +103,7 @@ def pyverilate_get_liveness_threshold_cycles():
def is_fpgadataflow_node(node):
"""Returns True if given node is fpgadataflow node. Otherwise False."""
is_node = False
if node is not None:
if node.domain == "finn":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment