-
三八译码器
verilog编写的程序实现三八译码器功能,输入为3位,输出为8位,实现选择的功能。
verilog编写的程序实现三八译码器功能,输入为3位,输出为8位,实现选择的功能
- 2022-02-22 13:23:45下载
- 积分:1
-
fft
说明: 用FPGA实现8点fft,整个代码使用verilog编写,主要运用了加法器和乘法器,简单易懂(8-point FFT with FPGA, The whole code is written by Verilog, mainly using adder and multiplier, which is easy to understand)
- 2021-03-29 20:59:10下载
- 积分:1
-
FPGA COMS传感器接口 LCD 移动终端源代码
用FPGA实现COMS传感器接入,LCD控制,及与ARM通信的源代码,包含matlab仿真及硬件原理图和手册,非常全面
- 2022-12-10 20:50:03下载
- 积分:1
-
1024位RSA加密算法
RSA算法的描述 选取长度应该相等的两个大素数p和q,计算其乘积: n = pq 然后随机选取加密密钥e,使e和(p–1)(q–1)互素。 最后用欧几里德扩展算法计算解密密钥d,以满足 ed = 1(mod(p–1)(q–1)) 即 d = e–1 mod((p–1)(q–1)) e和n是公钥,d是私钥
- 2022-03-21 11:09:07下载
- 积分:1
-
xintf-fpga
本程序主要是实现xinlinx fpga与dsp之间的双工通信(This program is to achieve duplex communication between xilinx fpga and dsp)
- 2021-02-10 18:29:52下载
- 积分:1
-
仲裁者Verilog
这是编码在 Verilog 用于由 4 个不同端口循环赛样式选择仲裁。理解的状态机的概念,最后我已经编写了代码和台架测试,验证之后它彻底,
请看下面的代码,
注意;-它是有一个轮循仲裁设计一样
我们的任务和功能的一部分是,它不得不等待下一个请求按递增的顺序,直到它给格兰特为该请求。
- 2023-03-20 13:05:03下载
- 积分:1
-
单相逆变simulink仿真
说明: 利用Matlab/simulink实现电力仿真,其中单相逆变可用于多电平变流器的基础使用,本案例提供了不同调制手段实现逆变的模型(Matlab / Simulink is used to realize power simulation, in which single-phase inverter can be used as the basis of multi-level converter. This case provides the inverter model with different modulation means)
- 2019-11-12 15:03:55下载
- 积分:1
-
test-bench
如何编写测试文件,,test bench的编写方法和是列,,总结的非常好的东西(how to code test bench in verilog)
- 2012-03-31 08:38:24下载
- 积分:1
-
fpga_ofdm
这是篇<基于FPGA 的OFDM 宽带数据通信同步系统设计与实现>, 觉得甚是有用,大家共同学学。(This is the article <FPGA-OFDM-based broadband data communication systems design and implementation of synchronous> that even be useful, we all learn together.)
- 2007-06-13 00:02:43下载
- 积分:1
-
FIFO2
用verilog HDL语言编写的fifo存储器源文件 (Using Verilog language HDL FIFO memory source file)
- 2012-03-08 09:12:18下载
- 积分:1