BCM1250/BCM1125/BCM1125H
User Manual
10/21/02
B r o a d c o m C o r p o r a t i o n
Page
80
Section 4: System Control and Debug Unit
Document
1250_1125-UM100CB-R
An algorithm for decoding the bundle is:
The entries are returned with the newest one first and the earliest available read out last. The postprocessing
software must take care to reverse the order to show causality.
if (b[127]==1)
{
if (b[126]==1)
{
/* Have valid address and valid data sample */
Format = 2
}
else
{
Format = 1
if (b[255] == 0)
{
/* Have 1 valid address sample */
}
else if (b[383] == 0)
{
/* Have 2 valid address samples */
}
else