代码搜索:std
找到约 10,000 项符合「std」的源代码
代码结果 10,000
www.eeworm.com/read/457415/7325746
vhd test_data_gen.vhd
-- Copyright (C) 2004-2005 Digish Pandya
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License a
www.eeworm.com/read/457284/7328714
vhd jieguo.vhd
--显示输出,包括停车位个数和点阵信息
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity jieguo is
port(
clk : in std_logic;
cheweikong: in std_logic;
led
www.eeworm.com/read/457284/7328833
vhd tingche.vhd
--此模块实现车的任意位置停放或离开,并显示剩余车位数量
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith.all;
entity tingche is
port(
clk : in std_logic;
hel
www.eeworm.com/read/455017/7379964
vhd cpu.vhd
library ieee;
use ieee.std_logic_1164.all;
entity cpu is port (
rst : in std_logic;
p12mhz : in std_logic;
--xp12mhz : out std_logic;
rst_cpu : out std_logic;
www.eeworm.com/read/454493/7388274
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/454493/7388277
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/454493/7388299
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/454493/7388313
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/454374/7392903
txt daima.txt
-----------------------------------------------------------
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
-----------------------------
www.eeworm.com/read/453698/7414086
vhd piso8.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity piso8 is
port(
clk,notready:in std_logic;
dataout:in std_logic_vector(7 downto 0);
data:out std_logic);