The base 8 number system (radix). Octal digits are 0 through 7.
Hexadecimal numbers are indicated with the following notation:
Language: | Notation: |
---|---|
AHDL |
or |
VHDL | 8# <series of digits 0 to 7 ># |
Verilog HDL | 'o <series of digits 0 to 7 > |
Examples:
Q"4671223"
(AHDL)
8#4671223#
(VHDL)
'o4671223
(Verilog HDL)
- PLDWorld - |
|
Created by chm2web html help conversion utility. |