代码搜索:vhdl
找到约 10,000 项符合「vhdl」的源代码
代码结果 10,000
www.eeworm.com/read/32453/1034248
100vhdl+
www.eeworm.com/read/32453/1034249
100vhdl+
library IEEE;
use IEEE.std_logic_1164.all;
entity test_decoder3 is
end test_decoder3;
architecture BENCH of test_decoder3 is
component decoder3
port(
Sel : Bit_vector ( 1 to 3 );
Do
www.eeworm.com/read/32453/1034250
100vhdl+
www.eeworm.com/read/32453/1034251
100vhdl+
-- Author : yzf
-- Created On: Tue Dec 12 08:26:19 1995
-- Testbench for prefetch.prefetch
use work.types.all;
architecture BENCH of test_prefetch is
component prefetch
PORT(
BR
www.eeworm.com/read/32453/1034252
100vhdl+
-- Author : yzf
-- Created On: Tue Dec 12 08:26:19 1995
-- Testbench for prefetch.prefetch
library STD;
library WORK;
use STD.STANDARD.ALL;
use WORK.ALL;
entity test_prefetch is
end t
www.eeworm.com/read/32453/1034253
100vhdl+
--**VHDL*************************************************************
--
-- SRC-MODULE : PREFETCH
-- NAME : prefetch.vhdl
-- VERSION : 1.0
--
-- PURPOSE : Architecture of PREFETCH b
www.eeworm.com/read/32453/1034254
100vhdl+
----------------------------------------------------------------------------
--
-- Copyright (c) 1990, 1991 by Synopsys, Inc. All rights reserved.
--
-- This source file may be used and distribu
www.eeworm.com/read/32453/1034255
100vhdl+
www.eeworm.com/read/32453/1034256
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/32453/1034257