搜索资源列表
crc
- 此源代码实现了CRC5和CRC16的校验以及校验码的产生,可以直接用于RFID标签数字电路。
crc5-8
- CRC5循环校验法代码生成,数据校验,数据纠错等功能函数代码
crc
- 此源代码实现了CRC5和CRC16的校验以及校验码的产生,可以直接用于RFID标签数字电路。-This source code CRC5 and realize the CRC16 checksum and the emergence of parity-check codes, RFID tags can be directly used for digital circuits.
crc5-8
- CRC5循环校验法代码生成,数据校验,数据纠错等功能函数代码-Check Act cycle CRC5 code generation, data checking, data error correction code such as function
usb_cvt_tool_0.1
- 该工具用于数字电路仿真中的usb数据文件转换: 1.可以把11比特的令牌包数据(crc5)或者任意字节的数据包数据(crc16)转换为可以作为仿真输入的dn dp文件。 2.可以根据仿真接收到的dn,dp数据,解析得到接收的真正11比特令牌包数据或者数据包数据。 3.此为0.1版本,后续的版本更新会让该工具更完善。-The tool for digital circuit simulation usb data file c
CRC_Rx
- 本设计为CRC5接收效验模块。本设计模块用来接收数据的CRC效验。本模块共需要5个时钟周期来完成:-CRC5 designed to receive this well-tested modules. The design module used to receive data CRC effectiveness. This module needs a total of 5 clock cycles to complete:
usb_crc5
- CRC5 bit checker for USB token packet.
usb_latest[1].tar
- sub opercore USB CRC5 and CRC16 Modules //// //// //// //// //// //// Author: Rudolf Usselmann //// //// rudi@asics.ws //// //// //// //// //// //// Downloaded from: http://www.opencores.org/cores/usb/-sub
usbcontrooler
- crc5 bolck in usb contreoller
crccode
- 在C8051F120单片机上使用的EPC协议中的CRC5和CRC16的校验函数,和一般的校验不太一样,提供了源码,可以直接使用。-C8051F120 MCU used in the EPC Agreement CRC5 and CRC16 checksum function, and general validation are not the same, providing a source, can be used directly
crc5
- 用VerilogHDL编写的CRC5校验,可以综合。-Check with VerilogHDL CRC5 prepared, can be summarized.
crc5
- crc5为5位的数据校验码,起着检测数据正确与否的功能~-crc5 5 data validation code plays a test data is correct or not the function ~
CRC-5
- 用于RFID的CRC5模块,和相应的testbench,已在quartus和modelsim中进行功能验证-For RFID CRC5 module and the corresponding testbench, functional verification in Quartus and modelsim
CRC-Calculator.V1.0
- 可以计算 CRC1,CRC5,CRC7,CRC8,CRC10,CRC12:,CRC16,CRC32,CRC64的CRC计算器-CRC Calculator.V1.0
crc5
- what is crc? we describe it for you
CRC5
- CRC5校验的Verilog源代码-CRC5 check、
crc5
- CRC 5 encription and decription module. Operates with serial input data, CRC output is 5bits register. If you decoding CRC the input is valid when output is set to 00000 .-CRC 5 encription and decription module. Operates
CRC5_CRC16_USB
- USB2.0数据包CRC 16,TOKEN令牌包是CRC5,VerilogHDL代码 多项式y=1+x^2+x^15+x^16; y=1+x^2+x^5; 只是串行1位的代码, 并行8位,16位没有上传(USB CRC 16 , VerilogHDL code polynomial(0_2_15_16); polynomial(0_2_5))