Signed-off-by: Nava kishore Manne <navam@xilinx.com>
Changes - find -name "*.h" -exec chmod a-x '{}' ';' find -name "*.c" -exec chmod a-x '{}' ';' find -name "*.S" -exec chmod a-x '{}' ';' find -name "*.ld" -exec chmod a-x '{}' ';' find -name Makefile -exec chmod a-x '{}' ';' Signed-off-by: Suneel Garapati <suneel.garapati@xilinx.com>
Added source files, integration files and examples. Added new functionality for coefficients, clipping and clamping features. Signed-off-by: Shadul Shaikh <shaduls@xilinx.com> Acked-by: Srikanth Vemula <svemula@xilinx.com>