代码搜索:std

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

代码结果 10,000
www.eeworm.com/read/350770/10712356

vhd pcim_top.vhd

-------------------------------------------------------------------------- -- -- File: pcim_top.vhd -- Rev: 3.0.0 -- -- This is the top-level template file for VHDL designs. -- The user shoul
www.eeworm.com/read/421425/10736994

vhd three.vhd

library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.Numeric_Std.all; use IEEE.STD_LOGIC_UNSIGNED.ALL; entity three is port(clock:in std_logic; dout:out std_logic_vector(9 downto 0) ); end three; arch
www.eeworm.com/read/275690/10800932

vhd my_pkg.vhd

library ieee; use ieee.std_logic_1164.all; package my_pkg is component div1024--1Hz_generator component Port( clk: in std_logic;--from system clock(1024Hz) f1hz : out std_logic);-- 1H
www.eeworm.com/read/275690/10800992

vhd shiftrne.vhd

--shiftrne.vhd n-bit left-to-right shift register --with parallel load and enable library ieee ; use ieee.std_logic_1164.all ; entity shiftrne is generic ( n : integer := 7 ) ; port ( r : i
www.eeworm.com/read/275690/10801202

vhd divider.vhd

--divider.vhd n-bit divider library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all ; use work.components.all ; entity divider is generic ( n : integer := 7 ) ; port ( c
www.eeworm.com/read/275690/10801334

vhd shiftlne.vhd

--shiftlne.vhd n-bitright-to-left shift register --with parallel load and enable library ieee ; use ieee.std_logic_1164.all ; entity shiftlne is generic ( n : integer := 7 ) ; port( r : in s
www.eeworm.com/read/349548/10818849

vhd txmittest.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity txmittest is port( tx:out std_logic; txclkout:out std_logic;--For test send clok; data:in std_logic_vecto
www.eeworm.com/read/349548/10819124

vhd xor32.vhd

--xor32 library IEEE; use IEEE.std_logic_1164.all; use Ieee.std_logic_unsigned.all; use Ieee.std_logic_arith.all; entity xor32 is port(h1,h2,m1,m2,h3,h4,m3,m4:in std_logic_vector(3 downto 0);
www.eeworm.com/read/349548/10819225

vhd xor32.vhd

--xor32 library IEEE; use IEEE.std_logic_1164.all; use Ieee.std_logic_unsigned.all; use Ieee.std_logic_arith.all; entity xor32 is port(h1,h2,m1,m2,h3,h4,m3,m4:in std_logic_vector(3 downto 0);
www.eeworm.com/read/349548/10819708

vhd division10.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity division10 is port(lin:in std_logic_vector(9 downto 0); clock:in std_logic;