代码搜索结果
找到约 10,000 项符合
VHDL 的代码
100vhdl+
--------------------------------------------------------------------------------
--
-- AMD 2910 Benchmark (Functional blocks) (Algorithmic Behaviour of Funct blocks)
--
-- Source: AMD data book
100vhdl+
--Page :299,300
--Objective :Procedure constrsain
--Filename :test_110b
--Author :Joseph Pick
entity Test_110b is
end Test_110b;
architecture Behave_1 of Te
100vhdl+
----------------------------------------------------------------------------
--
--
-- Elliptical Wave Filter Benchmark
--
--
-- VHDL Benchmark author: D. Sreenivasa Rao
--
100vhdl+
----------------------------------------------------------------------------
--
--
-- Elliptical Wave Filter Benchmark : Test Patterns
--
--
-- VHDL Benchmark author: D. Sreenivasa Rao
100vhdl+
--***************************************************************************
-- pack.vhdl *
-- VHDL BIT_VECTOR Ope
100vhdl+
--test xilinx cell_lib
--use work.types.all;
entity E is
end E;
architecture test_add of E is
begin
t_add8:block
signal a0 : bit := '1';
signal a1 : bit:= '0';
signal a2 : bit:=
100vhdl+
----------------------------------------------------
-- The vhdl description for Xilinx Library (4000)
--
-- Category: Self-Defined Types and Functions
--
-- Yan.Zongfu
-- 1995.10.18
----------------