Skip to content
Snippets Groups Projects
Commit 06f9f81a authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Refactor] typo fix in DeriveFIFOSizes

parent ab8fe1e2
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ class DeriveFIFOSizes(NodeLocalTransformation):
assert (
len(prod_chrc) == 2 * period
), "Found unexpected characterization attribute"
if any({[x > 2 for x in prod.get_nodeattr("outFIFODepths")]}):
if any([x > 2 for x in prod.get_nodeattr("outFIFODepths")]):
# FIFO depth already set, can skip this node
return (node, False)
......
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