代码搜索:Carry

找到约 8,060 项符合「Carry」的源代码

代码结果 8,060
www.eeworm.com/read/9694/175941

v counta3d5_tb.v

module counta3d5_tb; reg rst,clk,up,dn; reg [7:0]din; wire[7:0]dout; wire par,carry,borrow; initial din=8'b11010011; always #1 clk=~clk; initial begin clk=0;
www.eeworm.com/read/9694/175950

v countu3d5_tb.v

module countu3d5_tb; reg rst,clk,up,dn; reg [7:0]din; wire[7:0]dout; wire par,carry,borrow; initial din=8'b11010011; always #1 clk=~clk; initial begin clk=0;
www.eeworm.com/read/13816/283912

vhd fadd4.vhd

--fadd4.vhd 4-bit ripple-carry adder library ieee ; use ieee.std_logic_1164.all; use work.components.all; entity fadd4 is port( a : in std_logic_vector(3 downto 0);--砆
www.eeworm.com/read/167185/5464473

test cnvlab.test

#! /bin/sh # test script for fbuttons # @(#)cnvlab.test 1.1 5/30/91 ERL #set -x cat > t.lab
www.eeworm.com/read/291979/3961280

hhf x86.hhf

#if( ! @defined( x86_hhf )) ?x86_hhf := true; namespace x86; const flag_carry := @{0}; flag_parity := @{2}; flag_auxcarry := @{4}; flag_zero := @{6}; flag_sign := @{7}; flag_trap
www.eeworm.com/read/178413/9399255

c baseunit.c

#include #include #include #include"baseunit.h" #include"encoder.h" #include"decoder.h" /* * g7231.c * 2006-5-11 */ Flag Overflow =0; Flag Carry =0; CODC
www.eeworm.com/read/297455/8017681

tdf cmpr_3ik.tdf

--lpm_compare CBX_DECLARE_ALL_CONNECTED_PORTS="OFF" DEVICE_FAMILY="Cyclone II" LPM_PIPELINE=1 LPM_REPRESENTATION="SIGNED" LPM_WIDTH=16 ONE_INPUT_IS_CONSTANT="YES" ageb clock dataa CARRY_CHAIN="MANUAL"
www.eeworm.com/read/138839/13208517

vhd add4b.vhd

-----4 bit adder library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; use ieee.std_logic_arith.all; entity add4b is port(cin :in std_logic; --carry in flag; a,b
www.eeworm.com/read/17522/735273

vhd count60.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_UNSIGNED.ALL; USE IEEE.STD_LOGIC_ARITH.aLL; ENTITY count60 is PORT(carry:in std_logic; rst:in std_logic; times:out intege
www.eeworm.com/read/17522/736921

vhd count24.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_UNSIGNED.ALL; USE IEEE.STD_LOGIC_ARITH.aLL; ENTITY count24 is PORT(carry:in std_logic; rst:in std_logic; times:out intege