代码搜索:vhdl
找到约 10,000 项符合「vhdl」的源代码
代码结果 10,000
www.eeworm.com/read/32453/1034358
100vhdl+
--------------------------------------------------------------------------------
--
-- Traffic Light Controller (TLC) -- Simulation Vectors
--
-- Source: Hardware C version written by David Ku o
www.eeworm.com/read/32453/1034359
100vhdl+
www.eeworm.com/read/32453/1034360
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
www.eeworm.com/read/32453/1034361
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;
www.eeworm.com/read/32453/1034362
100vhdl+
www.eeworm.com/read/32453/1034363
100vhdl+
--------------------------------------------------------------------------------
--
-- AMD 2910 Benchmark (Functional blocks) (Algorithmic Behaviour of Funct blocks)
--
-- Source: AMD data book
www.eeworm.com/read/32453/1034364
100vhdl+
--------------------------------------------------------------------------------
--
-- AMD 2910 Benchmark (Functional blocks) (Algorithmic Behaviour of Funct blocks)
--
-- Source: AMD data book
www.eeworm.com/read/32453/1034365
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
www.eeworm.com/read/32453/1034366
100vhdl+
www.eeworm.com/read/32453/1034367