搜索资源列表
pli_handbook_examples_pc
- pli_handbook_examples_pc verilog hdl 与C的接口的典型例子-pli_handbook_examples_pc verilog and C hdl The classic example of the interface
cpld11245
- 主要介绍了等精度频率测量原理,该原理具有在整个测试频段内保持高精度频率 测量的优点 同时在该原理基础上,采用了Verilog HDL语言设计了高速的等精度测频 模块,并且利用EDA开发平台QUARTUS11 3 .0对CPLD芯片进行写人,实现了计数等 主要逻辑功能 还使用C语言设计了该等精度频率计的主控程序以提高测量精度。本设 计实现了对频率变化范围较大的信号进行频率测量,能够满足高速度、高精度的测频要 求。-Introduced, such as the accuracy
Verilog2C++
- verilog to C++ used by programmers to convert their source code from verilog hdl hardware siscr iption language to c++ invironment
haiming
- 信息论与编码中,实现的一个简单的(7,4)系统线性分组码,也即海明码-Construct a systematic (7,4) linear block code.You can use c lauguage or HDL (VHDL or Verilog-HDL) to describe it. Construct a linear block decoder,and decode the received code vector[0 1 0 1 1 0 1].Please write the
VSELLLERRe
- 一种基于verilog HDL的自动售货机控制电路设计:能对5种不同种类的货物进行自动售货,价格分别为A=1.00,B=1.50,C=1.80,D=3.10,E=5.00 。售货机能接受1元,5角,111角三种硬币(即有三种输入信号IY,IWJ,IYJ),并且在一个3位7段LED(二位代表元,一位代表角)显示出来以投入的总钱数,最大9.90元,如果大于该数值,新投入的硬币会退出,选择货物的输入信号I -Verilog HDL-based vending machine control cir
5-HandelC
- Handel-C语言的学习文档。Handel-C语言由C/C++演化而来,可以自动实现C到VHDL、C到Verilog、C到EDIF等转换。在DK环境中,DK+Handel-C工具能直接把基于C语言的设计转变为优化的HDL(可以实现:C到VHDL、C到Verilog、C到EDIF等的自动生成), 进而通过FPGA实现,从而保证了各种复杂的高难算法在工程应用的实时性。(Handel-C language documentation. Handel-C language by C/C++ Evolv
verilog2vhdl
- Verilog2C++ translates a C++ class of a Verilog design using a cycle-accurate representation of each nets and registers. Verilog2C++ is about 10 times faster than other commercial simulators, but has only simple functions.