代码搜索:std

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

代码结果 10,000
www.eeworm.com/read/402992/11525283

vhd ch6_2_4.vhd

-- ******************************************** LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_ARITH.ALL; USE IEEE.STD_LOGIC_UNSIGNED.ALL; --*************************************
www.eeworm.com/read/402992/11525372

vhd ctrl.vhd

--********************************************* -- LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_ARITH.ALL ; USE IEEE.STD_LOGIC_UNSIGNED.ALL ; LIBRARY altera; USE altera.maxpl
www.eeworm.com/read/402992/11525376

vhd elec_lock.vhd

--********************************************* -- LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_ARITH.ALL ; USE IEEE.STD_LOGIC_UNSIGNED.ALL ; LIBRARY altera; USE altera.maxpl
www.eeworm.com/read/402992/11525471

vhd counter60.vhd

--****************************************************** LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_ARITH.ALL; USE IEEE.STD_LOGIC_UNSIGNED.ALL; --****************************
www.eeworm.com/read/402992/11525479

vhd counter24.vhd

--****************************************************** LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_ARITH.ALL; USE IEEE.STD_LOGIC_UNSIGNED.ALL; --****************************
www.eeworm.com/read/402992/11525505

vhd rom16_8.vhd

-- ******************************************** LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_ARITH.ALL; USE IEEE.STD_LOGIC_UNSIGNED.ALL; --*************************************
www.eeworm.com/read/402018/11543770

vhd txmittest.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity txmittest is port( tx:out std_logic; txclkout:out std_logic;--For test send clok; data:in std_logic_vecto
www.eeworm.com/read/402018/11543844

vhd xor32.vhd

--xor32 library IEEE; use IEEE.std_logic_1164.all; use Ieee.std_logic_unsigned.all; use Ieee.std_logic_arith.all; entity xor32 is port(h1,h2,m1,m2,h3,h4,m3,m4:in std_logic_vector(3 downto 0);
www.eeworm.com/read/402018/11543872

vhd xor32.vhd

--xor32 library IEEE; use IEEE.std_logic_1164.all; use Ieee.std_logic_unsigned.all; use Ieee.std_logic_arith.all; entity xor32 is port(h1,h2,m1,m2,h3,h4,m3,m4:in std_logic_vector(3 downto 0);
www.eeworm.com/read/402018/11544040

vhd division10.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity division10 is port(lin:in std_logic_vector(9 downto 0); clock:in std_logic;