Forum Discussion
Altera_Forum
Honored Contributor
14 years agoi'm not sure but i think i've found the problem.
Is the Altbus component, or its implementation. I take a 10 bit signed and i want an 8 bit unsigned, so i use the Alt bus to do the cast. When the data input is -32, in simulation i get correctly 0 in output, but in implementation i get FF. Beside this, i've also noticed that adding signal tab to these signals, make this piece of design correctly work, maybe it adds some constraints...