Skip to content
Snippets Groups Projects
Commit e85b1126 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Enable loopy feature to avoid aliasing violation

parent 921e6e1d
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,7 @@ class FlipFlopBuffer(object): ...@@ -34,6 +34,7 @@ class FlipFlopBuffer(object):
temporary_variable(name, temporary_variable(name,
base_storage=base, base_storage=base,
managed=True, managed=True,
aliases_base_storage=True,
**kwargs **kwargs
) )
......
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