代码搜索结果

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

63_vhdl.vhd

-- Author : yzf -- Created On: Fri Dec 8 09:35:16 1995 -- Testbench for gcd_disp.gcd_disp library STD; library WORK; use STD.STANDARD.ALL; use WORK.ALL; entity test_gcd_disp is end t

56_vhdl.vhd

-- Author : yzf -- Created On: Tue Dec 12 08:26:19 1995 -- Testbench for prefetch.prefetch library STD; library WORK; use STD.STANDARD.ALL; use WORK.ALL; entity test_prefetch is end t

count4.vhdl

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; -- Uncomment the following lines to use the declarations that are -- provided for ins

compact_divider.vhdl

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; -- Uncomment the following lines to use the declarations that are -- provided for ins