Forum Discussion
Altera_Forum
Honored Contributor
16 years ago-3 would be 1101 if you have MSB first 1101 LSB least
4'b1101 in verilog expression signed registers were introduced with verilog 2001, so before that there were no signed registers. also with verilog 2001 the signed shift operators >>> and <<< were introduced, as << and >> were pure verilog so both is possible, depending on the language