代码搜索:std

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

代码结果 10,000
www.eeworm.com/read/426736/9002528

vhd mux2_1.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity mux2_1 is generic(n:integer:=24); port( sel:in bit; A,B:in std_logic; Y:out std_logic); end mux2_1; a
www.eeworm.com/read/426736/9002566

vhd testda.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity testda is port(clk:in std_logic; data:out std_logic_vector(7 downto 0);
www.eeworm.com/read/426736/9002613

vhd top.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; ENTITY TOP IS --顶层设计 PORT ( CLK12MHZ : IN STD_LOGIC; INDEX1 : IN STD_LOGIC_VECTOR(7 DOWNTO 0);
www.eeworm.com/read/426736/9002652

vhd csout.vhd

library ieee; Use ieee.std_logic_1164.all; Entity csout is port(data:in std_logic_vector(7 downto 0); cs:in std_logic; dout:out std_logic_vector(7 downto 0) ); end csout;
www.eeworm.com/read/426736/9002660

vhd rxt.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; entity rxt is port( mclk_16:in std_logic;--16倍baud rx:in std_logic;--读,复位,和接收端 data:out std_logic_vector(7 downto
www.eeworm.com/read/426735/9002842

vhd addr.vhd

--addr (模块)正弦 library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity addr is port( clk:in std_logic; dout:out std_logic_vector(5 downto 0) ); end ad
www.eeworm.com/read/426735/9002869

vhd sanjiao.vhd

--sanjiao 模块 library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity sanjiao is port( clk :in std_logic; dout : out std_logic_vector(5 downto 0) )
www.eeworm.com/read/426735/9002882

vhd updown2.vhd

-- updown2 模块(of testup_f_k) library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity updown2 is port( r_in:in std_logic;
www.eeworm.com/read/426601/9011476

vhd gh_tvfd_filter.vhd

--------------------------------------------------------------------- -- Filename: gh_TVFD_filter.vhd -- -- Description: -- Time Varying Fractional Delay Filter -- -- Copyright (c) 2005, 20
www.eeworm.com/read/382605/9016526

vhd compressor_tb.vhd

--------------------------------------------------------------------------------------------------- -- -- Title : JPEG Hardware Compressor Testbench -- Design : jpeg -- Author : Vi