代码搜索结果

找到约 10,000 项符合 Control 的代码

control.esf

OPTIONS_FOR_INDIVIDUAL_NODES_ONLY { clk_ctrl : GLOBAL_SIGNAL = ON; } TIMING_REQUIREMENTS { clk_ctrl : CLOCK_SETTINGS = clk_ctrl_setting; }

control.psf

CLOCK(clk_ctrl_setting) { DIVIDE_BASE_CLOCK_PERIOD_BY = 1; MULTIPLY_BASE_CLOCK_PERIOD_BY = 1; INVERT_BASE_CLOCK = OFF; DUTY_CYCLE = 49; INCLUDE_EXTERNAL_PIN_DELAYS_IN_FMAX_CALCULATIONS = OF

control.quartus

FILES { VQM_FILE = control.vqm; } COMPILER_SETTINGS_LIST { COMPILER_SETTINGS = control; } SIMULATOR_SETTINGS_LIST { SIMULATOR_SETTINGS = control; } SOFTWARE_SETTINGS_LIST { SOFTWARE_

control.v

module control(std_f_sel,reset,clk,clear,cntover,cntlow); output[1:0] std_f_sel; output reset; input clk,clear,cntover,cntlow; reg[1:0] std_f_sel; reg reset; reg[5:0] present,next; parameter st

control.~pas

unit control; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, RzButton, StdCtrls, ComCtrls, jpeg, ExtCtrls, Spin, Buttons; type Tfc

control.~dfm

object fcontrol: Tfcontrol Left = 459 Top = 230 Width = 336 Height = 329 Caption = #23545'UPS'#30452#25509#25511#21046 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Col

control.dfm

object fcontrol: Tfcontrol Left = 503 Top = 251 Width = 336 Height = 329 Caption = #23545'UPS'#30452#25509#25511#21046 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Col

control.pas

unit control; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, RzButton, StdCtrls, ComCtrls, jpeg, ExtCtrls, Spin, Buttons; type Tfc