资源列表
deng
- 一款非常基本的流水闪光灯的程序,供初学者学习使用
multiplier
- 采用移位相加方法设计的串行乘法器,具有握手信号(输入启动信号,输出完成信号),采用状态机方法设计的源代码。-A serial multiplier with a handshake signals (input start signal, the output completion signal), designed by adder and shifter using a state machine.
NO3_ALU_IF
- alu_if bu vhdl using xlinx
counter32
- 基于VHDL的方波产生代码,根据占空比的不同,输出不同方波-Based on square wave generated VHDL code, according to the different duty cycle, the output of different square-wave
qiangdaqi
- 一个关于抢答器的HDL设计,完整源代码 Vhdl编程,编译通过-A Responder on the HDL design, complete source code Vhdl programming, compile
traffic-light
- Verilog based traffic light controller source code
lcd
- 本实验是用LCD1602显示英文 显示“HELLO WORLD!-This experiment is LCD1602 display in English Display "HELLO WORLD!
MotorControl
- This source code is used to control moto controller
key_test
- 采样按键输入,按20ms周期实现按键毛刺消除功能-Sampling key value, to achieve key-glitch elimination function
adconfig
- 一般AD模数转换器的VHDL配置程序,输出为14位串口输出,状态机实现的。-General AD ADC VHDL configuration program, the output is 14 serial output, the state machine implementation.
regfiles
- 寄存器堆 32个寄存器,可实现数据写入和读出,regfiles 时钟控制-Register file 32 registers allow data writing and reading, regfiles clock control
FSM状态机verilog代码
- 能实现状态转换、移位功能的状态机,使用verilog代码编写,能通过modelsim编程实现。