代码搜索:std

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

代码结果 10,000
www.eeworm.com/read/319494/13450486

vhd main.vhd

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
www.eeworm.com/read/318822/13471597

vhd mod8_1.vhd

library ieee; use ieee.std_logic_1164.all; entity mod8_1 is port( a: in std_logic; b: in std_logic_vector( 7 downto 0); c: in std_logic_vector( 7 downto 0); s: out std_logic_vector(7 downto 0)); end
www.eeworm.com/read/318822/13471607

vhd add8_1.vhd

library ieee; use ieee.std_logic_1164.all; entity add8_1 is port( a : in std_logic_vector ( 7 downto 0); b : in std_logic; s : out std_logic_vector (7 downto 0)); end entity; architecture add8_1_rtl
www.eeworm.com/read/318822/13471609

vhd add8_2.vhd

library ieee; use ieee.std_logic_1164.all; entity add8_2 is port( a: in std_logic_vector(7 downto 0); b: in std_logic; cont: in std_logic; si: in std_logic_vector(
www.eeworm.com/read/318822/13471611

vhd gff3.vhd

library ieee; use ieee.std_logic_1164.all; entity gff3 is port( cont: in std_logic; a: in std_logic_vector ( 7 downto 0); b: in std_logic_vector ( 7 downto 0); p: in std_logic_vector ( 7 downto 0); s
www.eeworm.com/read/318822/13471613

bak add8_2.vhd.bak

library ieee; use ieee.std_logic_1164.all; entity add8_2 is port( a: in std_logic_vector(7 downto 0); b: in std_logic; cont: in std_logic; si: in std_logic_vector(
www.eeworm.com/read/317658/13500093

bak sum32.vhd.bak

-------------------------------------------------------------------------------- -- Project Name: DDS_Project -- File Name: sum32.vhd -- Create Date: 19:38:27 2008-05-09 -- Engineer: Kun
www.eeworm.com/read/317658/13500095

bak dds.vhd.bak

-------------------------------------------------------------------------------- -- Project Name: DDS_Project -- File Name: dds.vhd -- Create Date: 20:20:15 2008-05-09 -- Engineer: Kun Y
www.eeworm.com/read/317658/13500107

vhd sum32.vhd

-------------------------------------------------------------------------------- -- Project Name: DDS_Project -- File Name: sum32.vhd -- Create Date: 19:38:27 2008-05-09 -- Engineer: Kun
www.eeworm.com/read/317658/13500116

vhd dds.vhd

-------------------------------------------------------------------------------- -- Project Name: DDS_Project -- File Name: dds.vhd -- Create Date: 20:20:15 2008-05-09 -- Engineer: Kun Y