Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
16 years ago

Signed integer and 2 complement

Hi. I am confusing with the signed integer and 2 complement in verilog. 1. if i declare b is [3:0] signed reg , what would be the bit representation if b is -3? 1011? or.... 2. Previo...