代码搜索结果
找到约 10,000 项符合
Communication 的代码
communication.fit
-- MAX+plus II Compiler Fit File
-- Version 10.1 06/12/2001
-- Compiled: 09/06/2005 18:39:42
-- Copyright (C) 1988-2001 Altera Corporation
-- Any megafunction design, and
communication.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE ieee.std_logic_unsigned.all;
entity communication is
port(reset,TXC,RXC,RXD:IN STD_LOGIC;
CS,A0,RD,WR:IN STD_LOGIC;
TXD:OUT STD_LOGIC;