资源列表
Dabija
- my program is in fact a keyboard linked to spartan III fpga...when u presed a button it will be showed on the bcd of the fpga
e212a_laboratoare_xilinx
- there are some labs made by me .you will find her: a counter,a codificator,decodificator,and some others
bit4_mul
- vhdl写的程序,并行4位乘法器 加快流据传递,提高算法效率-bit4_mul
hw_for_sw
- vhdl. verilog,实用例程,希望对大家有帮助
Spartan3E_ADC
- 专门针对xilinx 的spartan3e开发板上的ADC转化的编程,绝对可用,仿真通过-Xilinx the spartan3e specific development board ADC conversion program, absolutely free, simulation by
cof
- 咖啡机的基本设计,是HVDL语言描写的,用于基本的咖啡机控制-cafe
Solutions
- `timescale 1ns / 1ps module AND_OR(INP, OUT1) input [3:0] INP output OUT1 wire SIG1, SIG2 MY_AND2 U0 (.A(INP[0]), .B(INP[1]), .C(SIG1)) MY_AND2 U1 (.A(INP[2]), .B(INP[3]), .C(SIG2)) MY_OR2 U2 (.A(SIG1), .B(SIG2), .
EDA2
- 学习数控分频器的设计、分析和测试方法。数控分频器的功能就是当在输入端给定不同输入数据时,将对输入的时钟信号有不同的分频比,数控分频器就是用计数值可并行预置的加法计数器设计完成的,方法是将计数溢出位与预置数加载输入信号相接即可。-NC crossover study design, analysis and testing methods. NC divider function is that when the input given different input data, input th
EDA4
- 1、熟悉Quartus软件的使用及设计流程。 2、掌握利用宏模块设计方法,即使用端口和参数定义生成宏功能模块。 3、掌握正弦信号产生的原理和方法。-1, familiar with the Quartus software use and design flow. 2, using macro control module design method, which uses port and parameter definition of the macro function modu
VHDL1
- 学习用FPGA设计一个信号发生器,根据输入信号的选择输出递增、递减锯齿波、三角波、阶梯波和方波。-Learning to use FPGA to design a signal generator, the choice of output to the input signal increases, decreasing sawtooth, triangle, ladder wave and square wave.
BX
- 正弦信号、三角波、锯齿波三种信号波形;同时对于正弦信号波形要求能够产生步进-Sine signal, triangle wave, sawtooth waveforms of three the same time requirements for sinusoidal waveforms to produce step
123
- Verilog是广泛应用的硬件描述语言,可以用在硬件设计流程的建模、综合和模拟等多个阶段。随着硬件设计规模的不断扩大,应用硬件描述语言进行描述的CPLD结构,成为设计专用集成电路和其他集成电路的主流。通过应用Verilog HDL对多功能电子钟的设计,达到对Verilog HDL的理解,同时对CPLD器件进行简要了解。
