代码搜索:std

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

代码结果 10,000
www.eeworm.com/read/381044/9113720

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/381044/9113750

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/381044/9113769

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/184270/9113775

vhd loadpw.vhd

----------------------------------------------------------------------------- -- Project Name : NCO
www.eeworm.com/read/381044/9113821

vhd decoder_3_8.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity decoder_3_8 is port(a,b,c,e1,e2,e3:in std_logic; y:out std_logic_vector(7
www.eeworm.com/read/381044/9113832

vhd rom256x8.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; LIBRARY lpm; USE lpm.lpm_components.ALL; LIBRARY work; USE work.ram_constants.ALL; ENT
www.eeworm.com/read/381044/9113842

vhd decoder_4_16.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity decoder_4_16 is port(a1,b1,c1,d1,g2a1,g2b1:in std_logic; y1,y2:out std_logi
www.eeworm.com/read/184180/9118747

m uwb_sv_params.m

function [Lam,lambda,Gam,gamma,std_ln_1,std_ln_2,nlos,std_shdw] = uwb_sv_params( cm_num ) % Return S-V model parameters for standard UWB channel models % Lam Cluster arrival rate (clusters per ns
www.eeworm.com/read/281861/9128631

vhd mult8_rtl.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_UNSIGNED.ALL; ENTITY mult8_rtl IS GENERIC(datawidth:INTEGER:=8); --乘数的数据宽度 PORT ( clk : IN STD_LOGIC;
www.eeworm.com/read/281861/9128639

vhd clock_top.vhd

Library IEEE ; USE IEEE.STD_LOGIC_1164.all; USE IEEE.STD_LOGIC_ARITH.all; ENTITY clock_top IS PORT(clk : IN STD_LOGIC; --全局时钟 keyvalue : IN STD_LOGIC_VECTOR(3 DOWNTO 0); --按键值