Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
7 years ago

OpenCL: Multiple outputs?

Is it possible to have multiple outputs from an OpenCL kernel?

I get the following error message when I attempt it:

Errors in HDL component specification file:Error in 'mm.xml', line 75

Expected element <OUTPUT> to appear exactly once.

I am creating RTL kernels and would like to return status, version info sideband to the memory interface.

Thanks, systom

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I can't even get 1 output to work when I use explicit AVALON_MEM ports.