搜索资源列表
三种16位整数运算器的ALU设计方法
- 三种16位整数运算器的ALU设计方法,调用库函数74181(4位ALU),组成串行16位运算器。(用74181的正逻辑) B.调用库函数74181和74182,组成提前进位16位运算器。(用74181的正逻辑) 注意:调74181库设计,加进位是“0”有效,减借位是“1”有效,所以最高位进位或借位标志寄存器要统一调整到高有效 C.用always @,case方式描述16位运算器。,Three 16-bit integer arithmetic logic unit of the ALU
data_type_change
- vhdl 中各种数据类型的转换实现,可以调用函数库实现-date type change
PS2
- PS2键盘读取程序,直接调用PS2.h中的函数即可。在main函数中有详细的例程。非常好用-PS2 keyboard reading program, a direct call to the function can be PS2.h. In the main function of the routine in detail. Is very easy to use
xianshi_hs
- 用调用函数的方式编写的共阳数码管16进制显示的程序。可方便扩展显示位数。-Call the function with the way Yang prepared a total of 16 hexadecimal display of digital control procedures. Can be easily extended display digits.
lcd1602
- 液晶显示屏LCD1602程序应用例子,包括函数调用的库文件。-LCD LCD1602 program application examples, including function calls the library file.
Cordic-VHDL
- Cordic算法的VHDL实现,可作为函数调用的代码,节省自己的设计时间-Cordic algorithm VHDL implementation of the code as function calls, saving their own design time
sine
- 使用verilogHDL实现sin函数,打开工程文件可直接调用signaltap在电脑上察看波形。-Use verilogHDL achieve sin function, open the project file can be called directly on the computer look signaltap waveform.
myboothmul
- 三种16位整数运算器的ALU设计方法,调用库函数74181(4位ALU),组成串行16位运算器。(用74181的正逻辑) B.调用库函数74181和74182,组成提前进位16位运算器。(用74181的正逻辑) 注意:调74181库设计,加进位是“0”有效,减借位是“1”有效,所以最高位进位或借位标志寄存器要统一调整到高有效 C.用always @,case方式描述16位运算器-Three 16-bit integer arithmetic logic unit of the ALU desig
lcd
- 适合于cortexM3的12864液晶程序。测试通过,很好用。其中包括所有一般显示功能所需的函数,只需要调用即可实现自己需要的功能。-Suitable for the cortexM3 12864 LCD program. Through testing, it is to use. Including all general display function of the required function, can be realized just need to invoke to fun
trafficagain
- 此程序是以VHDL来设计真实世界交通灯控制系统。经过下载到FPGA中调试,证明其真实可用。为了方便调用,特地将程序分成两个部分,包括主函数和一个数码管显示子程序。-This program is based on VHDL to design real-world traffic light control system. Been downloaded to the FPGA debugging, to prove its real available. Order to facilitate
Nios-II-I2C
- 使用开源的IIC MASTER Core,将它加载到NIOSII的AVALON总线上,这样对于NIOSII控制器而言,IIC MASTER就是一个硬件实现的控制器,用户通过调用API函数就能很容易的对IIC进行操作,而且IIC的运行并不占用NIOSII软核宝贵的资源和时间。 -Open source IIC MASTER Core,it is loaded into the AVALON bus NIOSII This NIOSII controller,IIC MASTER is a hard
PLI-example
- PLI是实现C程序和硬件语言,包括VHDL,verilog混合编程的接口规范,本例给出VC++环境示范例子,实现VERILOG可以调用C语言函数。-PLI is the specification to perform interface between C and HDL language. This example give a c function called by verilog!
DDSIP
- 该程序实现了正弦函数与余弦函数数据的产生,可作为其他模块的输入信号(可以直接调用)-The program implements a sinusoidal function and cosine function data can be used as an input signal to other modules (direct call)
jiecheng
- 利用Verilog语言中的函数调用实现阶乘运算的功能-Function calls use Verilog language implementation of the factorial function computing
Modelsim-System-verilog-calls-DPI
- 本文给出了在Modelsim开发环境下,如何在systemverilog中利用DPI调用C函数的具体方法。-This paper gives a specific way to call C functions in DPPHs in systemverilog in Modelsim development environment