Forum Discussion
Altera_Forum
Honored Contributor
15 years agoIt seems that modelsim does not like x string, so change all these strings to
numerical values (dec or hex) e.g. A0 <= std_logic_vector(to_signed(3,16)); or A0 <= std_logic_vector(to_signed(16#0003#,16)); I think thats all left