大连理工大学软件学院计算机组成原理实验一位全加器VHDL语言实现_vhdl实现16位全加器
大连理工大学软件学院计算机组成原理实验一位全加器VHDL语言实现由刀豆文库小编整理,希望给你工作、学习、生活带来方便,猜你可能喜欢“vhdl实现16位全加器”。
----------------------Company:
--Engineer:
--
--Create Date:18:35:51 04/08/2013
--Design Name:
--Module Name:testFile Created
--Additional Comments:
--
--------------------library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
----Uncomment the following library declaration if instantiating----any Xilinx primitives in this code.--library UNISIM;
--use UNISIM.VComponents.all;
entity test is
Port(end test;a,b,ci : inSTD_LOGIC;s,c : outSTD_LOGIC);
architecture Behavioral of test is
signal x,y:std_logic;
begin
x
y
s
c
end Behavioral;
《大连理工大学软件学院计算机组成原理实验一位全加器VHDL语言实现.docx》
将本文的Word文档下载,方便收藏和打印
推荐度:
点击下载文档
[其他范文]热门文章