代码搜索结果

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

control.h

#ifndef __CONTROL_H__ #define __CONTROL_H__ #include "../ucos-ii/includes.h" /* uC/OS interface */ #include "../src/GUI/gui.h" #include "../ucos-ii/add/list.h" #if USE_MINIGUI==

control.v

`timescale 1ns/10ps module control(nGCLK, nWAIT, nRESET, DABORT, IABORT, nFIQ, nIRQ, ISYNC, CHSD, CHSE, ID, IA, irq_disable, fiq_disable, flags_ex, load_pc_me, exception_to_id, pc, inst_if,

control.v

module control(din, clk, rst, arload, pcload, pcinc, drload, acload, acinc, irload, alusel, membus, pcbus, drbus, read); input [1:0] din; input clk, rst; output arload, pcload, pcinc, drload, acloa

control.v

module control(din,clk,rst,z,read,write,arload,arinc,pcinc,pcload,drload,trload,irload,rload,alus,acload,zload,pcbus,drhbus,drlbus,trbus,rbus,acbus,membus,busmem); input [7:0]din; input clk,rst,z;

control.h

// file control.h //created by alpha 2008.11.3 #ifndef CONTROL_H #define CONTROL_H extern int controlInsert; extern int controlKeepDot; void controlArgs (int argc, char *argv[]); #endif

control.cpp

// file control.cpp //created by alpha 2008.11.3 #include "../headers/control.h" #include #include #include using namespace std; int controlInsert = 0; int cont