代码搜索:Control

找到约 10,000 项符合「Control」的源代码

代码结果 10,000
www.eeworm.com/read/18150/777103

doc lcd_control.doc

www.eeworm.com/read/18164/778587

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/18310/783898

v control_tp.v

`timescale 1ns/1ns module control_tp(); reg clk1,clk2; wire reset; wire[2:0] i; wire OE; control inst_cnt(clk1,clk2,i,OE,reset); initial begin clk1=1;clk2=1; #800 $stop; end always #5 clk2=~clk2;
www.eeworm.com/read/18310/783907

bak control.v.bak

www.eeworm.com/read/18467/790255

bak control.v.bak

www.eeworm.com/read/18543/793355

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/18543/793358

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/18543/793361

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/18543/793381

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/18543/793387

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