@@ -7,14 +7,12 @@ CORDIC:
7
7
_read :
8
8
NotReady : [0, "Results from computation are not read"]
9
9
Ready : [1, "Results are ready, this flag will be automatically cleared once value is read"]
10
- _write :
11
- Clear : [0, "Clear the computation results"]
12
10
ARGSIZE :
13
- Size32 : [0, "Use 32 bit input values"]
14
- Size16 : [1, "Use 16 bit input values"]
11
+ Bits32 : [0, "Use 32 bit input values"]
12
+ Bits16 : [1, "Use 16 bit input values"]
15
13
RESSIZE :
16
- Size32 : [0, "Use 32 bit output values"]
17
- Size16 : [1, "Use 16 bit output values"]
14
+ Bits32 : [0, "Use 32 bit output values"]
15
+ Bits16 : [1, "Use 16 bit output values"]
18
16
NARGS :
19
17
Num1 : [0, "Only single argument write is needed for next calculation"]
20
18
Num2 : [1, "Two argument writes need to be performed for next calculation"]
@@ -31,7 +29,7 @@ CORDIC:
31
29
Disabled : [0, "Disable interrupt request generation"]
32
30
Enabled : [1, "Enable intterrupt request generation"]
33
31
PRECISION : [1, 15]
34
- SCALE : [0, 3 ]
32
+ SCALE : [0, 7 ]
35
33
FUNC :
36
34
Cosine : [0, "Cosine funciton"]
37
35
Sine : [1, "Sine function"]
0 commit comments