The base 2 number system (radix). Binary digits are 0 and 1.
Binary numbers are indicated with the following notation:
Language: | Notation: |
---|---|
AHDL |
|
VHDL |
Underline ( |
Verilog HDL |
Underline ( |
Examples:
B"0110X1X10"
(AHDL)
2#1111_1111#
(VHDL)
'b1111_1111
(Verilog HDL)
- PLDWorld - |
|
Created by chm2web html help conversion utility. |