代码搜索:adder

找到约 6,792 项符合「adder」的源代码

代码结果 6,792
www.eeworm.com/read/439405/7710215

vwf full_adder.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/439405/7710217

pof full_adder.pof

www.eeworm.com/read/439405/7710218

qpf full_adder.qpf

# Copyright (C) 1991-2008 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 outpu
www.eeworm.com/read/439405/7710221

pin full_adder.pin

-- Copyright (C) 1991-2008 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and a
www.eeworm.com/read/439405/7710279

psp full_adder.psp

|
www.eeworm.com/read/439405/7710285

hif full_adder.hif

Version 8.0 Build 215 05/29/2008 SJ Full Version 38 2468 OFF OFF OFF OFF ON ON ON FV_OFF Level2 0 0 VRSM_ON VHSM_ON 0 -- Start Partition -- -- End Partition -- -- Start Library Path
www.eeworm.com/read/439405/7710287

done full_adder.done

Sun Nov 30 13:15:15 2008
www.eeworm.com/read/436696/7765671

bsf adder18.bsf

/* 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/436587/7767160

bdf adder_4.bdf

/* 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/435259/7794906

vhd full_adder.vhd

library IEEE; use IEEE.std_logic_1164.all; entity FULL_ADDER is port (X,Y,Cin : In std_logic; Cout, Sum: Out std_logic); end FULL_ADDER; architecture behaviour of FULL_ADDER is beg