代码搜索:std

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

代码结果 10,000
www.eeworm.com/read/423374/10564948

vhd songer.vhd

LIBRARY IEEE; -- 硬件演奏电路顶层设计 USE IEEE.STD_LOGIC_1164.ALL; ENTITY Songer IS PORT ( CLK12MHZ : IN STD_LOGIC; --音调频率信号 -- CLK
www.eeworm.com/read/423374/10564988

vhd speakera.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_UNSIGNED.ALL; ENTITY Speakera IS PORT ( clk : IN STD_LOGIC; Tone : IN STD_LOGIC_VECTOR (10 DOWNTO 0);
www.eeworm.com/read/423374/10565483

vhd songer.vhd

LIBRARY IEEE; -- 硬件演奏电路顶层设计 USE IEEE.STD_LOGIC_1164.ALL; ENTITY Songer IS PORT ( CLK12MHZ : IN STD_LOGIC; --音调频率信号 HIGH1 : OU
www.eeworm.com/read/423374/10565496

vhd top.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; ENTITY TOP IS -- 顶层设计 PORT ( CLK12MHZ,HORL1 : IN STD_LOGIC; INDEX1 : IN STD_LOGIC_VECTOR(6
www.eeworm.com/read/423374/10565676

vhd top.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; ENTITY TOP IS -- 顶层设计 PORT ( CLK12MHZ,HORL1 : IN STD_LOGIC; INDEX1 : IN STD_LOGIC_VECTOR(6
www.eeworm.com/read/160079/10574261

vhd pci_io_virtex.vhd

--***************************************************************************** --* * --* EuCore PCI-T32 - PCI Ta
www.eeworm.com/read/160075/10574508

vhd dct.vhd

--------------------------------------------------------------------------- -- Project: DCT -- Revision: 1.0 -- Date of last Revision: October 2 1999 -- Designer: Vincenzo Liguori -- Created
www.eeworm.com/read/278084/10575731

vhd 53_counter.vhd

library IEEE; use IEEE.std_logic_1164.all; package mycntpkg is component count port(clk,rst : in std_logic; cnt : inout std_logic_vector(2 downto 0)); end component; end mycntpkg;
www.eeworm.com/read/423108/10585733

vhd numdecoder.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity numdecoder is port( reset: in std_logic; inclk: in std_logic; innum: in st
www.eeworm.com/read/423103/10587055

vhd cskz.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_UNSIGNED.ALL; ENTITY CSKZ IS PORT(INA:IN STD_LOGIC; OUTA:OUT STD_LOGIC); END ENTITY CSKZ; ARCHITECTURE ART OF CSKZ IS