-
ASK编码(Verilog通过,内含Testbentch)
`timescale 1ns / 1ps
//////////////////////////////////////////////////////////////////////////////////
//creat for the zedboard .
//The AD used ADV7511.
//////////////////////////////////////////////////////////////////////////////////
module ad(
datain , clk , rst , dataout );
input [11:0] datain;
input clk;
input rst;
output [11:0] dataout;
- 2022-01-25 20:47:44下载
- 积分:1
-
AD_TO_FIFO
A/D采集的数据缓存进入fifo,并通过读信号将FIFO中的数据送入网口(A/D sample data buffer to fifo,and then read enable to ethernet.)
- 2020-07-10 21:08:54下载
- 积分:1
-
ad9226test
使用CycloneIV芯片,实现对高精度ADCad9226的数据采集。内有详细代码说明,并附有调试结果(Use CycloneIV, to achieve high-precision data acquisition ADCad9226. Along with debugging results)
- 2014-08-15 16:18:33下载
- 积分:1
-
taxi
利用Verilog HDL语言设计了出租车计费器,使其具有时间 显示、计费以及模拟出租车启动、停止、复位等功能,并设置了动态扫描电路显示车费和对应时间,显示 了硬件描述语言Verilog—HDL设计数字逻辑电路的优越性。(Design using Verilog HDL language a taxi meter, it has time display, billing and simulation taxi start, stop, reset and other functions, and set dynamically display scanning circuit and the corresponding time fare, shows the hardware description language Verilog-HDL design advantages of digital logic circuits.)
- 2011-08-30 08:18:51下载
- 积分:1
-
zidong-shouhuoji
用VERILOG实现自动售货机功能,运行正确,希望有帮助(Use VERILOG implementation vending machine function, correct operation, hope to have help)
- 2014-01-05 20:42:49下载
- 积分:1
-
sep_fram_v0.0
直接序列扩频系统的收发系统,可以进行参数配置(this is a Verilog program )
- 2016-03-01 13:22:03下载
- 积分:1
-
USB2.0的IP核(详细verilog源码和文档)
USB2.0的IP核开发.代码可以直接使用已经验证过(USB2.0 IP kernel development. Code can be used directly, has been verified)
- 2020-12-24 18:49:04下载
- 积分:1
-
MultiMIPS
多周期MIPS system vivado实现(Multi-cycle MIPS system vivado)
- 2018-06-24 18:19:29下载
- 积分:1
-
HMC PLL fpga控制程序
HMC 830/833/704控制程序,完成控制时序,对PLL芯片寄存器进行初始化,采用VERILOG语言编写,已在硬件平台上测试通过。
- 2022-06-14 01:29:21下载
- 积分:1
-
The_entire_FPGA_design_flow_Modelsim_Synplify
详细的说明了FPGA设计的整个流程
FPGA设计全流程Modelsim>>Synplify.Pro>>ISE(Detailed description of the FPGA design flow of the entire FPGA design flow full Modelsim> > Synplify.Pro> > ISE)
- 2009-04-06 10:12:48下载
- 积分:1