Forum Discussion
Altera_Forum
Honored Contributor
11 years agoThanks Tricky!
I tried what you suggested, but unfortunately it didn't work either. ... The problem perhaps has something to do with the 2D-Matrix, because I first tried this:
fGab : out GVal; -- defined as port
...
fGab <= to_sfixed(-1.5,2,-3);
and it worked. Then I tried the same with one dimensional array and it also worked.