代码搜索:std
找到约 10,000 项符合「std」的源代码
代码结果 10,000
www.eeworm.com/read/431824/8651730
vhd fpdiv_32.vhd
--Floating Point ieee754 Div
-- |---------------------------------------------------------------|
-- | IEEE 754 Floating Point_division. |
-- |
www.eeworm.com/read/288049/8654374
vhd pe_pkg.vhd
------------------------------------------------------------------------
--
-- Copyright (C) 1998-1999, Annapolis Micro Systems, Inc.
-- All Rights Reserved.
--
--------------------------------
www.eeworm.com/read/387424/8683900
vhd tb_progprom_tmpl.vhd
-- VHDL testbench template generated by SCUBA ispLever_v70_SP2_Build (24)
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_unsigned.all;
entity tb is
end entity tb;
architecture test o
www.eeworm.com/read/387424/8683902
vhd progprom_tmpl.vhd
-- VHDL module instantiation generated by SCUBA ispLever_v70_SP2_Build (24)
-- Module Version: 4.1
-- Mon Mar 10 16:04:11 2008
-- parameterized module component declaration
component ProgPRom
po
www.eeworm.com/read/387424/8684112
vhd pwm_m8.vhd
-----------------------------------------------------------------------
-- PWM_M8.vhd
-- --------------------------------------------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>> COPYRIGHT
www.eeworm.com/read/430383/8751976
vhd compressor_tb.vhd
---------------------------------------------------------------------------------------------------
--
-- Title : JPEG Hardware Compressor Testbench
-- Design : jpeg
-- Author : Victor
www.eeworm.com/read/286642/8752615
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/286641/8752677
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/385622/8796031
txt 电梯.txt
1 楼主:【控制实例】一个VHDL电梯控制器的程序
贴子发表于:2008-6-16 20:19:55
1、 每层电梯的入口处设有上下请求开关,电梯内设有乘客到达层次的停站请求开关。
2、 设有电梯所处位置指示装置及电梯运行模式(上升或下降)指示装置。
3、 电梯每秒升降一层。
4、 电梯到达有停站请求的楼层后,经过1s电梯打开,开门只是灯亮,开门 ...
www.eeworm.com/read/385519/8800486
bak top.vhd.bak
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY TOP IS
PORT(CLK : IN STD_LOGIC;
STATUS : IN STD_LOGIC_VECTOR(3 DOWNTO 0);
LED : OUT STD_LOGIC_VE