-
FPGA
FPGA设计中的时序分析及异步设计注意事项
(FPGA design timing analysis and design considerations for asynchronous)
- 2011-08-15 22:02:50下载
- 积分:1
-
altera several new FPGA configuration methods and the use of experience
altera的几种新型的FPGA的配置方法和使用心得-altera several new FPGA configuration methods and the use of experience
- 2022-05-09 07:27:04下载
- 积分:1
-
eda技术与vhdl课件,很经典的学习课件
eda技术与vhdl课件,很经典的学习课件-VHDL EDA technology and courseware, it is a classic learning courseware
- 2022-05-18 23:44:31下载
- 积分:1
-
异步FIFO的设计 包括testbench 已调试成功
异步FIFO的设计 包括testbench 已调试成功-Asynchronous FIFO design includes testbench debug success has been
- 2023-04-13 19:40:03下载
- 积分:1
-
FFT 32 BIT VHDL PROGRAM
FFT 32位VHDL编程
- 2022-02-25 15:36:41下载
- 积分:1
-
关于FFT算法的FPGA实现(源码),数字信号处理不可少。
关于FFT算法的FPGA实现(源码),数字信号处理不可少。-FFT algorithm on the FPGA implementation (source code)
- 2022-02-26 14:45:28下载
- 积分:1
-
2点基2 FFT
此代码在FPGA使用VHDL了FFT的基本思想。
- 2022-01-25 16:35:13下载
- 积分:1
-
xapp1026
XILINX中LWIP协议例子应用指南,有实际例子(Examples of applications in LWIP agreement XILINX Guide, a practical example)
- 2020-10-13 22:07:32下载
- 积分:1
-
PIC单片机学习软件及其资料
说明: PIC单片机学习软件及其资料,入门到精通(PIC MCU learning software and its information, entry to proficiency)
- 2019-07-04 17:17:40下载
- 积分:1
-
fffffff
如上图所示, Rst是低电平有效的系统复位信号,Clk是时钟信号。AB[5:0]是地址信号,DB[7:0]是数据信号,wr是低电平有效的写信号。start是启动信号。
模块中有一个64x8的双端口的存储器。系统复位结束后,可以通过AB、DB和wr信号向同步存储器写入数据。当写入64个数据后,给出一个Clk周期宽度的脉冲信号start,则系统从存储器0地址处开始读出数据,读出的8位数据从低位开始以3位为一组,每个时钟周期输出一组,即第一个时钟周期输出[2:0]位,第二个时钟周期输出[5:3]位,第三个周期输出1地址的[0]位和0地址的[7:6]位,直至将存储器中64x8数据全部输出。若最后一组不足三位,则高位补0。
(As shown above, Rst is an active-low system reset signal, Clk is a clock signal. AB [5: 0] is the address signal, DB [7: 0] is the data signal, wr write signal is active low. start is the start signal. Module in a dual port memory of 64x8. After the reset, you can write data to the synchronous memory by AB, DB and wr signals. When data is written to 64, given the width of a pulse signal Clk cycle start, the system begins to read the memory address 0, 8 data read out a low starting with three as a group, each clock outputs a set period, which is the first clock cycle of the output [2: 0] bits, the second clock cycle output [5: 3] position, the third cycle of the output of an address [0] and 0 address [7 : 6] bit, until all the data in memory 64x8 output. If the last group of less than three, the high 0s.)
- 2020-11-04 20:39:51下载
- 积分:1