代码搜索结果
找到约 10,000 项符合
VHDL 的代码
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
----------------
100vhdl+
--**VHDL*************************************************************
--
-- SRC-MODULE : TESTBENCH
-- NAME : gcd_stim.vhdl
-- VERSION : 1.0
--
-- PURPOSE : Testbench for GCD Benchmar
100vhdl+
--**VHDL*************************************************************
--
-- SRC-MODULE : GCD
-- NAME : gcd.vhdl
-- VERSION : 1.0
--
-- PURPOSE : Architecture of GCD benchmark
--
--