Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- Both are 2's compliment. Signed fractional binary format results in the same hardware implementation as signed binary format, the binary point is conceptual only. --- Quote End --- I buy that numerically it doesn't matter whether the integers are fractional or not (and I don't know why the GUI gives the option). But it seems that the signed binary representation is the same as sign-magnitude (http://en.wikipedia.org/wiki/signed_number_representations#sign-and-magnitude_method) representation, and not the same as two's-complement (http://en.wikipedia.org/wiki/two%27s_complement). The manual isn't very clear on this.