Forum Discussion
Altera_Forum
Honored Contributor
14 years agoYou still havent said what the error is.
Looking at your code you have this line: n1 <= to_ufixed(.46,n1); change it to n1 <= to_ufixed(0.46,n1);You still havent said what the error is.
Looking at your code you have this line: n1 <= to_ufixed(.46,n1); change it to n1 <= to_ufixed(0.46,n1);