代码搜索:vhdl
找到约 10,000 项符合「vhdl」的源代码
代码结果 10,000
www.eeworm.com/read/32453/1034318
100vhdl+
--------------------------------------------------------------------------------
--
-- AMD 2910 Benchmark (Functional blocks) (Algorithmic Behaviour of Funct blocks)
--
-- Source: AMD data book
www.eeworm.com/read/32453/1034319
100vhdl+
--------------------------------------------------------------------------------
--
-- AMD 2910 Benchmark (Functional blocks) (Algorithmic Behaviour of Funct blocks)
--
-- Source: AMD data book
www.eeworm.com/read/32453/1034320
100vhdl+
-- The eneity declaration of INVERTER
------------------------
entity B_INV is
------------------------
port(
I1 : in bit;
O1 : out bit
);
end B_INV;
-- The archit
www.eeworm.com/read/32453/1034321
100vhdl+
www.eeworm.com/read/32453/1034322
100vhdl+
-- (C) Copyright 1996 Doulos All Rights Reserved
-- Solution for Counter
library IEEE;
use IEEE.Std_logic_1164.all;
use IEEE.Std_logic_arith.all;
entity DIVIDER is
port (CLK_IN : in Std
www.eeworm.com/read/32453/1034323
100vhdl+
--written by Diao Lan Song
--1998/9/25
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.Std_logic_arith.all;
entity Stimulus is
end Stimulus;
architecture test_bench of Stimulus is
www.eeworm.com/read/32453/1034324
100vhdl+
www.eeworm.com/read/32453/1034325
100vhdl+
--------------------------------------------------------------------------------
--
-- AM2901 Benchmark
--
-- Source: AMD data book
--
---------------------------------------------------------
www.eeworm.com/read/32453/1034326
100vhdl+
--------------------------------------------------------------------------------
--
-- AM2901 Benchmark
--
-- Source: AMD data book
--
---------------------------------------------------------
www.eeworm.com/read/32453/1034327
100vhdl+
-- Page : 285,286
--Objective : Blocks and 'EVENT vs.'STABLE
--Filename : test_16
--Author : Joseph Pick
entity Test_16 is
end Test_16;
architecture Behave_1 o