代码搜索结果

找到约 10,000 项符合 Logic Analyzer 的代码

smg3.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity smg3 is port(clk,rst: in std_logic; myout:out std_logic_vector(6 downto 0); cp:out std_logic_vector(5 downto 0)

enableandstart.vhd

---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 23:03:02 05/18/2006 -- Design Name: -- Module Name: EnableAndS

djdplj_top.vhd

--/* DJDPLJ_TOP.VHD*/--顶层模块 library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; -- Uncomment the following lines to use the declarations t

cancomp.vhd

---------------------------------------------------------------------------- -- This file is a part of the GRLIB VHDL IP LIBRARY -- Copyright (C) 2004 GAISLER RESEARCH -- -- This program is free so

pio_rtl.vhd

------------------------------------------------------------------------------- -- -- -- CPU86 - VHDL CPU8088 IP core

txmittest.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity txmittest is port( tx:out std_logic; txclkout:out std_logic;--For test send clok; data:in std_logic_vecto

xor32.vhd

--xor32 library IEEE; use IEEE.std_logic_1164.all; use Ieee.std_logic_unsigned.all; use Ieee.std_logic_arith.all; entity xor32 is port(h1,h2,m1,m2,h3,h4,m3,m4:in std_logic_vector(3 downto 0);

xor32.vhd

--xor32 library IEEE; use IEEE.std_logic_1164.all; use Ieee.std_logic_unsigned.all; use Ieee.std_logic_arith.all; entity xor32 is port(h1,h2,m1,m2,h3,h4,m3,m4:in std_logic_vector(3 downto 0);

division10.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity division10 is port(lin:in std_logic_vector(9 downto 0); clock:in std_logic;

bsr.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity bsr is port(din :in std_logic_vector(7 downto 0); s:in std_logic_vector(2 downto