代码搜索:Bit

找到约 10,000 项符合「Bit」的源代码

代码结果 10,000
www.eeworm.com/read/384728/8848864

vhd 40_generic_dec.vhd

package logic is type Bit_vector is array (Natural range ) of Bit; end logic; use WORK.logic.all; entity And2 is port( I1,I2: Bit; O1: out Bit); end and2; architecture And2_archit of
www.eeworm.com/read/384728/8848990

vhd 40_generic_dec.vhd

package logic is type Bit_vector is array (Natural range ) of Bit; end logic; use WORK.logic.all; entity And2 is port( I1,I2: Bit; O1: out Bit); end and2; architecture And2_archit of
www.eeworm.com/read/384728/8849091

vhd 59_decoder.vhd

entity decoder is port( I0 : in Bit; I1 : in Bit; O0 : out Bit; O1 : out Bit; O2 : out Bit; O3 : out Bit); end entity; architecture decoder_archi of decoder is signal
www.eeworm.com/read/427479/8940647

h compiler.h

#ifndef __COMPILER_H__ #define __COMPILER_H__ #ifdef __IMAGECRAFT__ // choose your AVR device here #include #include #define outp(val, reg) (reg = val) #define
www.eeworm.com/read/284185/8955512

vhd 40_generic_dec.vhd

package logic is type Bit_vector is array (Natural range ) of Bit; end logic; use WORK.logic.all; entity And2 is port( I1,I2: Bit; O1: out Bit); end and2; architecture And2_archit of
www.eeworm.com/read/284185/8955700

vhd 40_generic_dec.vhd

package logic is type Bit_vector is array (Natural range ) of Bit; end logic; use WORK.logic.all; entity And2 is port( I1,I2: Bit; O1: out Bit); end and2; architecture And2_archit of
www.eeworm.com/read/284185/8955783

vhd 59_decoder.vhd

entity decoder is port( I0 : in Bit; I1 : in Bit; O0 : out Bit; O1 : out Bit; O2 : out Bit; O3 : out Bit); end entity; architecture decoder_archi of decoder is signal
www.eeworm.com/read/185211/9050318

vhd testbench_struc.vhd

entity TEST_BENCH is end TEST_BENCH; use work.all; architecture AUTOCOR1 of TEST_BENCH is signal B,M1,M2,M3: BIT_VECTOR(3 downto 0); signal A: BIT_VECTOR(2 downto 0); SIGNAL RUN:BIT;
www.eeworm.com/read/381042/9114199

h defvar.h

/************************************************************************************* 文件类型: 文件作用:程序变量定义,用户可以自己修改和定义 修改权限: 文件相关: 创 建 人:GeminiKQ 创建日期:2006.12.20 当前版本:Ver0.1 版本信息
www.eeworm.com/read/181241/9263942

bsd mpc107.bsd

ENTITY MPC107 IS GENERIC (PHYSICAL_PIN_MAP : STRING := "PBGA"); PORT ( TCK : IN BIT; TDI : IN BIT; TDO : OUT BIT; TMS : IN BIT; TRST_L : IN BIT; HRESET_L : IN BIT; TEST_L : IN BIT; A