Fix AP_RND,AP_SAT swap
If precision is specified (correctly) as ap_fixed<total,int,AP_RND,AP_SAT
, interpretation would swap the two AP_RND,AP_SAT
and print it incorrectly in the defines.h
for the project.
If precision is specified (correctly) as ap_fixed<total,int,AP_RND,AP_SAT
, interpretation would swap the two AP_RND,AP_SAT
and print it incorrectly in the defines.h
for the project.