-
基于verilog的AMI协议编码,modelsim仿真
基于verilog的AMI协议编码,
已用modelsim验证。
- 2022-08-15 20:57:37下载
- 积分:1
-
PipelineCPU
Quartus II 7.2环境中,采用硬件描述语言VHDL独立完成了基于MIPS指令集的32位RISC处理器的逻辑设计(quartusII mips pipeline 32bit cpu design)
- 2010-05-26 16:51:42下载
- 积分: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
-
dds
基于DDS和SOPC的谐波信号发射器,拥有可调节的频率,阶段和谐波比例的谐波信号发射器由本文所设计。(Based on DDS and SOPC harmonic signal transmitter, with adjustable frequency, phase and harmonic proportion of harmonic signal transmitter designed by this article.)
- 2016-04-26 09:21:50下载
- 积分:1
-
PWM
verilogHDL语言编写,简单的FPGA脉冲程序,初学者必备。(verilogHDL language, a simple FPGA pulse program, beginners must.)
- 2012-12-27 11:54:45下载
- 积分:1
-
multiply
由verilog编写的乘法器,通过两个文件的调用实现。由于子模块的调用使得程序简化了许多。(Prepared by the Verilog multiplier, through the realization of the two documents call. As the sub-modules to simplify the procedure call makes a lot.)
- 2008-12-30 20:51:33下载
- 积分:1
-
11-07-11
AD9910实现脉冲内线性调频信号,仅供参考(AD9910 to achieve linear FM pulse signal, for reference only)
- 2013-09-16 10:52:00下载
- 积分:1
-
FGPA,Verilog,Xilinx,Siga-S16
应用背景上传的是Verilog FPD版教学!本人还会陆续的上传Xilinx 开发板能用到的部分程序,对于初学FPGA的朋友可以进来看一下!!关键技术主要是针对初学FPGA朋友上传的资料,以后还会传源代码的!!用的是Verilog语言,开发板是Xilinx的。
- 2022-08-06 23:22:25下载
- 积分:1
-
pinlvji
说明: 使用FPGA测量频率大小,并且在数码管上进行显示(Frequency measurement using FPGA and display on digital tube)
- 2020-06-18 10:20:02下载
- 积分:1
-
FPGA-matrix
任意维数矩阵求逆的fpga实现,矩阵求逆是矩阵运算中最重要且最难实现的一种运算(fpga implementaion of matrix inverse of any dimension)
- 2014-09-30 20:07:51下载
- 积分:1