-
I2C_CSDN
verilog 编写的I2C程序,控制D/A的(I2C program written by Verilog to control D/A)
- 2020-06-18 21:20:02下载
- 积分:1
-
LDPC_Encoder
verilog 编写的ldpc编码,含有两个文件(LDPC written by Verilog)
- 2021-03-08 19:19:28下载
- 积分:1
-
jtag
verilog语言编写的jtag(边界扫描模块),初学的时候可以看看(verilog language jtag (boundary scan module), a novice when you can look)
- 2021-04-27 14:38:44下载
- 积分:1
-
Subway_VHDL
模拟地铁自动售票机选票、付款、取票、找零等功能,包含软件仿真和硬件响应,可供仿真测试和FPGA验证。(Analog subway ticket vending machine ballots, payment, tickets, give change and other features, including software simulation and hardware response for simulation and FPGA verification test.)
- 2016-03-14 10:44:14下载
- 积分:1
-
Verilog RS232代码
Verilog RS232代码, 分为三个模块,时钟产生模块,发送数据模块,接收数据模块。
整个工程的功能是,你从串口上位机发送什么数据,串口就将该数据重新发送回上位机
- 2023-02-16 19:05:04下载
- 积分:1
-
fenpin
这是一个二进制的最简单分频器,是一个简短的fpga代码,用verilog书写(This is the most simple of a binary frequency divider, the fpga is a short code, written in verilog)
- 2013-11-17 15:01:30下载
- 积分:1
-
8_BUS
BUS documentation and map reffereces
- 2020-06-25 19:40:02下载
- 积分:1
-
DE2_UserManual
DE2使用手册,介绍DE2的所有组成元件,使用方法,还有相应的实例。(DE2 User Manual, describes all the components DE2 components, using the method, there is a corresponding instance.)
- 2010-11-14 12:43:48下载
- 积分:1
-
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
-
16bit multiplier
Verilog code to implment the 16 bits logic multiplier. The output is also 16bits including the document to describe the implement in detail .
- 2022-01-28 09:21:47下载
- 积分:1