代码搜索:std
找到约 10,000 项符合「std」的源代码
代码结果 10,000
www.eeworm.com/read/158727/11590173
vhd danxiangm16.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity danxiangm16 is
port(clk :in std_logic;
zhishu :in std_logic;
din :in std_logic_vector(3 downto 0)
www.eeworm.com/read/348062/11614454
vhd lcd.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity lcd is
Port ( clk : in std_logic; --3.125MHZ FROM div16 Module
www.eeworm.com/read/261831/11622398
vhd kang.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.all;
package kang is
component tsb is
Port ( clk : in std_logic;
data_in : in std_logic_vector(3 downto 0);
data_out : out std_logic_vector(3 downto 0);
www.eeworm.com/read/158163/11640062
vhd piso.vhd
library ieee;
use ieee.std_logic_1164.all;
entity piso is
port (load : in std_logic;
clock:in std_logic;
po:out std_logic_vector(31 downto 0);
sI:IN std_logic;
en
www.eeworm.com/read/158163/11640069
vhd top.vhd
library ieee;
use ieee.std_logic_1164.all;
entity top is
port(
f: out std_logic;
si : in std_logic;
sck, clk : in std_logic;
load : in std_logic;
st :out std_logic_vector(8 dow
www.eeworm.com/read/347588/11657251
vhd main.vhd
--************************************************************
--
-- Project Name: Timer
-- File Name : main.vhd(top level)
-- Function : This is a basic timer,
-- use 2 key to adjust
www.eeworm.com/read/347588/11657258
vhd keydetc.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity keydetc is
Port ( clk_5ms :in std_logic;
-- clk_1us :in std_logic;
www.eeworm.com/read/261127/11666013
vhd lock.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity lock is
port(en,d:in std_logic;
q:out std_logic);
end;
architecture d of lock is
begin
process(en,d)
b
www.eeworm.com/read/347385/11669319
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/347385/11669324
bak dds.vhd.bak
--------------------------------------------------------------------------------
-- Project Name: DDS_Project
-- File Name: dds.vhd
-- Create Date: 20:20:15 2008-05-09
-- Engineer: Kun Y