代码搜索:adder

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

代码结果 6,792
www.eeworm.com/read/318986/13464833

ndb adder4.ndb

NDB006 The number of symbol table entries is: 1 The length of the symbol table is: 2 Index Hierarchy Path ----- -------------- ! | The number of name info structs is : 1 InsOrder BitField
www.eeworm.com/read/318986/13464834

v adder_tp.v

`timescale 1ns/1ns `include "adder4.v" module adder_tp; reg[3:0] a,b; reg cin; wire[3:0] sum; wire cout; integer i,j; adder4 adder(sum,cout,a,b,cin); always #5 cin=~cin; initial begin
www.eeworm.com/read/318986/13464835

hif adder4.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/317658/13500090

vhd adder32.vhd

-------------------------------------------------------------------------------- -- Project Name: DDS_Project -- File Name: adder32.vhd -- Create Date: 20:02:10 2008-05-09 -- Engineer: K
www.eeworm.com/read/316401/13523626

v adder16.v

module adder16(sum,cout,a,b,cin); input[15:0] a,b; input cin; output[15:0] sum; output cout; wire[15:0] sum; wire cout; wire cout0,cout1,cout2; wire[7:0] sum1,sum2;
www.eeworm.com/read/316401/13523631

v adder4.v

module adder4(sum,cout,a,b,cin); input[3:0] a,b; input cin; output[3:0] sum; output cout; wire[3:0] sum; wire cout; wire[3:0] g,p; wire c0,c1,c2,c3; assign g=a
www.eeworm.com/read/316401/13523639

v adder8.v

module adder8(sum,cout,a,b,cin); input[7:0] a,b; input cin; output[7:0] sum; output cout; wire[7:0] sum; wire cout; wire cout0,cout1,cout2; wire[3:0] sum1,sum2;
www.eeworm.com/read/314816/13558472

bdf adder8.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
www.eeworm.com/read/314816/13558474

qsf adder8.qsf

# Copyright (C) 1991-2007 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/314816/13558477

done adder8.done

Wed May 07 16:50:24 2008