代码搜索:Control 有哪些应用?
找到约 10,000 项符合「Control 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/264839/7110962
v control.v
module control(clk1,clk2,i,OE,reset);
parameter state_reset=9;
parameter state_spare=8;
input clk1,clk2;
output[2:0] i;
output OE;
output reset;
reg reset;
reg OE;
reg[2:0] i;
reg[3:0] state,next_stat
www.eeworm.com/read/285821/7115452
o control.o
www.eeworm.com/read/285821/7115526
c control.c
/****************************************************************
* ARMSYS7 S3C44B0X developer's notes *
****************************************************************
1. 2005.5.17::
www.eeworm.com/read/347141/7117324
h control.h
#ifndef __CONTROL_H__
#define __CONTROL_H__
#include "..\ucos-ii\includes.h" /* uC/OS interface */
#include "..\inc\drv\figure.h"
#include "..\ucos-ii\add\list.h"
#define OSCtrlMemSize
www.eeworm.com/read/446891/7137500
v control.v
`timescale 1ns/10ps
module control(//input
nrst,clk,
exe_program,mem_dout,
rega2ctl,regb2ctl,
//output
ctl_wen,
ctl_din,ctl_addr,
rega_sel,regb_sel,regc_sel,
data2reg,cur
www.eeworm.com/read/104566/7146688
vhd control.vhd
--core_design
--control
--all right reserved
library ieee;
use ieee.std_logic_1164.all;
entity control is
port (reset:in std_logic;
op : in std_logic_vector (5 downto 0); -- T
www.eeworm.com/read/463865/7174528
c control.c
#include "../inc/def.h"
#include "../inc/config.h"
#include "../inc/board.h"
#include "../inc/slib.h"
#include "../inc/utils.h"
#include "2410addr.h"
EnvParams Env;
#define ROM_SIZE SIZE_2M
www.eeworm.com/read/462627/7199162
c control.c
#include "../inc/def.h"
#include "../inc/config.h"
#include "../inc/board.h"
#include "../inc/slib.h"
#include "../inc/utils.h"
#include "2410addr.h"
EnvParams Env;
#define ROM_SIZE SIZE_2M
www.eeworm.com/read/462199/7206534