Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI would say:
If A and B are signed, just multiply both (C<=A*B) and slice C correctly i.e. C[31] = sign C[30:18] = integer bits C[17:0] = fraction bits.I would say:
If A and B are signed, just multiply both (C<=A*B) and slice C correctly i.e. C[31] = sign C[30:18] = integer bits C[17:0] = fraction bits.