代码搜索:Add
找到约 10,000 项符合「Add」的源代码
代码结果 10,000
www.eeworm.com/read/444623/7610120
qws add.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/444623/7610127
sof add.sof
www.eeworm.com/read/444623/7610130
dbp add.dbp
www.eeworm.com/read/444623/7610140
hif add.hif
Version 5.1 Build 176 10/26/2005 SJ Full Version
33
1707
OFF
OFF
OFF
OFF
OFF
FV_OFF
Level2
0
0
VRSM_ON
VHSM_ON
0
-- Start Partition --
-- End Partition --
# entity
add
# storage
db
www.eeworm.com/read/444623/7610141
psp add.psp
www.eeworm.com/read/444623/7610164
cdf add.cdf
/* Quartus II Version 5.0 Build 148 04/26/2005 SJ Full Version */
JedecChain;
FileRevision(JESD32A);
DefaultMfr(6E);
P ActionCode(Cfg)
Device PartName(EPM7128SL84) Path("") File("add.pof")
www.eeworm.com/read/444623/7610165
vwf add.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/444623/7610167
pof add.pof
www.eeworm.com/read/444623/7610170
v add.v
/*
两个三位二进制数的加法,结果由数码管显示
a: dial[2:0]
b: dial[5:3]
*/
module add(a,b,c,en);
input[2:0] a,b;
output[7:0] c;
reg[7:0] c;
output[7:0] en;
wire[3:0] c_tmp;
assign en=8'b11111110;
assig