dace icon indicating copy to clipboard operation
dace copied to clipboard

Handle streams in fpga_transform_state

Open TizianoDeMatteis opened this issue 5 years ago • 0 comments

Currently, streams are not properly handled in fpga_transform_state. This will let the codegeneration phase fails in one tries to convert to FPGA DaCe programs that contain stream (e.g. samples/simple/filter.py).

In the case of transient streams, this could be fixed by changing the storage class (+ I think some changes in sdfg_nesting.py).

TizianoDeMatteis avatar Dec 23 '19 11:12 TizianoDeMatteis