代码搜索:adder

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

代码结果 6,792
www.eeworm.com/read/306208/13749284

txt vhdl.txt

5-1加法器(减法器电路设计 5-1-1全加器电路 --fadd.vhd fadd.vhd one bit full adder library ieee ; use ieee.std_logic_1164.all; entity fadd is port( a: in std_logic;--被加数 b: in std_logic;---加数 ci : in std
www.eeworm.com/read/158465/11612685

txt vhdl.txt

5-1加法器(减法器电路设计 5-1-1全加器电路 --fadd.vhd fadd.vhd one bit full adder library ieee ; use ieee.std_logic_1164.all; entity fadd is port( a: in std_logic;--被加数 b: in std_logic;---加数 ci : in std
www.eeworm.com/read/206351/15296363

eqn add4.fit.eqn

--E3_cs_buffer[0] is lpm_add_sub:i_rtl_0|addcore:adder|a_csnbuffer:result_node|cs_buffer[0] at LC8_C32 --operation mode is arithmetic E3_cs_buffer[0] = CIN; --E3_cout[0] is lpm_add_sub:i_rtl_0|
www.eeworm.com/read/312645/3667763

entries

D/adder//// D/arch//// D/cme555//// D/cogent//// D/csb281//// D/ec555//// D/fads//// D/mbx//// D/moab//// D/mpc5xx//// D/mpc8260//// D/mpc8xx//// D/mpc8xxx//// D/ppc40x//// D/ppc60x////
www.eeworm.com/read/312645/3667765

extra entries.extra

D/adder//// D/arch//// D/cme555//// D/cogent//// D/csb281//// D/ec555//// D/fads//// D/mbx//// D/moab//// D/mpc5xx//// D/mpc8260//// D/mpc8xx//// D/mpc8xxx//// D/ppc40x//// D/ppc60x////
www.eeworm.com/read/398200/2394473

entries

D/adder//// D/arch//// D/cme555//// D/cogent//// D/csb281//// D/ec555//// D/fads//// D/mbx//// D/moab//// D/mpc5xx//// D/mpc8260//// D/mpc8xx//// D/mpc8xxx//// D/ppc40x//// D/ppc60x////
www.eeworm.com/read/393358/8294137

eqn stopwatch.map.eqn

--J3_cs_buffer[3] is msecond:u1|lpm_add_sub:i_rtl_2|addcore:adder|a_csnbuffer:result_node|cs_buffer[3] --operation mode is arithmetic J3_cs_buffer[3] = B1_count[3] $ J3_cout[2]; --J3_cout[3] is
www.eeworm.com/read/393344/8295622

eqn watch.map.eqn

--M3_cs_buffer[3] is msecond:u2|lpm_add_sub:i_rtl_5|addcore:adder|a_csnbuffer:result_node|cs_buffer[3] --operation mode is arithmetic M3_cs_buffer[3] = C1_count[3] $ M3_cout[2]; --M3_cout[3] is
www.eeworm.com/read/159381/10663919

eqn collection.map.eqn

--H51_cs_buffer[0] is color_interpolation:inst1|lpm_add_sub:i_rtl_4|addcore:adder|a_csnbuffer:result_node|cs_buffer[0] --operation mode is arithmetic H51_cs_buffer[0] = H42L1 $ H12L1; --H51_cou
www.eeworm.com/read/321145/13411689

v alu.v

module alu(A,B,OP,Y,OV,CY,Zero,Signal); input [31:0]A,B; output [31:0]Y; output OV,CY,Zero,Signal; input [3:0]OP; wire [31:0]Logic_out,Adder_out,Shift_out,M1_out,M2_out,Mul_out,nMul_out,Mul_out