English
首页
论坛
博客
多用户博客
在线工具
在线手册
开通博客赚积分
发布资源赚积分
分类
源码开发语言/平台
当前位置:
首页
> 源码/资料 >
嵌入式/单片机编程
>
VHDL/FPGA/Verilog
> 查看源码
BCD3.VHD
资源名称:
codeofvhdl2006.rar [点击查看]
上传用户:
dgjihui88
上传日期:
2013-07-23
资源大小:
43k
文件大小:
1k
源码类别:
VHDL/FPGA/Verilog
开发平台:
MultiPlatform
BCD3.VHD:源码内容
--bcd3.vhd 3 digits bcd adder/subtractor
library ieee ;
use ieee.std_logic_1164.all;
use work.components.all;
entity bcd3 is
port(
a : in std_logic_vector(11 downto 0);--砆