搜索资源列表
process-simulation
- 20多个FPGA设计实例(程序+仿真图),包含LED控制,LCD控制,出租车计价器VHDL程序与仿真,波形发生程序,步进电机定位控制系统VHDL程序与仿真等等,VHDL语言编译。-More than 20 instances of FPGA design (process+ simulation map), contains the LED control, LCD control, taxi meter VHDL procedures and simulation, waveform proc
dianliuyuanMSP430
- 基于MSP430系列单片机的直流电流源,quartus软件vhdl编程仿真的,里面含程序 并附有实物图,我呕心沥血之作-Based on MSP430 MCU DC current source, quartus software VHDL programming simulation, which contains the program together with the physical map, I worked hard to make
vhdl
- library ieee use ieee.std_logic_1164.all entity decoder is port (clk:in std_logic clr:in std_logic data_in:in std_logic --待解码信元输入端; data_out:out std_logic) --解码信元输出端; end decoder architecture behave of decoder is component dff2