代码搜索:LED_CONTROL
找到约 28 项符合「LED_CONTROL」的源代码
代码结果 28
www.eeworm.com/read/348774/10867831
b bank.b
// Binding File - DO NOT EDIT
// Binding written January 19, 2001 4:41:15 PM PST
// By FastChip Version 2.1.1 Build 001212-1646
// Binding last modified January 19, 2001 4:41:12 PM PST
V 1 2;
D E
www.eeworm.com/read/283256/9033450
v main.v
module main(clk,KEY1,KEY2,LEDSN1,LEDSN2,RED1,YELLOW1,GREEN1,RED2,YELLOW2,GREEN2);
output RED1,YELLOW1,GREEN1,RED2,YELLOW2,GREEN2;
output [8:0]LEDSN1,LEDSN2;
input clk,KEY1,KEY2;
wire RED1,YELLOW1,
www.eeworm.com/read/283256/9033452
v led_control.v
module LED_control(flag,RED,YELLOW,GREEN);
output RED,YELLOW,GREEN;
input [1:0]flag;
reg RED,YELLOW,GREEN;
always @(flag)
case(flag)
2'b00:
begin
RED=1;
YELLOW=0;
www.eeworm.com/read/348774/10867798
his bank.his
// Project History written March 29, 2000 4:54:03 PM CST
// By FastChip Version 1999 Release 022000 Build 15
Created project;bank;jkroll;March 28, 2000 2:17:48 PM CST
Created module;7seg_A;jkroll;Ma
www.eeworm.com/read/348774/10867841
rpt bank.rpt
Timing Analysis Contents
Timing Constraint Analysis
Pad to Pad Delays
Pad to Setup Delays
www.eeworm.com/read/348774/10867844
p bank.p
// Binding File - DO NOT EDIT
// Binding written January 19, 2001 4:41:01 PM PST
// By FastChip Version 2.1.1 Build 001212-1646
// Binding last modified January 19, 2001 4:41:01 PM PST
V 1 2;
D E
www.eeworm.com/read/348774/10867822
pm bank.pm
// Netlist written January 19, 2001 4:41:01 PM PST
// By FastChip Version 2.1.1 Build 001212-1646
// Netlist last modified January 19, 2001 4:41:01 PM PST
netlist
module toplevel {
net led [7
www.eeworm.com/read/348774/10867833
bn bank.bn
// Netlist written January 19, 2001 4:41:15 PM PST
// By FastChip Version 2.1.1 Build 001212-1646
// Netlist last modified January 19, 2001 4:41:10 PM PST
netlist
module toplevel {
net led [7
www.eeworm.com/read/348774/10867852
m bank.m
// Netlist written January 19, 2001 4:40:48 PM PST
// By FastChip Version 2.1.1 Build 001212-1646
// Netlist last modified January 19, 2001 4:40:48 PM PST
netlist
module toplevel {
net led [7
www.eeworm.com/read/337754/12342476
summary led_scan.map.summary
Analysis & Synthesis Status : Successful - Fri Jan 11 15:34:31 2008
Quartus II Version : 6.0 Build 178 04/27/2006 SJ Full Version
Revision Name : led_scan
Top-level Entity Name : led_control
Famil