Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- and then to be increased so as finally to be equal to 25. --- Quote End --- No, it's not initialized to 0, and not counting up, as Tricky explained. --- Quote Start --- This is a simple code that I tried to do because I try to write a code and there the variable 'met' is a fixed point number and I added it with a fixed point number. --- Quote End --- It's defined as signed, not fixed point. You should also get rid of conflicting libraries.