ISSUE 536

Number 536
Category errata
Synopsis 17.1.1.4: does not deal with mixed x and z bits
State lrmdraft
Class errata-simple
Arrival-DateFeb 07 2004
Originator Shalom Bresticker <Shalom.Bresticker@motorola.com>
Release 2001b
Description
17.1.1.4 says that in %d, %h, %o output display formats, if some, but not all,
bits in a group are x, then an uppercase X is displayed. Same for z. It does not
say what to do if there are both x and z bits.

VXL, NCV, and VCS all print uppercase X in that case, which is what I would have
proposed anyway.

--
Shalom Bresticker Shalom.Bresticker@motorola.com
Design & Reuse Methodology Tel: +972 9 9522268
Motorola Semiconductor Israel, Ltd. Fax: +972 9 9522890
POB 2208, Herzlia 46120, ISRAEL Cell: +972 50 441478



Fix

In 17.1.1.4:

1. Under "In decimal (%d) format",
CHANGE

"If some, but not all, bits are at the high impedance value,
the uppercase Z character is displayed."

TO

"If some, but not all, bits are at the high impedance value,
the uppercase Z character is displayed, unless there are
also some bits at the unknown value, in which case the
uppercase X character is displayed."


2. Under "In hexadecimal (%h) and octal (%o) formats",

CHANGE

"If some, but not all, bits in a group are at a high
impedance state, then an uppercase Z is displayed for
that digit."

TO

"If some, but not all, bits in a group are at a high
impedance state, then an uppercase Z is displayed for
that digit, unless there are also some bits at the unknown
value, in which case an uppercase X is displayed for that digit."

Audit-Trail

Fix replaced by Shalom.Bresticker@motorola.com on Mon Feb 9 05:47:22 2004

In 17.1.1.4:

1. Under "In decimal (%d) format",
CHANGE

"If some, but not all, bits are at the high impedance value,
the uppercase Z character is displayed."

TO

"If some, but not all, bits are at the high impedance value,
the uppercase Z character is displayed, unless there are
also some bits at the unknown value, in which case the
uppercase X character is displayed."


2. Under "In hexadecimal (%h) and octal (%o) formats",

CHANGE

"If some, but not all, bits in a group are at a high
impedance state, then an uppercase Z is displayed for
that digit."

TO

"If some, but not all, bits in a group are at a high
impedance state, then an uppercase Z is displayed for
that digit, unless there are also some bits at the unknown
value, in which case an uppercase X is displayed for that digit."



Unformatted


Hosted by Boyd Technology