BCD_ADD_SUB.VHD
上传用户:dgjihui88
上传日期:2013-07-23
资源大小:43k
文件大小:2k
源码类别:
VHDL/FPGA/Verilog
开发平台:
MultiPlatform
- --bcd_add_sub.vhd 3 digits bcd adder/subtractor with start and done
- library ieee ;
- use ieee.std_logic_1164.all;
- use work.components.all;
- entity bcd_add_sub is
- port(
- clock : in std_logic ;--