FSK Example Application Cannot Find HDL Implementations

BP
Brian Padalino
Thu, Jan 23, 2020 3:49 AM

I'm getting to the point where I am able to build assemblies which produce
bit files that I can interact utilizing ocpihdl.

I see my platform configuration workers, container workers, and application
workers.

When I try to execute the FSK example with filerw, I get the error that
fir_real_sse has no implementations.  When I use OCPI_LOG_LEVEL set to 10,
I see that the other workers are using RCC workers, and not HDL workers.
If I try to run filerw with -mmfsk_mapper=hdl, then I get that the HDL
implementation was not found.

For some reason, I can utilize ocpihdl get and see everything, but the
application itself doesn't see it.  Note that I am running in standalone
mode, so my environment variables might be incorrect.

Is there something I should check first?  Do I need something special in my
OCPI_LIBRARY_PATH to have it also check HDL instances?

As always, any guidance or help is appreciated.

Thanks,
Brian

I'm getting to the point where I am able to build assemblies which produce bit files that I can interact utilizing ocpihdl. I see my platform configuration workers, container workers, and application workers. When I try to execute the FSK example with filerw, I get the error that fir_real_sse has no implementations. When I use OCPI_LOG_LEVEL set to 10, I see that the other workers are using RCC workers, and not HDL workers. If I try to run filerw with -mmfsk_mapper=hdl, then I get that the HDL implementation was not found. For some reason, I can utilize ocpihdl get and see everything, but the application itself doesn't see it. Note that I am running in standalone mode, so my environment variables might be incorrect. Is there something I should check first? Do I need something special in my OCPI_LIBRARY_PATH to have it also check HDL instances? As always, any guidance or help is appreciated. Thanks, Brian