代码搜索:adder

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

代码结果 6,792
www.eeworm.com/read/442382/7653754

cpp half_adder.cpp

// half_adder.cpp #include "half_adder.h" void half_adder :: prc_half_adder(){ sum = a ^ b; carry = a & b; }
www.eeworm.com/read/442382/7653756

h full_adder.h

// full_adder.h #include "half_adder.h" SC_MODULE(full_adder){ sc_in a, b, carry_in; sc_out sum, carry_out; sc_signal c1, s1, c2; void prc_or(); half_ad
www.eeworm.com/read/442382/7653758

h half_adder.h

// half_adder.h #include "systemc.h" SC_MODULE(half_adder){ sc_in a, b; sc_out sum, carry; void prc_half_adder(); SC_CTOR(half_adder){ SC_METHOD(prc_half_adder)
www.eeworm.com/read/442382/7653759

cpp full_adder.cpp

// full_adder.cpp #include "full_adder.h" void full_adder::prc_or(){ carry_out = c1 | c2; }
www.eeworm.com/read/441406/7670798

v adder4.v

`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 16:13:08 03/19/2009 // Design Name: // Modul
www.eeworm.com/read/440685/7684149

v adder8.v

`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 17:57:44 10/08/2007 // Design Name: /
www.eeworm.com/read/439405/7710206

qws full_adder.qws

[ProjectWorkspace] ptn_Child1=Frames [ProjectWorkspace.Frames] ptn_Child1=ChildFrames [ProjectWorkspace.Frames.ChildFrames] ptn_Child1=Document-0 ptn_Child2=Document-1 ptn_Child3=Document-2 pt
www.eeworm.com/read/439405/7710209

sof full_adder.sof

www.eeworm.com/read/439405/7710212

qsf full_adder.qsf

# 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/7710213

bdf full_adder.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