代码搜索:Carry
找到约 8,060 项符合「Carry」的源代码
代码结果 8,060
www.eeworm.com/read/470486/6911711
hif liushuideng.hif
HIF003
--
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, an
www.eeworm.com/read/148663/6935167
vhd incc.vhd
-------------------------------------------------------------------------------
-- Title : Parallel-prefix incrementer with carry-in, carry-out
-- Project : VHDL Library of Arithmetic Units
www.eeworm.com/read/148663/6935242
vhd incc.vhd
-------------------------------------------------------------------------------
-- Title : Parallel-prefix incrementer with carry-in, carry-out
-- Project : VHDL Library of Arithmetic Units
www.eeworm.com/read/148663/6935268
vhd incc.vhd
-------------------------------------------------------------------------------
-- Title : Parallel-prefix incrementer with carry-in, carry-out
-- Project : VHDL Library of Arithmetic Units
www.eeworm.com/read/466960/7025570
v alarm_counter.v
module ALARM_COUNTER(CLK, HRS, MINS, ALARM, HRS_OUT, MINS_OUT, AM_PM, RESET);
input CLK, HRS, MINS, ALARM, RESET;
output HRS_OUT, MINS_OUT, AM_PM;
wire CLK, HRS, MINS, ALARM, RESET;
reg [3:0] HRS_
www.eeworm.com/read/452277/7443459
hif count.hif
HIF003
--
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, an
www.eeworm.com/read/442189/7657596
v adder3bit.v
module Adder3Bit (First, Second, Carry_In,Sum_Out, Carry_Out);
input [2:0] First, Second;
input Carry_In;
output [2:0] Sum_Out;
output Carry_Out ;
wire [1:0] Car_temp ;
//通过例化1位加法形成3
www.eeworm.com/read/139799/13130688
vhd example11-31.vhd
LIBRARY IEEE;
USE IEEE.Std_Logic_1164.ALL;
ENTITY manchester_chain IS
PORT (carry_in : IN Std_Logic;
kill, propagate : IN Std_Logic;
l_xaomd : IN Std_Logic;
carry_out :
www.eeworm.com/read/138839/13208519
hif ps_change3.hif
HIF003
--
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, an
www.eeworm.com/read/107655/6334171
vhd incc.vhd
-------------------------------------------------------------------------------
-- Title : Parallel-prefix incrementer with carry-in, carry-out
-- Project : VHDL Library of Arithmetic Units