代码搜索:CMP
找到约 10,000 项符合「CMP」的源代码
代码结果 10,000
www.eeworm.com/read/32152/1031437
qsf cmp.qsf
# Copyright (C) 1991-2005 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any
www.eeworm.com/read/32152/1031441
v cmp.v
/*
两个4位二进制数的大小比较,结果输出到数码管显示
*/
module cmp(a,b,c,en);
input[3:0] a,b;
output[7:0] c;
reg[7:0] c;
output[7:0] en;
wire[3:0] c_tmp;
assign en=0;
assign c_tmp=(a>=b)? 1:0;
always@(c_t
www.eeworm.com/read/32152/1031447
pof cmp.pof
www.eeworm.com/read/32152/1031448
qpf cmp.qpf
# Copyright (C) 1991-2005 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any
www.eeworm.com/read/32152/1031449
qws cmp.qws
[ProjectWorkspace]
ptn_Child1=Frames
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
[ProjectWorkspace.Frames.ChildFrames]
ptn_Child1=Document-0
ptn_Child2=Document-1
ptn_Child3=Document-2
pt
www.eeworm.com/read/32152/1031466
psp cmp.psp
www.eeworm.com/read/32152/1031471
dbp cmp.dbp
www.eeworm.com/read/32152/1031484
hif cmp.hif
Version 6.0 Build 178 04/27/2006 SJ Full Version
36
1789
OFF
OFF
OFF
OFF
OFF
FV_OFF
Level2
0
0
VRSM_ON
VHSM_ON
0
-- Start Partition --
-- End Partition --
-- Start Library Paths --
-