-
Verilog HDL的基本语法
说明: Verilog HDL基本语法,是本人遇到的比较简洁明了的语法学习笔记(Verilog HDL basic grammar , a relatively simple and clear grammar learning note)
- 2020-04-10 16:47:36下载
- 积分:1
-
Avalon_VGA_Controller
基于ALTERA AVALON BUS 的 VGA Controller 设计(ALTERA AVALON BUS VGA Controller )
- 2014-09-23 21:07:40下载
- 积分:1
-
4x4-key
4*4键盘小程序 两种算法内附检查LED(4* 4 keyboard applet containing two algorithms check the LED)
- 2013-07-28 22:19:49下载
- 积分:1
-
Verilog 按键消抖程序
使用Verilog HDL 语言在cyclone IV 上实现功能按键控制灯,主要目的是实现按键的消抖程序,加深理解Verilog HDL 语言的并行执行方式
- 2022-01-28 07:30:28下载
- 积分:1
-
sha1
利用verilog语言实现了SHA-1机密算法,具体算法与加密芯片ds28e01一致。(Using Verilog to achieve the SHA-1 secret algorithm, the specific algorithm is consistent with the encryption chip ds28e01.)
- 2020-11-08 08:49:47下载
- 积分:1
-
简单的全加器语言代码
这是一个简单的 1 位全加器语言代码
" 时间刻度 1ns / 1ps
模块 1BitFullAdder (
输入,
输入的 b
输入的 cin
输出 s
输出 cout) ;
分配 s = a ^ b ^ cin ;
分配 cout = (& b) |(& cin) |(b 和 cin) ;
endmodule
//Test 工作台
" 时间刻度 1ns / 1ps
- 2022-02-03 18:26:33下载
- 积分:1
-
数字代码管显示0-9
开发板管脚有利于显示从0-9的所有数字,能够依次显示,能自己设定时间。字体会变化。
- 2022-08-11 02:44:55下载
- 积分:1
-
polynomial_compute
我自己当初用来求解arctan 暂时没有搞成ip形式 搞好了还要传git 这个代码还没有搞好,因为急需要下载东西 如果感兴趣可以联系我 邮件(this is a not full wrappered code very crude use chebyshev to caculate arctan function i m urgent to download a model from pudn so i do this.)
- 2019-05-31 23:25:00下载
- 积分:1
-
串口FIFO接口设计
本设计基于RS232进行了一个串口模块的设计,另外把一个FIFO加入其中,使得串口可以通过先进先出的模式进行数据的传输。
- 2022-02-06 07:50:32下载
- 积分:1
-
FPGA_Seg7_dsp
关于VHDL和verilog的数码管显示程序,写的很好,值得参考。(About VHDL and verilog digital tube display program, write well, worth considering.)
- 2014-08-01 11:00:51下载
- 积分:1