文件名称:vhdl
介绍说明--下载内容均来自于网络,请自行研究使用
4位乘法器 vhdl
library IEEE
use IEEE.std_logic_1164.all
entity one_bit_adder is
port (
A: in STD_LOGIC
B: in STD_LOGIC
C_in: in STD_LOGIC
S: out STD_LOGIC
C_out: out STD_LOGIC
)
end one_bit_adder -4-bit multiplier vhdl library IEEE use IEEE.std_logic_1164.all entity one_bit_adder is port (A: in STD_LOGIC B: in STD_LOGIC C_in: in STD_LOGIC S: out STD_LOGIC C_out: out STD_LOGIC) end one_bit_adder
library IEEE
use IEEE.std_logic_1164.all
entity one_bit_adder is
port (
A: in STD_LOGIC
B: in STD_LOGIC
C_in: in STD_LOGIC
S: out STD_LOGIC
C_out: out STD_LOGIC
)
end one_bit_adder -4-bit multiplier vhdl library IEEE use IEEE.std_logic_1164.all entity one_bit_adder is port (A: in STD_LOGIC B: in STD_LOGIC C_in: in STD_LOGIC S: out STD_LOGIC C_out: out STD_LOGIC) end one_bit_adder
(系统自动生成,下载前可以参看下载内容)
下载文件列表
vhdl.txt