代码搜索:CSA
找到约 1,153 项符合「CSA」的源代码
代码结果 1,153
www.eeworm.com/read/18310/783900
v csa4.v
module CSA4(a,b,ci,out,co);
output[3:0] out;
output co;
input[3:0] a,b;
input ci;
wire c[3:0];
wire[3:0] p,g;
wire[3:0] out;
assign p[0]=a[0]|b[0];
assign p[1]=a[1]|b[1];
assign p[2]=a[2]|b[2];
assig
www.eeworm.com/read/18565/794329
acf csa7.acf
--
-- Copyright (C) 1988-1999 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any
www.eeworm.com/read/18565/794338
vhd csa7.vhd
--*********************************************************
-- IEEE STD 1076-1987/1993 VHDL file: csa7.vhd
-- Author-EMAIL: Uwe.Meyer-Baese@ieee.org
--**********************************************
www.eeworm.com/read/458232/1586762
s csa2.s
.define .csa2
.text
.csa2:
! bx, descriptor address
! ax, index
mov dx,(bx) ! default
sub ax,2(bx)
cmp ax,4(bx)
ja 1f
sal ax,#1
add bx,ax
mov bx,6(bx)
www.eeworm.com/read/458232/1586763
s csa4.s
.sect .text; .sect .rom; .sect .data; .sect .bss
.define .csa4
.sect .text
.csa4:
! bx, descriptor address
! ax, dx: index
mov cx,(bx) ! default
sub ax,2(bx)
! ignore high o
www.eeworm.com/read/456067/1608248
h csa_defs.h
#define TRUE 1
#define FALSE 0
#define MAXLINE 100
#define DEFAULT_SCALE_FACTOR 10
#define DEFAULT_PO_COST_THRESH (2.0 * sqrt((double) n) * \
sqrt(sqrt((double) n)))
#define DEFAULT_PO_WORK_THRES
www.eeworm.com/read/456067/1608253
h csa_types.h
#define ROUND_COSTS
#if defined(USE_P_UPDATE) || defined(BACK_PRICE_OUT)
#define STORE_REV_ARCS
#endif
typedef struct lhs_node {
/*
first arc in the arc array associated
with this node.
www.eeworm.com/read/456067/1608262
h csa_defs.h
#define TRUE 1
#define FALSE 0
#define MAXLINE 100
#define DEFAULT_SCALE_FACTOR 10
#define DEFAULT_PO_COST_THRESH (2.0 * sqrt((double) n) * \
sqrt(sqrt((double) n)))
#define DEFAULT_PO_WORK_THRES
www.eeworm.com/read/456067/1608265
h csa_types.h
#define PREC_COSTS
#if defined(QUICK_MIN) && !defined(NUM_BEST)
#define NUM_BEST 3
#endif
#if defined(USE_SP_AUG_FORWARD) || defined(USE_SP_AUG_BACKWARD)
#ifndef USE_SP_AUG
#define USE_SP_AUG
#endif
www.eeworm.com/read/238250/4616512
s csa2.s
.define .csa2
.text
.csa2:
! bx, descriptor address
! ax, index
mov dx,(bx) ! default
sub ax,2(bx)
cmp ax,4(bx)
ja 1f
sal ax,#1
add bx,ax
mov