代码搜索结果
找到约 10,000 项符合
Control System 的代码
control.vhd
library ieee;
use ieee.std_logic_1164.all;
package state_pack is
type state is (qa,qb);
end state_pack;
library ieee;
use ieee.std_logic_1164.all;
use work.state_pack.all;
entity control is
control.rpt
Project Information d:\vhdl3\control.rpt
MAX+plus II Compiler Report File
Version 10.2 07/10/2002
Compiled: 12/07/2005 12:44:22
Copyright (C) 1988-2002 Al
control.hex
:020000040000FA
:39000000FFFF62FF3600FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF65
:39003900000C3401300006C80019000360020C80013000060000000
control.hif
HIF003
--
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, an
control.pin
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any other
control.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL;
ENTITY CONTROL IS
PORT( CLK,RESET,SET : IN STD_LOGIC;
ADIN : IN STD_LOGIC_