Forum Discussion
Altera_Forum
Honored Contributor
15 years ago"alias" problem in fixed_pkg
sir, i am using fixed_pkg_c.vhd.during synthesis it gives error on alias statement.if i remove this "alias " only, it gives error ". ERROR:HDLParsers:164 - Line 1024. parse error, unexpected ...
Altera_Forum
Honored Contributor
15 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);