代码搜索:Logic Analyzer
找到约 10,000 项符合「Logic Analyzer」的源代码
代码结果 10,000
www.eeworm.com/read/234568/14106098
txt 频率计.txt
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity freq is
port (xclk,clk: in std_logic;
A0,B0,C0,D0,A1,B1,C1,D1:out std_logic
www.eeworm.com/read/234024/14125473
vhd xspfpga.vhd
--------------------------------------------------------------------------------
-- Copyright (c) 2000 by Trenz Electronic.
-- Duenner Kirchweg 77, 32257 Buende, Germany, www.trenz-electronic.de
--
www.eeworm.com/read/233800/14136096
vhd demodulation.vhd
LIBRARY ieee ;
USE ieee.std_logic_1164.all ;
entity demodulation is
port(clk :in std_logic; --系统时钟
start :in std_logic; --同步信号
x :in std_logic;
www.eeworm.com/read/233758/14137983
vhd adder32.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity adder32 is
port( clk:in std_logic;
wp:in std_logic_vector(1 downto 0);
a: in std_logic_vector
www.eeworm.com/read/233758/14138054
vhd adder32b.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity adder32b is
port( clk:in std_logic;
wp:in std_logic_vector(1 downto 0);
a: in std_logic_vecto
www.eeworm.com/read/232417/14195523
vhd system.vhd
library ieee;
use ieee.std_logic_1164.all;
entity yxor is
port (x1,x2: in std_logic;
y:out std_logic);
end entity yxor;
architecture art1 of yxor is
begin
y
www.eeworm.com/read/232417/14195524
txt dpll.txt
library ieee;
use ieee.std_logic_1164.all;
entity yxor is
port (x1,x2: in std_logic;
y:out std_logic);
end entity yxor;
architecture art1 of yxor is
begin
y
www.eeworm.com/read/130063/14209684
vhd mc8051_ram_.vhd
-------------------------------------------------------------------------------
-- --
-- X X XXXXXX XXXXXX
www.eeworm.com/read/130063/14209715
vhd alumux_.vhd
-------------------------------------------------------------------------------
-- --
-- X X XXXXXX XXXXXX
www.eeworm.com/read/130063/14209750
vhd mc8051_alu_.vhd
-------------------------------------------------------------------------------
-- --
-- X X XXXXXX XXXXXX