- Ybus 基于牛拉法的三相潮流计算
- ADODataBase1 使用ADO接口连接数据库\\.rar
- F93x_UART0_STDIO This program demonstrates how to configure the C8051F930 to use routines in STDIO.h to write to and read from the UART interface. The program reads a character using the STDIO routine getkey()
- qqmtv 本程序采用FLASH+ASP作成的QQ空间播放器在线生成系统
- 2017-6-13 数据结构及算法模块 易语言代码实现部分数据结构源码
- 程序 随着生活质量的提高
文件名称:vhdl
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:891byte
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.