代码搜索结果
找到约 10,000 项符合
Monitor 的代码
monitor.jam
' Copyright (C) 1988-1999 Altera Corporation
' Any megafunction design, and related net list (encrypted or decrypted),
' support information, device programming or simulation file, and any other
'
monitor.acf
--
-- Copyright (C) 1988-1999 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any
monitor.fit
-- MAX+plus II Compiler Fit File
-- Version 9.3 7/23/1999
-- Compiled: 04/24/2009 23:21:25
-- Copyright (C) 1988-1999 Altera Corporation
-- Any megafunction design, and
monitor.hif
HIF003
--
-- Copyright (C) 1988-1999 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, an
monitor.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY monitor IS
PORT (A:IN STD_LOGIC_VECTOR(7 DOWNTO 0);
SIGN:IN STD_LOGIC;
Y0,Y1,S:OUT STD_LOGIC_VECTOR(6 DOWNTO 0));
END monito