虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

您现在的位置是:虫虫下载站 > 资源下载 > 书籍源码 > -- Hamming Decoder -- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder a

-- Hamming Decoder -- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder a

  • 资源大小:5 K
  • 上传时间: 2017-07-15
  • 上传用户:snowpilce
  • 资源积分:2 下载积分
  • 标      签: Hamming produced Decoder decoder

资 源 简 介

-- 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

相 关 资 源