Altera_Forum
Honored Contributor
13 years agoset size of binary number?
Hello, How can the size of a binary number be set, or extended by zeros; i.e. equivalent of Verilog's <size>'b<value>. So in Verilog 5'b110 will give 00110b. I require the size to be adjustab...