代码搜索:Control
找到约 10,000 项符合「Control」的源代码
代码结果 10,000
www.eeworm.com/read/160176/10560680
vhd control2.vhd
library ieee ;
use ieee.std_logic_1164.all ;
use ieee.std_logic_arith.all ;
use work.butter_lib.all ;
entity control_main is
port (
a_small , sign_a , sign_b : in std_logic ;
www.eeworm.com/read/160176/10560756
vhd control2.vhd
library ieee ;
use ieee.std_logic_1164.all ;
use ieee.std_logic_arith.all ;
use work.butter_lib.all ;
entity control_main is
port (
a_small , sign_a , sign_b : in std_logic ;
www.eeworm.com/read/160080/10574132
v spi_control.v
//----------------------------------------------------------------------------
// Project : SCP1 - Standard Communication Platform Version 1
//------------------------------------------------------
www.eeworm.com/read/278084/10575040
hif 87_control.hif
HIF003
--
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, an
www.eeworm.com/read/278084/10575046
vhd 87_control.vhd
--------------------------------------------------------------------------------
--
-- AMD 2910 Benchmark (Functional blocks) (Algorithmic Behaviour of Funct blocks)
--
-- Source: AMD data book
www.eeworm.com/read/278084/10575050
acf 87_control.acf
--
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any
www.eeworm.com/read/351814/10607376
v control_interface.v
module control_interface(
CLK,
RESET_N,
CMD,
ADDR,
REF_ACK,
INIT_ACK,
CM_ACK,
NOP,
READA,
WRITEA,
REFRESH,
www.eeworm.com/read/351814/10607398
v spi_control.v
module SPI_Control(RESET_N,iCLK,DO_START,DO_STOP,DO_IRQ,DATA,DO_READ,SS_N,CE,MOSI);
input RESET_N;
input iCLK;
input DO_START;
input DO_STOP;
input DO_IRQ;
input DATA;
output DO_READ;
output S