代码搜索结果
找到约 143,016 项符合
Remote Control 的代码
control.hier_info
|control
en => i[30].CLK
en => i[29].CLK
en => i[28].CLK
en => i[27].CLK
en => i[26].CLK
en => i[25].CLK
en => i[24].CLK
en => i[23].CLK
en => i[22].CLK
en => i[21].CLK
en => i[20].CLK
en
control.v
module control(en,D,DATA,cfm);
input en;
input[3:0] D;
output cfm;
output[23:0] DATA;
reg[23:0] DATA;
reg cfm;
integer i=7;
always @(negedge en)
begin
cfm=0;
if(D[3:0]
control.fit.summary
Fitter Status : Successful - Sun Feb 25 04:49:57 2007
Quartus II Version : 6.0 Build 178 04/27/2006 SJ Full Version
Revision Name : control
Top-level Entity Name : control
Family : ACEX1K
Device
control.tan.rpt
Timing Analyzer report for control
Sun Feb 25 04:50:01 2007
Version 6.0 Build 178 04/27/2006 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Noti
control.v
module control(en,D,DATA,cfm,shift);
input en;
input[3:0] D;
output cfm,shift;
output[23:0] DATA;
reg[23:0] DATA;
reg cfm,shift;
integer i;
always @(negedge en)
begin
cfm=0;
if(D[3:0]
remote.tcl
# This file contains commands use to connect to a remote
# interpreter and send it commands.
#
# Source-Navigator is currently implemented using
# a master interp and a per-project slave interp.
#
# A
control.js
//Abstract Control class
Abstract.Control = function(){}
Abstract.Control.prototype = {
initialize: function(){
},
paint: function(){
},
loadTiles
control.java
/* Control.java --
Copyright (C) 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under the terms o
control.java
/* Control.java --
Copyright (C) 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under the terms o