代码搜索:std

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

代码结果 10,000
www.eeworm.com/read/334517/12596697

vhd xianshi.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity xianshi is port (clk_12M :in std_logic; --系统时钟 din:in std_logic_vector(23 downto
www.eeworm.com/read/248072/12603542

vhd test.vhd

-- Project: VHDL to Verilog RTL translation -- Revision: 1.0 -- Date of last Revision: February 27 2001 -- Designer: Vincenzo Liguori -- vhd2vl test file -- This VHDL fil LIBRARY IEEE; USE IEEE.
www.eeworm.com/read/146918/12604117

vhd my_83.vhd

-- MAX+plus II VHDL -- Clearable my_83 LIBRARY ieee; USE ieee.std_logic_1164.all; ENTITY my_83 IS PORT ( d : IN STD_LOGIC_VECTOR(0 to 7); Ein : IN STD_LOGIC; Gsn,Eon
www.eeworm.com/read/146782/12613078

vhd q7230.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity Q7230 is generic (Byte : integer :=8); port( CLK,OE,reset : in std_logic; Din : in s
www.eeworm.com/read/334293/12613672

txt 9999计数器模块 四输出.txt

——9999计数器模块 四输出 设计要求频率计为四段显示,故计数器采用0~~9999计数,可以很好的利用数码管,以及增加频率计的精确度。模块内包含俩个进程,一为计数进程,二为时基信号控制计数模块数据输出进程。 LIBRARY IEEE; USE IEEE.<mark>STD</mark>_LOGIC_1164.ALL; USE IEEE.<mark>STD</mark>_LOGIC_ARITH.ALL; USE IEEE.<mark>STD</mark>_ ...
www.eeworm.com/read/146762/12614530

vhd scandisp.vhd

library ieee; USE ieee.std_logic_1164.all; USE ieee.std_logic_unsigned.all; --use ieee.std_logic_arith.all; entity ScanDisp is port( clk1KHZ,reset: in std_logic; outdis: in std_logic_vect
www.eeworm.com/read/146761/12614895

vhd scandisp.vhd

library ieee; USE ieee.std_logic_1164.all; USE ieee.std_logic_unsigned.all; --use ieee.std_logic_arith.all; entity ScanDisp is port( clk,reset: in std_logic; outdis: in std_logic_vector(1
www.eeworm.com/read/146662/12627106

vhd xspcore.vhd

-------------------------------------------------------------------------------- -- Copyright (c) 2000 by Trenz Electronic. -- Duenner Kirchweg 77, 32257 Buende, Germany, www.trenz-electronic.de --
www.eeworm.com/read/146662/12627133

vhd xspuc.vhd

-------------------------------------------------------------------------------- -- Copyright (c) 2000 by Trenz Electronic. -- Duenner Kirchweg 77, 32257 Buende, Germany, www.trenz-electronic.de --
www.eeworm.com/read/146662/12627166

vhd xspusb.vhd

-------------------------------------------------------------------------------- -- Copyright (c) 2000 by Trenz Electronic. -- Duenner Kirchweg 77, 32257 Buende, Germany, www.trenz-electronic.de --