代码搜索结果
找到约 10,000 项符合
Control 的代码
ppp_control.h
#ifndef _PPP_CONTROL_H_
#define _PPP_CONTROL_H_
int start_ppp();
int stop_ppp();
#endif
control_fsm_.vhd
-------------------------------------------------------------------------------
-- --
-- X X XXXXXX XXXXXX
control_mem_.vhd
-------------------------------------------------------------------------------
-- --
-- X X XXXXXX XXXXXX
comm_control.h
#if !defined (COMM_CONTROL_H_INCLUDED)
#define COMM_CONTROL_H_INCLUDED
// Only needed for versions prior to Visual C++ 6.0
#if _MSC_VER < 1200
//-----------------------------------------------
idwt97_control.v
//`timescale 1ns/10ps
module IDWT97_Control(
Clk,
Reset,
Delay_Mode,
Sel
);
input Clk;
input Reset;
input Delay_Mode;
output [4:0] Sel;
reg [4:0] Sel;
reg [3:0] CurrentState;
reg [3:0] NextS
fdwt97_control.v
//`timescale 1ns/10ps
module FDWT97_Control(
Clk,
Reset,
Delay_Mode,
Sel
);
input Clk;
input Reset;
input Delay_Mode;
output [4:0] Sel;
reg [3:0] CurrentState;
reg [3:0] NextState;
reg A0