octal Definition

The base 8 number system (radix). Octal digits are 0 through 7.

Hexadecimal numbers are indicated with the following notation:

text-align:left;

Language

Notation

AHDL

O"<series of digits0to7>"

or

Q"<series of digits0to7>"

VHDL

8#<series of digits0to7>#

Verilog HDL

'o<series of digits0to7>