代码搜索:Control
找到约 10,000 项符合「Control」的源代码
代码结果 10,000
www.eeworm.com/read/17522/736437
hif tube_control.hif
Version 6.0 Build 178 04/27/2006 SJ Full Version
2
21
OFF
OFF
OFF
OFF
OFF
FV_OFF
Level2
0
0
VRSM_ON
VHSM_ON
0
-- Start Partition --
-- End Partition --
-- Start Library Paths --
-- E
www.eeworm.com/read/17522/736450
cdf tube_control.cdf
/* Quartus II Version 6.0 Build 178 04/27/2006 SJ Full Version */
JedecChain;
FileRevision(JESD32A);
DefaultMfr(6E);
P ActionCode(Cfg)
Device PartName(EP1K30Q208) Path("") File("tube_contr
www.eeworm.com/read/17522/736951
v gate_control.v
module gate_control(
SW0,SW1,SW2,//当SW0为高时,选择的量程为999999HZ,此时输入的1HZ的时钟信号
f1hz,f10hz,f100hz,
Latch_EN,
Counter_Clr,
Counter_EN,
dp_s1hz,dp_s10hz,dp_s100hz
);
www.eeworm.com/read/17522/737140
v sum_control.v
module sum_control(
Reset,
pulse_sum_in,
step_sum,
wave_out
);
output wave_out;
input Reset;
input [23:0] step_sum; //总脉冲数(由步进电机走的总路程决定)
input pulse_sum_in;
www.eeworm.com/read/17595/740501
vhd inv_control.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use IEEE.STD_LOGIC_ARITH.all;
use IEEE.STD_LOGIC_UNSIGNED.all;
entity inv_control is
generic (
stage : natural:=3);
port (
clk : in std_
www.eeworm.com/read/17595/740503
vhd tx_control.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
-- Uncomment the following lines to use the declarations that are
-- provided for instantia
www.eeworm.com/read/17595/740506
vhd ram_control.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use IEEE.STD_LOGIC_ARITH.all;
use IEEE.STD_LOGIC_SIGNED.all;
entity ram_control is
generic (
Tx_nRX : natural := 0;
stage : natural := 3);
por
www.eeworm.com/read/17595/740523
vhd cfft_control.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use IEEE.STD_LOGIC_ARITH.all;
use IEEE.STD_LOGIC_SIGNED.all;
entity cfft_control is
generic (
Tx_nRx : natural := 0; -- tx = 1, rx = 0
www.eeworm.com/read/17595/740528
vhd io_control.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
-- Uncomment the following lines to use the declarations that are
-- provided for instantia