代码搜索:std

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

代码结果 10,000
www.eeworm.com/read/210620/15195106

vhd djdplj_top.vhd

--/* DJDPLJ_TOP.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 t
www.eeworm.com/read/210234/15203152

vhf pingche.vhf

-- VHDL model created from pingche.sch - Sat Mar 24 20:54:01 2007 library ieee; use ieee.std_logic_1164.ALL; use ieee.numeric_std.ALL; -- synopsys translate_off library UNISIM; use UNISIM.Vc
www.eeworm.com/read/210233/15203460

vhf qd.vhf

-- VHDL model created from qd.sch - Tue Apr 24 08:18:20 2007 library ieee; use ieee.std_logic_1164.ALL; use ieee.numeric_std.ALL; -- synopsys translate_off library UNISIM; use UNISIM.Vcompon
www.eeworm.com/read/210233/15203566

vhf qdkz.vhf

-- VHDL model created from qdkz.sch - Tue Apr 24 09:34:42 2007 library ieee; use ieee.std_logic_1164.ALL; use ieee.numeric_std.ALL; -- synopsys translate_off library UNISIM; use UNISIM.Vcomp
www.eeworm.com/read/210233/15203578

vhdl djs.vhdl

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 ins
www.eeworm.com/read/210231/15203789

vhf digclk.vhf

-------------------------------------------------------------------------------- -- Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved. -------------------------------------------------------
www.eeworm.com/read/210231/15203807

vhd digclk.vhd

-------------------------------------------------------------------------------- -- Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved. -------------------------------------------------------
www.eeworm.com/read/210228/15204000

vhd ps2_lcd1602_1.vhd

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; ---- Uncomment the following library declaration if instantiating ---- any Xilinx primitives
www.eeworm.com/read/209602/15216852

vhd sel.vhd

------------------------------------------------- --实体名:sel --功 能:实现六个数码显示管扫描显示 --接 口:clk -时钟输入 -- qin1-第一个数码显示管要显示内容输入 -- qin2-第二个数码显示管要显示内容输入 -- qin3-第三个数码显示管要显示内容输入 --
www.eeworm.com/read/209602/15216881

vhd fen60.vhd

------------------------------------------------- --功 能:60进制计数器 --接 口:clk -时钟输入 -- qout1-个位BCD输出 -- qout2-十位BCD输出 -- carry-进位信号输出 ------------------------------------