代码搜索:Carry
找到约 8,060 项符合「Carry」的源代码
代码结果 8,060
www.eeworm.com/read/385917/8781338
summary carry_propogate_adder.tan.summary
--------------------------------------------------------------------------------------
Timing Analyzer Summary
--------------------------------------------------------------------------------------
www.eeworm.com/read/385917/8781346
rpt carry_propogate_adder.flow.rpt
Flow report for carry_propogate_adder
Thu Dec 13 01:07:56 2007
Version 6.0 Build 178 04/27/2006 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal N
www.eeworm.com/read/385917/8781351
summary carry_propogate_adder.fit.summary
Fitter Status : Successful - Thu Dec 13 01:07:49 2007
Quartus II Version : 6.0 Build 178 04/27/2006 SJ Full Version
Revision Name : carry_propogate_adder
Top-level Entity Name : carry_propogate_add
www.eeworm.com/read/385917/8781216
cdb carry_propogate_adder.pre_map.cdb
www.eeworm.com/read/385917/8781250
cdb carry_propogate_adder.rtlv_sg.cdb
www.eeworm.com/read/385917/8781251
syn_hier_info carry_propogate_adder.syn_hier_info
www.eeworm.com/read/385917/8781276
vwf carry_propogate_adder.sim_ori.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/385917/8781303
ddb carry_propogate_adder.cmp0.ddb
www.eeworm.com/read/385917/8781311
hdb carry_propogate_adder.pre_map.hdb
www.eeworm.com/read/433434/7930401
bak counter_4b.v.bak
module counter_4b(count,carry_out,carry_in,clk,reset);
output [3:0] count;
output carry_out;
input clk,reset,carry_in;
reg [3:0] count;
reg carry_out;
initial count=0;
function [3:0] increment;
inp