CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 VHDL编程 搜索资源 - Verilog frame

搜索资源列表

  1. cmos_FPGA

    0下载:
  2. 采用Verilog语言,实现了FPGA控制视频芯片的数据采集,并将数据按帧存储起来-Verilog language, to achieve control of the FPGA chip video data acquisition, Data will be stored up by frame
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:1592
    • 提供者:margie
  1. hdlc

    3下载:
  2. 该工程是基于verilog hdl 语言编写的帧传输协议HDLC帧的发送端代码,会用QUATUSII的人都应该知道如何使用,希望能给你带来帮助-The project is based on the language verilog hdl frame transmission protocol HDLC frame of this generation - Codes will be used QUATUSII people should know how to use, in the hop
  3. 所属分类:VHDL编程

    • 发布日期:2014-01-15
    • 文件大小:382986
    • 提供者:何丹萍
  1. syn_frame

    3下载:
  2. 基于verilog的帧同步搜索,fpga中可以实现帧头搜索,进而实现同步,并有一定的容错能力-verilog-based frame synchronization searching
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:838
    • 提供者:dereklee
  1. SDH

    0下载:
  2. SDH开销的接收处理,要求: 1, A1和A2字节为帧头指示字节,A1为“11110110”,A2为“00101000”,连续3个A1字节后跟连续3个A2字节表示SDH一帧的开始。要求自行设计状态机,从连续传输的SDH字节流中找出帧头。 2, E2字节为勤务话通道开销,用于公务联络语音通道,其比特串行速率为64KHz(8*8K=64)。要求从SDH字节流中,提取E2字节,并按照64K速率分别串行输出E2码流及时钟,其中64K时钟要求基本均匀。(输出端口包括串行数据和64K串行时钟)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:1633
    • 提供者:刘镇宇
  1. JPEG2000

    0下载:
  2. jpeg 2000 encoder complete document
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2014-05-16
    • 文件大小:379311
    • 提供者:ibbu
  1. costas_loop

    2下载:
  2. 集中式插入式帧同步发的verilog源代码-concentrative inserted frame sync
  3. 所属分类:VHDL编程

    • 发布日期:2013-05-26
    • 文件大小:5081
    • 提供者:白健
  1. uart_0910

    0下载:
  2. uart串口传输的verilog RTL级源码,已通过仿真验证。文件主要包含发送、接受位处理,发送、接受字节帧处理,对学习串口通信的朋友很有帮助-uart serial transmission verilog RTL-level source code has been verified by simulation. File mainly contains the send, receive digital processing, sending, receiving bytes of fr
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:7208
    • 提供者:李鹏
  1. amp

    1下载:
  2. 实现乘法和加法功能的Verilog HDL 硬件描述语言-Multiplication and filtering functions to achieve the main frame
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:731
    • 提供者:123
  1. image_download_demo(valid20091129)

    0下载:
  2. DE1上实现数码相框的verilog代码,以及实现方式-DE1 digital photo frame to achieve the verilog code, and Realization
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2014-07-29
    • 文件大小:33127807
    • 提供者:roychen
  1. PCM30_Frame_Sync

    0下载:
  2. 本程序实现了PCM30的帧同步和失步检测,采用verilog编程,包含了工程文件。-This procedure achieved PCM30 frame synchronization and detection step, using verilog programming, includes the project file.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:45115
    • 提供者:chenjian
  1. crc_eth

    0下载:
  2. Verilog code to add a CRC field at the end of an ethernet frame.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-22
    • 文件大小:1692
    • 提供者:caracol
  1. Long-frame-synchronous-clock

    1下载:
  2. 这是长帧同步时钟产生的Verilog源程序,已经编译通过,可以直接使用-This is a long frame sync clock generated Verilog source code, has been compiled by, can be used directly
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2015-01-15
    • 文件大小:185344
    • 提供者:莫然
  1. sd

    0下载:
  2. 一个基于verilog的数码相框的实现,全是verilog写的,里面包括一个sd驱动的文件系统-Verilog-based implementation of digital photo frame, all written in verilog, which includes a file system driver sd
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2014-07-29
    • 文件大小:10806272
    • 提供者:jibaozhang
  1. Frame-synchronizer-

    2下载:
  2. 原创,帧同步器的Verilog代码,在FPGA上验证实现过,无误。作为通信系统帧传输的仿真,有限状态机同步态和失步态的切换仿真。-Original Verilog code for frame synchronization, verify the implementation on the FPGA, and correct. Frame transmission as the communication system simulation, finite state machine sync
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2015-02-09
    • 文件大小:3072
    • 提供者:ZLS
  1. Verilog-HDL-digital-system-design

    1下载:
  2. Verilog HDL数字系统设计教程,其中对Verilog HDL语言的语法,FPGA的结构及其应用作了详细的讲解-Verilog HDL digital system design introduces the Verilog HDL language and the FPGA function including syntax ,FPGA frame and application and so on
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-06-14
    • 文件大小:22719541
    • 提供者:tyh
  1. frame-synchronous-search-circuit

    1下载:
  2. 用verilog语言编写的帧同步搜索电路,输入数据data为8 bit并行数据流,基本结构为数据帧,帧长为10字节,帧同步字为H“FF”。clk为输入同步时钟。-Verilog language for frame synchronous search circuit, the input data is data for the 8-bit parallel data stream, the basic structure of the data frame, the frame lengt
  3. 所属分类:VHDL编程

    • 发布日期:2017-05-09
    • 文件大小:420881
    • 提供者:眭明
  1. PCM30-Verilog-source-code

    0下载:
  2. 使用Verilog设计PCM30基群帧同步电路 电路功能说明: 1.输入码流DATA,速率为2.04Mb/S;每帧256bit,其中前8bit为帧同步码;偶数帧的帧同步码为10011011,奇数帧的帧同步码为110XXXXX(X为任意值)。 2.系统初始状态为失步态,失步信号FLOSS输出低电平,电路在输入码流里逐比特搜寻同步码,当搜寻到第一个偶帧同步码后,电路转为逐帧搜寻,当连续三帧均正确地搜寻到同步码后,系统状态转为同步态,失步信号输出高电平;否则电路重新进入逐比特搜寻状态。
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-11
    • 文件大小:1086
    • 提供者:Simon
  1. frame

    0下载:
  2. verilog编写的帧同步检测代码及仿真程序。帧信息序列用伪随机码表示,同步码为100110-frame synchronization detection code written in verilog and simulation procedures with frame information using a pseudo-random code sequence, and synchronization code 10011011
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:3841
    • 提供者:薛思洋
  1. 帧同步

    0下载:
  2. 这是一个可以实现帧同步的编码,应用verilog编码(This is a coding that can implement frame synchronization, using Verilog coding)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-09
    • 文件大小:23552
    • 提供者:羽霜梦琳
  1. gtx_aurora_zc706_example

    2下载:
  2. Aurora 8B/10B协议是Xilinx公司针对高速传输开发的一种可裁剪的轻量级链路层协议,通过一条或多条串行链路实现两设备间的数据传输。协议Aurora协议可以支持流和帧两种数据传输模式,以及全双工、单工等数据通信方式。(The Aurora 8B / 10B protocol is a tailor-made lightweight link layer protocol developed by Xilinx for high-speed transmission that enabl
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-04-20
    • 文件大小:34766848
    • 提供者:独白惠茹
« 12 »
搜珍网 www.dssz.com