代码搜索结果

找到约 174,363 项符合 Input 的代码

alu1_routed_pad.txt

Release 7.1.04i - par H.42 Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved. Fri Jan 06 10:38:57 2006 INPUT FILE: alu1.ncd OUTPUT FILE: alu1_routed_pad.txt PART TYPE: xc2

seg7_lut_8.v

module SEG7_LUT_8 ( oSEG0,oSEG1,oSEG2,oSEG3,oSEG4,oSEG5,oSEG6,oSEG7, iDIG,iWR,iCLK,iRST_N ); input [31:0] iDIG; input iWR,iCLK,iRST_N; output [6:0] oSEG0,oSEG1,oSEG2,oSEG3,oSEG4,oSEG5,oSEG6

jamfile

# copyright John Maddock 2003 subproject libs/config/test/link/test ; # bring in the rules for testing import testing ./options ; run ../main.cpp : #extra depend : #input-files : #

ss7160.mod

MODEL MODEL_VERSION "v1998.8"; DESIGN "ss7160"; /* port names and type */ INPUT SA7; INPUT SA6; INPUT SA5; INPUT SA4; INPUT SA3; INPUT SA9; INPUT SA8; INPUT SA17; INPUT SA15; INPUT SA19

ham84.c

/* $Log: ham84.c,v $ * Revision 1.1 1996/08/19 22:32:07 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int ham84_(integer *input, integer *output, integer *errcnt); #endif /*

black_boxes.v

module SRL16(Q, A0, A1, A2, A3, CLK, D); // synthesis syn_black_box output Q; input A0; input A1; input A2; input A3; input CLK; input D; endmodule module IBUFGDS(O, I, IB); // synthesis sy

supportsystem.java

/** * This class implements a technical support system. It is the top * level class in this project. The support system communicates via * text input/output in the text terminal. * * This class

supportsystem.java

/** * This class implements a technical support system. It is the top * level class in this project. The support system communicates via * text input/output in the text terminal. * * This clas

supportsystem.java

import java.util.HashSet; /** * This class implements a technical support system. * It is the top level class in this project. * The support system communicates via text input/output * in the tex

test.cpp

#include "gengine.h" #include "../common.h" static DWORD lasttime=0, ttime; static ControlEvent input; int testGraphicEngine( void ) { ttime = GetTickCount(); if( ttime - lasttime < 49 )