mimasuo1.acf

来自「VHDL的课程设计」· ACF 代码 · 共 49 行

ACF
49
字号
--
--  Copyright (C) 1988-2000 Altera Corporation
--  Any megafunction design, and related net list (encrypted or decrypted),
--  support information, device programming or simulation file, and any other
--  associated documentation or information provided by Altera or a partner
--  under Altera's Megafunction Partnership Program may be used only to
--  program PLD devices (but not masked PLD devices) from Altera.  Any other
--  use of such megafunction design, net list, support information, device
--  programming or simulation file, or any other related documentation or
--  information is prohibited for any other purpose, including, but not
--  limited to modification, reverse engineering, de-compiling, or use with
--  any other silicon devices, unless such use is explicitly licensed under
--  a separate agreement with Altera or a megafunction partner.  Title to
--  the intellectual property, including patents, copyrights, trademarks,
--  trade secrets, or maskworks, embodied in any such megafunction design,
--  net list, support information, device programming or simulation file, or
--  any other related documentation or information provided by Altera or a
--  megafunction partner, remains with Altera, the megafunction partner, or
--  their respective licensors.  No other licenses, including any licenses
--  needed under any third party's intellectual property, are provided herein.
--
CHIP mimasuo1
BEGIN
	|GREEN :	OUTPUT_PIN = 25;
	|RED :	OUTPUT_PIN = 22;
	|JBAO :	OUTPUT_PIN = 27;
	|GREE :	OUTPUT_PIN = 84;
	|START :	INPUT_PIN = 2;
	|CLK1 :	INPUT_PIN = 43;
	|setup :	INPUT_PIN = 44;
	|i_setup :	INPUT_PIN = 50;
	|iopen :	INPUT_PIN = 49;
	|S9 :	INPUT_PIN = 48;
	|S8 :	INPUT_PIN = 47;
	|S7 :	INPUT_PIN = 39;
	|S6 :	INPUT_PIN = 38;
	|S5 :	INPUT_PIN = 37;
	|S4 :	INPUT_PIN = 36;
	|S3 :	INPUT_PIN = 35;
	|S2 :	INPUT_PIN = 30;
	|S1 :	INPUT_PIN = 29;
	|S0 :	INPUT_PIN = 28;
	|CLK :	INPUT_PIN = 1;
	DEVICE = EPF10K10LC84-4;
END;

DEFAULT_DEVICES
BEGIN
	AUTO_DEVICE = EPF10K20RC240-

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?