搜索资源列表
数字边沿鉴相器
- 数字边沿鉴相器 verilog源程序 -figures for 2500 phase-2500 verilog source digital phase detector verilog source
costas的verilog程序
- costas的verilog程序,包含乘法器,DDS,鉴相器,环路滤波器等模块-costas the verilog program, including multipliers, DDS, phase detector, loop filter modules
10010
- Verilog状态机设计-10010序列检测器-Verilog state machine design-10010 Sequence Detector
dpll
- 基于Verilog的数字锁相环。包括三个模块,数字鉴相器DPD、数字环路滤波器DLF、数控振荡器 DCO三部分构成-Verilog-based digital PLL. Consists of three modules, the digital phase detector DPD, digital loop filter DLF, digitally controlled oscillator DCO three parts
check
- 用Verilog实现的序列检测器,可以检测出任意规定序列-Verilog implementation using the sequence detector
sequencedetector
- verilog code for 3 bit sequence detector
seqdet
- 串行序列检测器,以得到modelsim仿真波形,用verilog编写。-Serial sequence detector to get modelsim simulation waveform, prepared with verilog.
xuliemajiance
- 本程序为基于verilog HDL的序列码检测器-detector
top_module
- OFDM Gaurd Detector, Symbol length = 1024 & Gaurad Length = 256, and test bench written in verilog!
alu_sequence_detector_1101
- It is verilog based implementation of ALU and sequence detector for detecting sequence 1101
detector
- this file is detector verilog source and test bench file thank you!
10101-sequence-detector
- 课程设计之10101序列检测器的Verilog 实现-10101 sequence detector
verilog-example
- verilog基础实验,包括篮球计数器,序列检测计等-verilog based experiments, including basketball counter sequence detector
10010sequece-detector
- 序列发生器,Verilog HDL语言描述,包含文件说明和波形截图-Sequence generator, Verilog HDL language descr iption , contains the file descr iption and waveform capture
8_1
- 一个具有置位、复位、左移和右移功能的八位移位寄存器/“01011010”序列检测器。移位寄存器电路端口为:异步清零输入端口rst,输入时钟clk,置数判断输入端口load,移位类型判断输入端口m,数据输入端口data[7:0],输出端口q[7:0]。序列检测器电路端口为:异步清零输入端口rst,输入时钟clk,串行数据输入端口d,输出标志端口s。(A eight bit shift register / 01011010 sequence detector with set, reset, le
sequential detector
- verilog 固定序列检测器,能够检测10111序列,波形无误。适合Verilog初学者学习(Verilog fixed sequence detector)
SEQ_DETECTOR
- 这是一个四位串行数据检测器,一共有三种模式可以选择:递增(检测连续四位递增序列),递减(检测连续四位递减序列)和不变(检测连续四位不变序列)。整个设计采用同步时钟,异步复位,用米利状态机,并配置好了仿真环境和仿真文件。(This is a four bit sequence detector, including three modes that can be selected: increment mode (detecting four consistency increment data)
sequence detector
- sequence detector in verilog for xilinx
ug901-vivado-synthesis-examples
- verilog edge detector codee, for vibado tollssssss
verilog状态机
- 采用Verilog语言设计一个序列信号发生器和一个序列信号检测器,二者都以状态机模式实现。序列信号发生器输出8位宽度的序列信号“10110110”,通过数码管显示出来;序列信号发生器的输出接入序列信号检测器,检测器检测当前的输入信号,若出现目标序列信号则通过蜂鸣器输出一个声响,表示检测到有效的目标信号。(A sequence signal generator and a sequence signal detector are designed using Verilog language, b