搜索资源列表
traffic_lights
- 十字路口的交通指挥信号灯,控制要求如下: (1)信号灯受一个起动开关控制,当起动开关接通时,信号系统开始工作,且先南北红灯亮,东西绿灯亮。当起动开关断开时,所有信号灯都熄灭。 (2)南北绿灯和东西绿灯不能同时亮,如果同时亮时应关闭信号灯系统,并报警。 (3)南北红灯亮维持26S。在南北红灯亮的同时东西绿灯也亮,并维持20S。到20S时,东西绿灯闪烁,闪烁4S后熄灭。在东西绿灯熄灭时,东西黄灯亮,并维持2S。到2S时,东西黄灯熄,东西红灯亮。同时,南北红灯熄灭,南北绿灯亮。 (4)
traffic_lights
- Verilog语言3个程序,包括4位二进制的BCD码加法器,ALU位片,交通信号灯。既有源码也有word文档说明。-Verilog language three procedures, including 4-bit binary code of the BCD adder, ALU-bit chip, traffic lights. Only source documents that have word.
traffic_lights
- 使用VHDL编写的交通灯程序,主要分为分频模块、控制模块、显示模块-Use the traffic lights procedures, write VHDL mainly divided into frequency module, control module, display module
traffic_lights
- Verilog 语言实现的红黄绿交通灯程序,编译成功,为全工程文件,可以直接打开运行-Verilog language of the red yellow and green traffic lights program, compile successfully, for the whole project file, you can directly open the run
Traffic_lights
- 用VerilogHDL编程,在QuartusII软件仿真下实现交通灯的简单程序。-With VerilogHDL programming, software simulation in QuartusII traffic lights to achieve a simple procedure.
TRAFFIC_LIGHTS
- 用可编程逻辑器件实现十字路口交通灯的VHDL环境下的,源程序。-Programmable logic device to achieve traffic light intersection of VHDL environment, the source code.
Traffic_lights
- 基于VHDL语言的交通灯程序。有车辆检测程序。-Based on VHDL Language traffic light program. Vehicles testing procedures.
traffic_lights
- 用verilog语言实现了一个十字路口的交通灯实验-A crossroads of traffic lights experiment with verilog language
traffic_lights
- FPGA实现交通灯控制,主干道绿灯20秒,黄灯3秒,红灯10秒,具有交通管制功能-FPGA to achieve control of traffic lights, the main road green light of 20 seconds, three seconds of yellow light, red light 10 seconds, with traffic control
traffic_lights
- 交通灯控制器控制红(r)、绿(g)、黄(y)三种不同颜色的交通灯,这三种不同颜色灯的亮、灭分别由三个定时器(timer1、timer2、timer3)控制; 当某个定时器工作时,它所控制的交通灯亮,直到设定的定时时间到(该定时器状态由’0’变’1’),交通灯跳转到另一种状态; clk是脉冲控制端(图中未标出);reset是异步复位端,复位状态为红色交通灯亮; 输出端r、g、y分别表示三种颜色交通灯的亮、灭状态。
traffic_lights
- 运用Verilog HDL编程语言,实现十字路口的交通灯功能,可在FPGA等硬件上进行仿真(默认硬件晶振为50MHz)。-Using Verilog HDL programming language, to achieve the crossroads of traffic lights function, can be simulated in FPGA hardware on (the default hardware crystal is 50MHz).