-- Hamming Decoder -- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder above) and performs single error correction and double error detection. -- download from: www.pld.com.cn & www.fpga.com.cn LIBRARY ieee USE ieee.std_logic_1164.ALL ENTITY hamdec IS PORT(hamin : IN BIT_VECTOR(0 TO 7) --d0 d1 d2 d3 p0 p1 p2 p4 dataout : OUT BIT_VECTOR(0 TO 3) --d0 d1 d2 d3 sec, ded, ne : OUT BIT) --diagnostic outputs END hamdec ARCHITECTURE ver1 OF hamdec IS BEGIN
资源简介:-- Hamming Decoder -- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder above) and performs single error correction and double error detection. -- download from: www.pld.com.cn & www.fpga.com.cn LIBRARY ieee...
上传时间: 2017-07-15
上传用户:520
资源简介:this is an 8 bit alu. to perform various arithmetic and logical operations
上传时间: 2014-01-10
上传用户:gonuiln
资源简介:Structural Description of an 8-bit Shift Register
上传时间: 2015-10-12
上传用户:牧羊人8920
资源简介:The W78E58B is an 8-bit microcontroller which has an in-system programmable Flash EPROM for firmware updating. The instruction set of the W78E58B is fully compatible with the standard 8052. The W78E58B contains a 32K bytes of main ROM a...
上传时间: 2017-04-27
上传用户:yiwen213
资源简介:Abstract: This design idea explains how to implement an 8-bit analog-to-digital converter (ADC), using a microcontroller
上传时间: 2013-10-30
上传用户:爱死爱死
资源简介:The PCA9557 is a silicon CMOS circuit which provides parallel input/output expansion for SMBus and I2C-bus applications. The PCA9557 consists of an 8-bit input port register, 8-bit output port register, and an I2C-bus/SMBus interface. It ...
上传时间: 2014-01-18
上传用户:bs2005
资源简介:The CAT9534 is an 8-bit parallel input/output portexpander for I²C and SMBus compatible applications.These I/O expanders provide a simple solution inapplications where additional I/Os are needed: sensors,power switches, LEDs, pushbuttons, ...
上传时间: 2013-11-09
上传用户:liulinshan2010
资源简介: 1.The C Programming Language is a powerful, flexible andpotentially portable high-level programming language. 2.The C language may be used successfully to create a programfor an 8-bit MCU, but to produce the most efficient machinecode, t...
上传时间: 2013-12-27
上传用户:huanglang
资源简介:a program that takes in an integer number as an argument and returns its equivalent in the binary and octal formats.
上传时间: 2015-07-22
上传用户:h886166
资源简介:多项式拟合的MATLAB工具。只要具有以下几个函数 POLYFITN - A general n-dimensional polynomial fitting tool POLYVALN - An evaluation tool for polynomials produced by polyfitn POLYN2SYMPOLY - A conversion tool to generate a sympoly from the r...
上传时间: 2014-11-30
上传用户:s363994250