Formatting

This commit is contained in:
Camille Monière 2022-04-21 15:32:39 +02:00
parent da8bffc606
commit cb06836072
Signed by: moniere
GPG key ID: 188DD5B072181C0F
6 changed files with 10 additions and 14 deletions

View file

@ -18,6 +18,3 @@
*/
#include "CCordicAbs.hpp"

View file

@ -66,7 +66,6 @@ public:
return ap_uint<Out_W>(ap_uint<Out_W + 4>(in * ap_uint<4>(kn_i)) >> 4U);
}
#if !defined(XILINX_MAJOR) || XILINX_MAJOR >= 2020
static constexpr ap_uint<Out_W> process(ap_int<In_W> re_in, ap_int<In_W> im_in) {
ap_int<Out_W> A[nb_stages + 1];