代码搜索结果
找到约 10,000 项符合
VHDL 的代码
100vhdl+
--------------------------------------------------------------------------------
--
-- Traffic Light Controller (TLC) -- Simulation Vectors
--
-- Source: Hardware C version written by David Ku o
100vhdl+
-- Author : yzf
-- Created On: Mon Nov 6 09:54:13 1995
-- Testbench for parity.parity
--library STD;
--library WORK;
--library parity;
--use STD.STANDARD.ALL;
--use PARITY.TYPES.ALL;
--u
100vhdl+
-- the VHDL description for 8-bit parity generator
-- Edit by yzf 1995
-- modfied by cdy Apr. 1998
package types is
subtype short is integer range 0 to 255;
end types;
use work.types.all;
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+
--Page :299,300
--Objective :Procedure constrsain
--Filename :test_110b
--Author :Joseph Pick
entity Test_110b is
end Test_110b;
architecture Behave_1 of Te