代码搜索结果

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

se8.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 i

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