代码搜索:Logic Analyzer

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

代码结果 10,000
www.eeworm.com/read/487908/6501856

txt 莫尔型状态机1.txt

-- Moore State Machine with explicit state encoding -- dowload from: www.fpga.com.cn & www.pld.com.cn library ieee; use ieee.std_logic_1164.all; entity moore2 is port( clk, rst:
www.eeworm.com/read/485380/6560882

vhd dcache.vhd

------------------------------------------------------------------------------- -- $Id: dcache.vhd,v 1.3 2007/12/21 12:50:51 stefana Exp $ -------------------------------------------------------------
www.eeworm.com/read/485380/6560957

vhd mux4.vhd

------------------------------------------------------------------------------- -- $Id: mux4.vhd,v 1.1 2007/10/12 09:11:36 stefana Exp $ ---------------------------------------------------------------
www.eeworm.com/read/485380/6560958

vhd mmu_tlb.vhd

------------------------------------------------------------------------------- -- $Id: mmu_tlb.vhd,v 1.2 2007/10/23 11:00:32 stefana Exp $ ------------------------------------------------------------
www.eeworm.com/read/484829/6575449

bak keypro.vhd.bak

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity keypro is port ( clk: in std_logic; --按键时钟 reset: in std_logic; --异步置位按键
www.eeworm.com/read/484829/6575535

vhd keypro.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity keypro is port ( clk: in std_logic; --按键时钟 reset: in std_logic; --异步置位按键
www.eeworm.com/read/484371/6586402

vhd xil_rgb2ycrcb_sg_wrap.vhd

--******************************************************************* -- Copyright(C) 2005 by Xilinx, Inc. All rights reserved. -- This text/file contains proprietary, confidential -- information of X
www.eeworm.com/read/484140/6591321

txt state_moor_mealy.txt

-- State Machine with Moore and Mealy outputs -- dowload from: www.fpga.com.cn & www.pld.com.cn library ieee; use ieee.std_logic_1164.all; entity mealy1 is port( clk, rst: in
www.eeworm.com/read/484140/6591322

txt 米勒型状态机.txt

-- Mealy State Machine with Registered Outputs -- dowload from: www.fpga.com.cn & www.pld.com.cn library ieee; use ieee.std_logic_1164.all; entity mealy1 is port( clk, rst: in
www.eeworm.com/read/484140/6591326

txt 莫尔型状态机2.txt

-- Moore State Machine with Concurrent Output Logic -- dowload from: www.fpga.com.cn & www.pld.com.cn library ieee; use ieee.std_logic_1164.all; entity moore1 is port( clk, rst: