cnt25.fit
来自「这是本人在Max plus2环境下用VHDL语言编的交通灯控制程序。做EDA课程」· FIT 代码 · 共 92 行
FIT
92 行
-- MAX+plus II Compiler Fit File
-- Version 10.12 09/21/2001
-- Compiled: 06/07/2006 22:47:59
-- Copyright (C) 1988-2001 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 "cnt25"
BEGIN
DEVICE = "EPM7128SLC84-15";
"CLK" : INPUT_PIN = 83 ;
"EN25" : INPUT_PIN = 11 ; -- LC5
"SB" : INPUT_PIN = 12 ; -- LC3
"DOUT25B0" : OUTPUT_PIN = 73 ; -- LC115
"DOUT25B1" : OUTPUT_PIN = 70 ; -- LC109
"DOUT25B2" : OUTPUT_PIN = 80 ; -- LC126
"DOUT25B3" : OUTPUT_PIN = 79 ; -- LC125
"DOUT25B4" : OUTPUT_PIN = 77 ; -- LC123
"DOUT25B5" : OUTPUT_PIN = 76 ; -- LC120
"DOUT25B6" : OUTPUT_PIN = 64 ; -- LC99
"DOUT25B7" : OUTPUT_PIN = 63 ; -- LC97
"DOUT25M0" : OUTPUT_PIN = 81 ; -- LC128
"DOUT25M1" : OUTPUT_PIN = 75 ; -- LC118
"DOUT25M2" : OUTPUT_PIN = 65 ; -- LC101
"DOUT25M3" : OUTPUT_PIN = 67 ; -- LC104
"DOUT25M4" : OUTPUT_PIN = 69 ; -- LC107
"DOUT25M5" : OUTPUT_PIN = 68 ; -- LC105
"DOUT25M6" : OUTPUT_PIN = 55 ; -- LC85
"DOUT25M7" : OUTPUT_PIN = 54 ; -- LC83
"|LPM_ADD_SUB:109|addcore:adder|addcore:adder0|result_node1" : LOCATION = LC124 ;
"|LPM_ADD_SUB:109|addcore:adder|addcore:adder0|result_node2" : LOCATION = LC127 ;
"|LPM_ADD_SUB:109|addcore:adder|addcore:adder0|result_node3" : LOCATION = LC122 ;
"|LPM_ADD_SUB:109|addcore:adder|addcore:adder0|result_node4" : LOCATION = LC121 ;
":20" : LOCATION = LC113 ; -- CNTB4
":21" : LOCATION = LC114 ; -- CNTB3
":22" : LOCATION = LC119 ; -- CNTB2
":23" : LOCATION = LC116 ; -- CNTB1
":24" : LOCATION = LC117 ; -- PIN 74 -- CNTB0
END;
INTERNAL_INFO "cnt25"
BEGIN
DEVICE = EPM7128SLC84-15;
LC83 : LORAX = "G47R0";
LC85 : LORAX = "G102R0";
LC105 : LORAX = "G195R0";
LC107 : LORAX = "G197R0";
LC104 : LORAX = "G52R0";
LC101 : LORAX = "G49R0";
LC118 : LORAX = "G111R0";
LC128 : LORAX = "G202R0";
LC97 : LORAX = "G106R0";
LC99 : LORAX = "G108R0";
LC120 : LORAX = "G113R0";
LC123 : LORAX = "G144R0";
LC125 : LORAX = "G199R0";
LC126 : LORAX = "G200R0";
LC109 : LORAX = "G138R0";
LC115 : LORAX = "G55R0";
LC113 : LORAX = "G53R0,PA7R0C6,PA7R0C7";
OH4R0P11 : LORAX = "G204R0,PA29R0C7";
LC121 : LORAX = "G142R0,PA25R0C7";
LC114 : LORAX = "G54R0,PA5R0C6,PA5R0C7";
LC122 : LORAX = "G143R0,PA23R0C7";
LC119 : LORAX = "G112R0,PA12R0C6,PA12R0C7";
LC127 : LORAX = "G201R0,PA30R0C7";
LC116 : LORAX = "G56R0,PA1R0C6,PA1R0C7";
LC124 : LORAX = "G145R0,PA22R0C7";
LC117 : LORAX = "G110R0,PA16R0C6,PA16R0C7";
OH2R0P12 : LORAX = "G148R0,PA19R0C7";
END;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?