代码搜索结果
找到约 10,000 项符合
VHDL 的代码
100vhdl+
-- Author : yzf
-- Created On: Thu Dec 21 09:46:16 1995
-- Testbench for comp.comp
architecture BENCH of test_comp is
component comp
PORT(
A: IN SHORT;
B: IN SHORT;
IN_READY:
100vhdl+
-- Author : yzf
-- Created On: Thu Dec 21 09:46:16 1995
-- Testbench for comp.comp
library STD;
library WORK;
--library comp;
use STD.STANDARD.ALL;
--use COMP.TYPES.ALL;
use WORK.TYPES.
100vhdl+
--**VHDL*************************************************************
--
-- SRC-MODULE : COMP
-- NAME : comp.vhdl
-- VERSION : 1.0
--
-- PURPOSE : Architecture of COMP benchmark
--
100vhdl+
--------------------------------------------------------------------------------
--
-- AMD 2910 Benchmark (Functional blocks) (Algorithmic Behaviour of Funct blocks)
--
-- Source: AMD data book
100vhdl+
----------------------------------------------------------------------------
--
-- Copyright (c) 1990, 1991 by Synopsys, Inc. All rights reserved.
--
-- This source file may be used and distribu
100vhdl+
--***************************************************************************
-- VHDL BIT_VECTOR Operations for MVL7 type
--
100vhdl+
--------------------------------------------------------------------------
-- SOME VHDL DATA TYPES TO FACILITATE SYNTHESIS
-- Developed on Nov 1, 1991 by :
-- I
100vhdl+
--------------------------------------------------------------------------------
--
-- AMD 2910 Benchmark (Functional blocks) (Algorithmic Behaviour of Funct blocks)
--
-- Source: AMD data book
100vhdl+
--Page :301
--Objective :'TRANSACTION of formal parameters
--Filename :test_64a.vhd
--Author :Joseph Pick
entity Test_64a is
end Test_64a;
architecture Behav