代码搜索结果
找到约 10,000 项符合
VHDL 的代码
100vhdl+
--------------------------------------------------------------------------------
--
-- AMD 2910 Benchmark (Functional blocks) (Algorithmic Behaviour of Funct blocks)
--
-- Source: AMD data book
100vhdl+
--------------------------------------------------------------------------------
--
-- AMD 2910 Benchmark (Functional blocks) (Algorithmic Behaviour of Funct blocks)
--
-- Source: AMD data book
100vhdl+
-- The eneity declaration of INVERTER
------------------------
entity B_INV is
------------------------
port(
I1 : in bit;
O1 : out bit
);
end B_INV;
-- The archit
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
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
100vhdl+
--------------------------------------------------------------------------------
--
-- AM2901 Benchmark
--
-- Source: AMD data book
--
---------------------------------------------------------
100vhdl+
--------------------------------------------------------------------------------
--
-- AM2901 Benchmark
--
-- Source: AMD data book
--
---------------------------------------------------------
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