代码搜索:Logic Analyzer

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

代码结果 10,000
www.eeworm.com/read/402018/11543914

vhd counter100.vhd

--counter100 library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_arith.all; use IEEE.std_logic_unsigned.all; entity counter100 is port(clk,clr:in std_logic; c:out std_logic;
www.eeworm.com/read/402018/11544062

vhd counter_1024.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity counter_1024 is port(clk,clr,en,updn,bcdwr:in std_logic; datain:in std_logic_vector(9 downt
www.eeworm.com/read/401884/11546604

txt 程序.txt

--递增锯齿波的程序设计 library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity dai_dzjc is port(clk,reset:in std_logic; q:out std_logic_vector(7 downto 0)); end dai_dzjc; arch
www.eeworm.com/read/401084/11565002

vhd speaker.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity speaker is port(clk:in std_logic; tone:in std_logic_vector(10 downto 0); spks:out std_logic); end entity
www.eeworm.com/read/401083/11565008

vhd speaker.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity speaker is port(clk:in std_logic; tone:in std_logic_vector(10 downto 0); spks:out std_logic); end entity
www.eeworm.com/read/400975/11566414

vhd spi_master_tb.vhd

-- VHDL Test Bench Created from source file spi_master.vhd -- 9/18/00 5:07:59 PM -- -- spi_master_tb.vhd -- -- Created: 10/12/00 ALS -- This file, created from the WebPACK generated templa
www.eeworm.com/read/400916/11567003

vhd receivefromutopia.vhd

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; entity ReceiveFromUTOPIA is -- slave mode generic ( fifo_width : integer := 32
www.eeworm.com/read/400098/11583377

vhd count60.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity count60 is port(clk,clr:in std_logic; en:in std_logic; ql:out std_logic_vector(3 downto 0); qh:out std_logic_v
www.eeworm.com/read/261776/11623909

vhd command_statemachine.vhd

------------------------------------------------------------------------------- -- $Id: command_statemachine.vhd,v 1.3 2004/06/01 19:59:03 jennj Exp $ -----------------------------------------------
www.eeworm.com/read/261692/11627907

vhd alumux_.vhd

------------------------------------------------------------------------------- -- -- -- X X XXXXXX XXXXXX