English
Language : 

AMD-766 Datasheet, PDF (96/96 Pages) Advanced Micro Devices – Peripheral Bus Controller
23167B – March 2001
Preliminary Information
AMD-766TM Peripheral Bus Controller Data Sheet
10.3 Appendix C: Conventions
Most values in this document are appended with “b” to indicate a binary value or “h” to indicate a hexadecimal
value. Otherwise, the value is presumed to be a decimal value.
In this document, formulae follow Verilog numerical conventions. Here is a summary:
y‘hx ‘h indicates that the number that follows it, x, is in hexadecimal format. If there is a number before the ‘h,
y, it specifies the number of bits in x.
{} Brackets are used to indicate a group of bits that are concatenated together.
|
Logical OR operator.
&
Logical AND operator.
~
Logical NOT operator.
== Logical “is equal to” operator.
!=
Logical “is not equal to” operator.
*
Multiply.
//
This indicates the start of comments.
The order in which logical operators are applied is: ~ first, & second, and | last.
An X in a binary or hexadecimal value indicates that the bit(s) may be any value.
96