代码搜索:vhdl

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

代码结果 10,000
www.eeworm.com/read/39713/1134967

100vhdl+

---------------------------------------------------------------------------- -- -- Copyright (c) 1990, 1991 by Synopsys, Inc. All rights reserved. -- -- This source file may be used and distribu
www.eeworm.com/read/39713/1134968

100vhdl+

www.eeworm.com/read/39713/1134969

100vhdl+

library ieee; use ieee.std_logic_1164.all; use work.p_alarm.all; entity tb_decoder is end tb_decoder; architecture tb of tb_decoder is component decoder port(keypad:in std_logic
www.eeworm.com/read/39713/1134970

100vhdl+

www.eeworm.com/read/39713/1134971

100vhdl+

-- _ _ -- L ---------------------------OO-------OO--------------------------------- --
www.eeworm.com/read/39713/1134972

100vhdl+

-- _ _ -- L ---------------------------OO-------OO--------------------------------- --
www.eeworm.com/read/39713/1134973

100vhdl+

www.eeworm.com/read/39713/1134974

100vhdl+

ENTITY display IS PORT(reset : IN bit; -- Global reset clk : IN bit; -- Global clock en : IN boolean; unit0 : OUT bit_vector(6 DOWN
www.eeworm.com/read/39713/1134975

100vhdl+

--**VHDL************************************************************* -- -- SRC-MODULE : TESTBENCH -- NAME : display_stim.vhdl -- VERSION : 1.0 -- -- PURPOSE : Testbench for display
www.eeworm.com/read/39713/1134976

100vhdl+

library IEEE; use IEEE.std_logic_1164.all; library dsp_lib; use dsp_lib.delay_macro.all; use dsp_lib.logic_pack.all; use dsp_lib.const_pack.all; -----------------------------------------------