资源列表
test_sdram
- 测试sdram程序,用来驱动sdram ip 核的程序-test sdram
2006112623122040
- 系统设置一个两位BCD码倒计时计数器(计数脉冲1HZ),用于记录各状态持续时间; 因为各状态持续时间不一致,所以上述计数器应置入不同的预置数; 倒计时计数值输出至二个数码管显示; 程序共设置4个进程: ① 进程P1、P2和P3构成两个带有预置数功能的十进制计数器,其中P1和P3分别为个位和十位计数器,P2产生个位向十位的进位信号; ② P4是状态寄存器,控制状态的转换,并输出6盏交通灯的控制信号 -e
ubs_fifo
- 同步写USB_SLAVE_FIFO的VHDL源代码-Synchronous write USB_SLAVE_FIFO the VHDL source code
cpu_16bit
- design cpu 16 bits by verilog HDL.
New-WinRAR-archive
- speed controller using 8051
m57enc
- the attached code replicates the manchester encoder functionality ref to HD6409 chip
addersubtractor
- it is adder & subtractor in vhdl
Capture_Form
- Capture From ,This is a Code for picture Cpature by Builder C-Capture From
S6B0721
- 用S6B0721驱动点阵式64*128的LCD屏显示程序,用8051系列单片机用C编写-S6B0721 drive 64* 128 dot matrix LCD screen display program, written in C 8051
RGB_HSI
- RGB-HSI相互转换的matlab函数,程序实现比较简单,直接可以运行-failed to translate
servo
- Atmega单片机以软件方式产生8路舵机脉宽代码,精度<1微秒,晶振8M-failed to translate
串口接收程序
- 异步串口接收程序,主要功能是将异步串口转换成8位并口数据,数据格式为8位数据、1个停止位、1个停止位、无校验位,可以自行设置波特率。