Altera_Forum
Honored Contributor
12 years agostandard deviation and covarience VHDL implementation
hi
i've built a component that calculates standard deviation & covariance hence i 've used real(), to_stdlogicvector(), integer(), to_integer() and a converting methods to satisfy the 2 equations for std dev and cov. i've just knew that this could be synthesized as real() is not synthesized, and i think that the other mentioned methods are not synthesized too... any idea how can i make my code synthesized or what to replace these methods with.. thanks, Niveen..