代码搜索结果
找到约 129,825 项符合
Control 的代码
control.m
function y=control(n)
a=20;
if n==0
y=a+1;
elseif n==1
y=a*(1+n);
elseif n==2
y=a+n;
else
y=a;
end
control.hier_info
|control
clk => sstart.CLK
clk => count[0].CLK
clk => count[1].CLK
clk => count[2].CLK
clk => count[3].CLK
start => sstart.DATAIN
startstop
control.hier_info
|control
clk => count[0].CLK
clk => count[1].CLK
clk1024 => bee~0.DATAB
clk1024 => clrc~reg0.CLK
clk1024 => setb~reg0.CLK
clk1024 => seta~reg0.CLK
clk500 => bee~3.DATAB
sa => seta~reg0.DATAIN
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]
control.fit.rpt
Fitter report for control
Sun Feb 25 04:49:57 2007
Version 6.0 Build 178 04/27/2006 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
2.
control.map.summary
Analysis & Synthesis Status : Successful - Sun Feb 25 04:49:43 2007
Quartus II Version : 6.0 Build 178 04/27/2006 SJ Full Version
Revision Name : control
Top-level Entity Name : control
Family : A
control.flow.rpt
Flow report for control
Sun Feb 25 04:50:02 2007
Version 6.0 Build 178 04/27/2006 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
2. Fl