code_83.fit

来自「fsk传输系统源码 fsk传输系统源码 fsk传输系统源码 fsk传输系统源码 」· FIT 代码 · 共 67 行

FIT
67
字号
-- MAX+plus II Compiler Fit File      
-- Version 10.2 07/10/2002            
-- Compiled: 06/07/2007 14:33:01      

-- 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
-- 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 "code_83"
BEGIN

    DEVICE = "EP1K30TC144-3";

    "din1"                         : INPUT_PIN  = 125    ;
    "din2"                         : INPUT_PIN  = 14     ;
    "din3"                         : INPUT_PIN  = 126    ;
    "din4"                         : INPUT_PIN  = 55     ;
    "din5"                         : INPUT_PIN  = 124    ;
    "din6"                         : INPUT_PIN  = 56     ;
    "din7"                         : INPUT_PIN  = 54     ;
    "dout0"                        : OUTPUT_PIN = 97     ;
    "dout1"                        : OUTPUT_PIN = 95     ;
    "dout2"                        : OUTPUT_PIN = 96     ;
    ":66"                          : LOCATION   = LC2_C18;
    ":71"                          : LOCATION   = LC3_C18;
    ":79"                          : LOCATION   = LC4_C18;
    ":80"                          : LOCATION   = LC8_C18;
    ":81"                          : LOCATION   = LC1_C18;

END;

INTERNAL_INFO "code_83"
BEGIN
	DEVICE = EP1K30TC144-3;
    OD4P125 : LORAX = "1:FB4|2:CH0R2,PA13R2C17->LC2_C18||";
    OH3R2P14 : LORAX = "1:G71R2,PA19R2C17->LC2_C18,->LC3_C18|";
    OD0P126 : LORAX = "1:FB0|2:FH0R2,PA7R2C17->LC2_C18,->LC3_C18||";
    OD5P55  : LORAX = "1:FB5|2:CH1R2,PA10R2C17->LC2_C18,->LC3_C18,->LC4_C18||";
    OD1P124 : LORAX = "1:FB1|2:FH1R2,PA12R2C17->LC3_C18,->LC4_C18,->LC1_C18||";
    OD3P56  : LORAX = "1:FB3|2:FH3R2,PA8R2C17->LC4_C18,->LC8_C18,->LC1_C18||";
    OD2P54  : LORAX = "1:FB2|2:FH2R2,PA6R2C17->LC4_C18,->LC8_C18,->LC1_C18||";
    LC4_C18 : LORAX = "1:MSW3R2C17,HHL17R2->OH11R2P96|";
    LC8_C18 : LORAX = "1:MSW7R2C17,HHL59R2->OH15R2P95|";
    LC1_C18 : LORAX = "1:MSW0R2C17,HHL29R2->OH8R2P97|";
	LC2_C18 : LORAX2 = "OD4P125, OH3R2P14, OD5P55, OD0P126";
	LC3_C18 : LORAX2 = "OH3R2P14, OD0P126, OD1P124, OD5P55";
	LC4_C18 : LORAX2 = "OD2P54, OD3P56, OD5P55, OD1P124";
	LC8_C18 : LORAX2 = "X, OD3P56, OD2P54, LC3_C18";
	LC1_C18 : LORAX2 = "OD2P54, OD3P56, LC2_C18, OD1P124";
END;

⌨️ 快捷键说明

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