
E T H E R N E T C O M M U N I C A T I O N M O D U L E
Sample hash table code
338
Hardware Reference NS9215
bp = rotate (bp, RIGHT, 1);
}
}
// CRC calculation done. The 6-bit result resides in bit
// locations 28:23
result = (crc >> 23) & 0x3f;
return result;
}