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 ago@triky sir , after correcting as per your advice (i.e 0.46 instead of .46),it gives error that :line 1031: alias of a function is not supported.
at the line : function to_slv ( arg : UNRESOLVED_ufixed) -- fixed point vector return STD_LOGIC_VECTOR; error -------> alias to_StdLogicVector is to_slv [UNRESOLVED_ufixed return STD_LOGIC_VECTOR]; alias to_Std_Logic_Vector is to_slv [UNRESOLVED_ufixed return STD_LOGIC_VECTOR];