搜索资源列表
基于FPGA的串并转换程序
- 基于FPGA的串并转换程序,8位并行。调试仿真成功,内附仿真波形文件
bsconvert
- 基于FPGA的实现数据串并转换的程序,可以把8位串行数据转换为8位并行数据,或把8位并行数据转换为8位串行数据等-FPGA-based string and data conversion procedures, can be 8-bit serial data into 8-bit parallel data, or the 8-bit 8-bit parallel data into serial data
FPGA-design-ideas-and-techniques
- FPGA 设计的四种常用思想与技巧包括:乒乓操作,流水线操作,串并转换技巧,数据接口同步方法-The four commonly used FPGA design ideas and techniques include: ping-pong operation, pipelining, and convert the string technique, synchronous data interface methods
FPGA_common_idea
- 本文讨论的四种常用FPGA/CPLD 设计思想与技巧:乒乓操作、串并转换、流水线操作、数据接口同步化,都是FPGA/CPLD 逻辑设计的内在规律的体现,合理地采用这些设计思想能在FPGA/CPLD 设计工作种取得事半功倍的效果。-This article discusses the four commonly used FPGA/CPLD design ideas and techniques: ping-pong operation, strings, and conversion, pipe
Simulate
- FPGA控制AD逐点采集信号,并将AD转换后的数据串行发送出去。-FPGA to control the signal sampling point by point AD, AD conversion and serial data sent.
auk_sdsdi
- 用于FPGA设计的代码(Verilog代码),在FPGA设计中的高速串并转换,时钟提取,对齐处理等功能-for FPGA design ,written by Verilog HDL the functions include SERDES , CDR and so on
signal_output
- 本文件是可以直接使用下载到FPGA里面使用,里面包含时钟分频电路,串并转换和并串转换电路,多通道信号加权的乘加电路等。-The document may download to FPGA chip to complete the clock divider,serial-to-parallel,parallel-to-serial,and multiple-add circuit for multiple channels weight calculation
www
- 主要功能就是实现基于FPGA的FIR滤波器设计的串并转换。-Main function is to implement FPGA-based FIR filter design and convert the string.
UART
- 基于FPGA的串并转换程序,8位并行。调试仿真成功,内附仿真波形文件-FPGA-based string and conversion program, 8-bit parallel. Debugging the simulation succeeds, the file containing the simulation waveforms
Four-FPGA-design-techniques
- FPGA设计的四种常用思想与技巧,包括乒乓操作、串并转换、流水线操作、数据接口同步化-FPGA design of the four common ideas and techniques, including the operation of ping-pong, SERDES, pipelining, synchronization of data interface
FHT_example
- 面积和速度的互换是FPGA/CPLD设计的一个重要思想。乒乓操作、串并转换-The balance between area and speed is a important idea in the design of FPGA/CPLD. Ping-pong operation、the conversion between series and parellel
serial-to-parallel
- 学习串并转换的代码编写,认识编写风格和技巧,fpga官方网站的代码设计,可直接使用,通过了仿真-Learning string and converts the code written to recognize the writing style and skills, fpga official website of the code design, can be used directly, through simulation
ser
- FPGA的串并转换器。包括Verilog源码和时序仿真波形。-FPGA serial-parallel converter. Including the Verilog source code and simulation waveform.
verilog-procedures
- fpga的基于verilog的串行数据转并行数据的相关资料,相关内容uart协议,串并转换程序-verilog fpga-based serial data to parallel data, relevant information, relevant content uart protocol string and conversion program
parallel_to_serial_conversion
- 熟悉FPGA串并转换思想,并行数据转换为串行数据输出,通过modelsim验证-Familiar FPGA string and convert ideas, parallel data into serial data output via modelsim verification
Example-s1-1
- 面积和速度的互换是FPGA/CPLD设计的一个重要思想。从理论上讲,一个设计如果时序余量较大,所能运行的频率远远高于设计要求,那么就能通过功能模块复用减少整个设计消耗的芯片面积,这就是用速度的优势换面积的节约;反之,如果一个设计的时序要求很高,普通方法达不到设计频率,那么一般可以通过将数据流串并转换,并行复制多个操作模块,对整个设计采取“乒乓操作”和“串并转换”的思想进行处理,在芯片输出模块处再对数据进行“并串转换”。从宏观上看,整个芯片满足了处理速度的要求,这相当于用面积复制换取速度的提高。面
dac8552
- FPGA中利用状态机实现串并转换,读取dac8552数据-FPGA utilizing state machine string and conversion, data read dac8552
Fre_Multi_Ctrl_1114
- 实现camerallink任意位的串并转换(Implementation of camerallink arbitrary bit series conversions)
bingchuanzhuanhuan
- 基于Xilinx FPGA ,串并转换模块
串口电压表VHDL
- 使用 AD 转换器 TLV1570,将 0-2.5V 的电压转换成 10 位二进制结果,再将 10 位二进制结果转换成 4 位 BCD 码 (整数部分 1 位,小数部分 3 位),并通过 UART 串口将数据送上位机 (电脑)进制显示(Serial port voltmeter)