-
qiangdaqi
本程序为四路抢答器verlog HDL语言工程实例。(This program is four Responder verlog HDL language engineering examples.)
- 2013-10-30 14:48:21下载
- 积分:1
-
BGM benchmark
// DEFINES
`define BITS 32 // Bit width of the operands
`define NumPath 34
module bgm(clock,
reset,
sigma_a,
sigma_b,
sigma_c,
Fn,
dw_x,
dw_y,
dw_z,
dt,
Fn_out
);
// SIGNAL DECLARATIONS
input clock;
input reset;
input [`BITS-1:0] sigma_a;
input [`BITS-1:0] sigma_b;
input [`BITS-1:0] sigma_c;
input [`BITS-1:0] Fn;
input [`BITS-1:0] dw_x;
input [`BITS-1:0] dw_y;
input [`BITS-1:0] dw_z;
input [`BITS-1:0] dt;
- 2022-04-09 23:29:23下载
- 积分:1
-
fpga
fpga的一些经验之谈,对初学者比较有用,都是些容易出错误的地方(FPGA some experiences, more useful for beginners, are more vulnerable to the wrong place)
- 2007-09-21 20:58:57下载
- 积分:1
-
design of 8 point fft
本课题描述了基于fpga的32点fft的设计。这里进行verilog编码来实现这个32点fft。使用xilinx ise 12.1版本进行合成和模拟;
- 2022-09-16 13:55:03下载
- 积分:1
-
SPI_DAC
使用VHDL语言实现了FPGA与DAC5688进行SPI通信更改寄存器值(The FPGA using VHDL language with the DAC5688 SPI communication to change the register value)
- 2011-10-23 21:14:45下载
- 积分:1
-
fpga_pc_software
计算机组成原理课程实验使用软件,Thinpad教学机教学实验软件
实现mips代码到机器代码之间的转换
实现本机和FPGA板的通信,将机器代码送入
可在本机编写代码送入fpga板的sram中,fpga板的cpu会运行(Computer architecture course experiment using software, Thinpad teaching machine teaching experiment software mips code into machine code conversion for communication between the machine and the FPGA board can be fed into the machine code written in native code into the fpga board sram in, fpga board cpu runs)
- 2014-06-15 18:10:11下载
- 积分:1
-
代码可以实现HDLC协议,替代PT7A6525芯片功能
代码由Verilog语言编写,可以实现HDLC协议,主要由发送模块、接收模块和cpu接口三个大模块组成,可以替代集成芯片PT7A6525。
- 2022-09-22 21:25:03下载
- 积分:1
-
agc
数字自动增益控制 AGC (automatic gain control) Verilog(automatic gain control Verilog)
- 2021-03-11 19:29:25下载
- 积分:1
-
c8051fPLL
说明: C8051F的一个特点就是可以倍频到100M。近来用到。在单片机的调试通过其PLL倍频函数。供用到的朋友参考和借鉴。(One feature is the ability C8051F multiplier to 100M. Recently used. In MCU debugging functions through its PLL multiplier. Used for reference for a friend.)
- 2021-03-04 12:39:32下载
- 积分:1
-
ASYNC_FIFO_SYNTH
This file contains async fifo design
- 2014-03-01 20:48:22下载
- 积分:1