代码搜索结果

找到约 10,000 项符合 VHDL 的代码

100vhdl+

function I2B( Number : integer ; len : integer ) return MVL7_VECTOR is variable temp: MVL7_VECTOR (len - 1 downto 0); variable NUM: integer:=0; variable QUOTIENT: integer:=0;

100vhdl+

-------------------------------------------------------------------------------- -- -- Traffic Light Controller (TLC) -- -- Source: Hardware C version written by David Ku on June 8, 1988 at Stan

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