代码搜索:vhdl

找到约 10,000 项符合「vhdl」的源代码

代码结果 10,000
www.eeworm.com/read/32453/1034268

100vhdl+

--这是子类型和部件声明的包 --用于区分向量类型的不同宽度 LIBRARY ieee; USE ieee.std_logic_1164.ALL; USE ieee.std_logic_arith.ALL; PACKAGE pkg_types IS SUBTYPE bit1 IS std_ulogic; SUBTYPE bit
www.eeworm.com/read/32453/1034269

100vhdl+

entity decoder is port( I0 : in Bit; I1 : in Bit; O0 : out Bit; O1 : out Bit; O2 : out Bit; O3 : out Bit); end entity; architecture decoder_archi of decoder is signal
www.eeworm.com/read/32453/1034270

100vhdl+

--Page :291,292 --Objective :Transport driver preemption --Filename :test_113.vhd --Author :Joseph Pick entity Test_113 is end Test_113; architecture Behave
www.eeworm.com/read/32453/1034271

100vhdl+

-------------------------------------------------------------------------------- -- -- AMD 2910 Benchmark (Functional blocks) (Algorithmic Behaviour of Funct blocks) -- -- Source: AMD data book
www.eeworm.com/read/32453/1034272

100vhdl+

www.eeworm.com/read/32453/1034273

100vhdl+

--*************************************************************************** -- VHDL BIT_VECTOR Operations for MVL7 type --
www.eeworm.com/read/32453/1034274

100vhdl+

-------------------------------------------------------------------------- -- SOME VHDL DATA TYPES TO FACILITATE SYNTHESIS -- Developed on Nov 1, 1991 by : -- I
www.eeworm.com/read/32453/1034275

100vhdl+

---------------------------------------------------------------------------- -- -- Copyright (c) 1990, 1991 by Synopsys, Inc. All rights reserved. -- -- This source file may be used and distribu
www.eeworm.com/read/32453/1034276

100vhdl+

-------------------------------------------------------------------------------- -- -- AMD 2910 Benchmark (Functional blocks) (Algorithmic Behaviour of Funct blocks) -- -- Source: AMD data book
www.eeworm.com/read/32453/1034277

100vhdl+