代码搜索:Controller
找到约 10,000 项符合「Controller」的源代码
代码结果 10,000
www.eeworm.com/read/452945/7428866
v controller.v
module controller (input clk,reset,
input [5:0] op, funct,
output memtoreg, memwrite,
output alusrca,
output [1:0] alusrcb,
output regdst, regwrite,
o
www.eeworm.com/read/451715/7457752
vhd controller.vhd
-- CONTROL UNIT OF THE PROCESSOR
library ieee ;
use ieee.std_logic_1164.all ;
use ieee.std_logic_arith.all ;
use work.butter_lib.all ;
use ieee.std_logic_unsigned.all ;
entity cont_gen is
por
www.eeworm.com/read/446179/7584361
vhd controller.vhd
-- CONTROL UNIT OF THE PROCESSOR
library ieee ;
use ieee.std_logic_1164.all ;
use ieee.std_logic_arith.all ;
use work.butter_lib.all ;
use ieee.std_logic_unsigned.all ;
entity cont_gen is
por
www.eeworm.com/read/446179/7584385
vhd controller.vhd
-- CONTROL UNIT OF THE PROCESSOR
library ieee ;
use ieee.std_logic_1164.all ;
use ieee.std_logic_arith.all ;
use work.butter_lib.all ;
use ieee.std_logic_unsigned.all ;
entity cont_gen is
por
www.eeworm.com/read/443245/7635669
h controller.h
#ifndef MEMTEST_CONTROLLER_H
#define MEMTEST_CONTROLLER_H
void find_controller(void);
void poll_errors(void);
void set_ecc_polling(int val);
#endif /* MEMTEST_CONTROLLER_H */
www.eeworm.com/read/443245/7635680
c controller.c
/* controller.c - MemTest-86 Version 3.0
*
* Released under version 2 of the Gnu Public License.
* By Chris Brady, cbrady@sgi.com
* ----------------------------------------------------
* MemTest
www.eeworm.com/read/442661/7647285
bmp controller.bmp
www.eeworm.com/read/442478/7650837
qpf controller.qpf
# Copyright (C) 1991-2006 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
www.eeworm.com/read/442478/7650841
qws controller.qws
[ProjectWorkspace]
ptn_Child1=Frames
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
[ProjectWorkspace.Frames.ChildFrames]
ptn_Child1=Document-0
[ProjectWorkspace.Frames.ChildFrames.Document-0]
www.eeworm.com/read/442478/7650843
vhd controller.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE ieee.std_logic_unsigned.all;
ENTITY controller IS
PORT
(
clock : IN STD_LOGIC;
reset : IN STD_LOGIC;
hold : IN STD_LOGIC;
flash : OU