代码搜索:std

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

代码结果 10,000
www.eeworm.com/read/329914/7109749

bak clock.vhd.bak

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; use work.clock_pkg.all; entity clock is port( clk,clk2 : in std_logic ; show: out
www.eeworm.com/read/298641/7117680

txt count.txt

library ieee; use ieee.std_logic_arith.all; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity count is port(clk:in std_logic; reset:in std_logic; on_off:in
www.eeworm.com/read/298641/7117689

vhd count.vhd

library ieee; use ieee.std_logic_arith.all; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity count is port(clk:in std_logic; reset:in std_logic; on_off:in
www.eeworm.com/read/298641/7117695

txt set.txt

library ieee; use ieee.std_logic_arith.all; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity set is port(reset:in std_logic; number10:in std_logic_vector(3 downto 0)
www.eeworm.com/read/298641/7117701

vhd set.vhd

library ieee; use ieee.std_logic_arith.all; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity set is port(reset:in std_logic; number10:in std_logic_vector(3 downto 0)
www.eeworm.com/read/235046/7124071

8++

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity multi8x8 is port(clk, start: in std_logic; a, b: in std_logic_vector(7 downto 0); ariend: out std_logic;
www.eeworm.com/read/386005/7131459

txt songbaoli.txt

电子钟vVHDL程序 1.10进制计数器设计与仿真 ---文件名:counter10.vhd。 ---功能:10进制计数器,有进位c library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity counter10 i
www.eeworm.com/read/104566/7146689

vhd opt.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned."+"; entity opt is port (reset:in std_logic; in1:in std_logic_vector(15 downto 0); in2:in std_Logic_vector(31 d
www.eeworm.com/read/259820/7148053

vhd l_conversions_p.vhd

-- Altera Microperipheral Reference Design Version 0802 -------------------------------------------------------------------------------- -- File Name: l_conversions_p.vhd -------------------------
www.eeworm.com/read/328376/7149267

txt shift_register.txt

-- -- --------------------------------------------------------------------------------------- -- DESCRIPTION : Shift register -- Type : univ -- Width : 4 --