OpenCores
URL https://opencores.org/ocsvn/yac/yac/trunk

Subversion Repositories yac

[/] [yac/] [trunk/] [c_octave/] [cordic_iterative.c] - Diff between revs 7 and 11

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 7 Rev 11
Line 121... Line 121...
                 int        mode,
                 int        mode,
                 int        XY_WIDTH,
                 int        XY_WIDTH,
                 int        A_WIDTH,
                 int        A_WIDTH,
                 int        GUARD_BITS,
                 int        GUARD_BITS,
                 int        RM_GAIN );
                 int        RM_GAIN );
int            cordic_int_dbg    ( long long int x,
void           cordic_int_dbg    ( long long int x,
                                   long long int y,
                                   long long int y,
                                   long long int a,
                                   long long int a,
                                   int           mode,
                                   int           mode,
                                   int           it,
                                   int           it,
                                   char*         msg );
                                   char*         msg );
Line 580... Line 580...
>>>>>>> Updated C and RTL model as well as the documentation
>>>>>>> Updated C and RTL model as well as the documentation
}
}
 
 
 
 
 
 
int cordic_int_dbg(  long long int x,
void cordic_int_dbg(  long long int x,
                     long long int y,
                     long long int y,
                     long long int a,
                     long long int a,
                     int           mode,
                     int           mode,
                     int           it,
                     int           it,
                     char*         msg )
                     char*         msg )

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.