|
Message
From: koyo@i...
Date: Wed, 25 Sep 2002 07:46:15 -0100
Subject: [usb] About the verfication of CRC16 in opencore USB core
Hello!! Everybody
I have the question about the opencore USB core.
The original verilog code is following :
assign crc16_err = data_done & (crc16_sum != 16'h800d);
I don't understand why the check number of CRC16 is 800d(Hex).
best regards
|