代码搜索结果
找到约 10,000 项符合
Logic Analyzer 的代码
set.txt
library ieee;
use ieee.std_logic_arith.all;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity set is
port(reset:in std_logic;
number10:in std_logic_vector(3 downto 0)
set.vhd
library ieee;
use ieee.std_logic_arith.all;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity set is
port(reset:in std_logic;
number10:in std_logic_vector(3 downto 0)
8++
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity multi8x8 is
port(clk, start: in std_logic;
a, b: in std_logic_vector(7 downto 0);
ariend: out std_logic;
songbaoli.txt
电子钟vVHDL程序
1.10进制计数器设计与仿真
---文件名:counter10.vhd。
---功能:10进制计数器,有进位c
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity counter10 i
opt.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned."+";
entity opt is
port (reset:in std_logic;
in1:in std_logic_vector(15 downto 0);
in2:in std_Logic_vector(31 d
l_conversions_p.vhd
-- Altera Microperipheral Reference Design Version 0802
--------------------------------------------------------------------------------
-- File Name: l_conversions_p.vhd
-------------------------
shift_register.txt
--
--
---------------------------------------------------------------------------------------
-- DESCRIPTION : Shift register
-- Type : univ
-- Width : 4
--
reg1.vhd
--REG1.VHD
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY REG1 IS
PORT(D: IN STD_LOGIC_VECTOR(9 DOWNTO 0);
CLK: IN STD_LOGIC;
Q: OUT STD_LOGIC_VECTOR(9 DOWNTO 0));
END ENTITY
reg2.vhd
--REG2.VHD
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY REG2 IS
PORT(D: IN STD_LOGIC_VECTOR(8 DOWNTO 0);
CLK: IN STD_LOGIC;
Q: OUT STD_LOGIC_VECTOR(8 DOWNTO 0));
END ENTITY
genxlib_arch.vhd
--------------------------------------------------------------------------------
-- Copyright(C) 2005 by Xilinx, Inc. All rights reserved.
-- This text/file contains proprietary, confidential
-- in