代码搜索:CMP
找到约 10,000 项符合「CMP」的源代码
代码结果 10,000
www.eeworm.com/read/445804/7589973
c cmp.c
///////比较器0调试程序,带中断处理和比较器状态crossbar输出//////////
///////比较器0输出为P0.0口,比较器1输出为P0.1口,比较器2输出为P0.2口///////////
///////比较器0输入口为P2.6(+),和P2.7(-)///////////////////////////////////////
//////cmp.c//////////
www.eeworm.com/read/444623/7609884
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/444623/7609885
sof cmp.sof
www.eeworm.com/read/444623/7609889
v cmp.v
/*
两个4位二进制数的大小比较,结果输出到数码管显示
a: dial[3:0]
b: dial[7: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=8'b11111110;
as
www.eeworm.com/read/444623/7609895
pof cmp.pof
www.eeworm.com/read/444623/7609896
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/444623/7609897
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
[P
www.eeworm.com/read/444623/7609912
psp cmp.psp
www.eeworm.com/read/444623/7609917