代码搜索:Controller
找到约 10,000 项符合「Controller」的源代码
代码结果 10,000
www.eeworm.com/read/185356/9041983
vhd controller.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity controller is
port(clk : in std_logic;
count_ctrl:in std_logic;
control_signal:out std_logic);
www.eeworm.com/read/185350/9042053
pdf controller.pdf
www.eeworm.com/read/282865/9055491
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/184942/9064150
v controller.v
////////////////////////////////////////////////////////////////////////////
// Module controller.v
// Hierarchy: chip_core.v
// Module function:
// Module controller.v provides several functions:
www.eeworm.com/read/381043/9113912
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/183929/9130125
v controller.v
`define L_word 16
module Controller(Load_words,Shift1,Shift2,Add,Sub,Ready,BEC,Start,clock,reset);
output Load_words,Shift1,Shift2,Add,Sub,Ready;
input Start,clock,reset;
input [2:0]BEC;
reg
www.eeworm.com/read/183895/9131488
bmp controller.bmp
www.eeworm.com/read/380385/9151138
h controller.h
//------------------------------------------------------------------------------
// $Workfile: Controller.h $
// $Header: /SbjDev/SbjCore/Controller.h 9 11/12/08 2:22p Steve $
//
// Copyright
www.eeworm.com/read/380385/9151341
cpp controller.cpp
//------------------------------------------------------------------------------
// $Workfile: Controller.cpp $
// $Header: /SbjDev/SbjCore/Controller.cpp 7 11/12/08 2:22p Steve $
//
// Copyri
www.eeworm.com/read/281462/9154545
opt controller.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {