Forum Discussion
Altera_Forum
Honored Contributor
17 years agoC2H compiler streaming interface
Hi, Is it possible to write a image preprocessing functions in streaming operations using C2H compiler. E.g if i want to perform few operations on an image without storing it into memory ...
Altera_Forum
Honored Contributor
17 years agoIt doesn't support streaming but you might be able to use a ST-->MM FIFO which C2H could then access using a master that continuously accesses the FIFO slave port.