代码搜索:Logic Analyzer
找到约 10,000 项符合「Logic Analyzer」的源代码
代码结果 10,000
www.eeworm.com/read/146918/12603426
vhd my_d.vhd
-- MAX+plus II VHDL
-- Clearable my_d
LIBRARY ieee;
USE ieee.std_logic_1164.all;
ENTITY my_d IS
PORT
(
d,sd,rd : IN STD_LOGIC;
clk : IN STD_LOGIC;
q,nq : OUT STD_L
www.eeworm.com/read/146762/12614621
vhd keyboard.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith.all;
entity KeyBoard is
port(
clk8HZ,reset:in std_logic;
kb0 :inout std_logic;
g
www.eeworm.com/read/146761/12614982
vhd keyboard.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith.all;
entity KeyBoard is
port(
clk,reset:in std_logic;
kb0 :inout std_logic;
getk
www.eeworm.com/read/146662/12627155
vhd xspfpga.vhd
--------------------------------------------------------------------------------
-- Copyright (c) 2000 by Trenz Electronic.
-- Duenner Kirchweg 77, 32257 Buende, Germany, www.trenz-electronic.de
--
www.eeworm.com/read/146473/12645122
vhd uc_interface.vhd
-- File: uC_interface.vhd
--
-- Author: Jennifer Jenkins
-- Xilinx
-- Purpose: Description of an interface with a Hitachi SH7750 uC
-- bus to internal module registers
--
www.eeworm.com/read/135832/13895013
vhd cnt10.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity cnt10 is
port(clk:in std_logic;
clr:in std_logic;
ci:in std_logic; -- carry
www.eeworm.com/read/134576/13981474
vhd it51_pack.vhd
-------------------------------------------------------------------------------
-- IT51 (Improved-T51) --
--
www.eeworm.com/read/134328/13995692
vhd multiplier.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity multiplier is
generic(k:positive:=8); --input the number of multiplicand(or multiplier)
port(
M,multipli
www.eeworm.com/read/235433/14072124
cmp link_phy_pl3.cmp
-- Generated by POS-PHY Level 2 and 3 Compiler 1.3.1 [Altera, IP Toolbench v1.2.5 build28]
-- ************************************************************
-- THIS IS A WIZARD-GENERATED FILE. DO NOT