decoder_38.fit

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

FIT
75
字号
-- MAX+plus II Compiler Fit File      
-- Version 10.2 07/10/2002            
-- Compiled: 06/06/2007 10:30:55      

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

    DEVICE = "EP1K50TC144-3";

    "in0"                          : INPUT_PIN  = 56     ;
    "in1"                          : INPUT_PIN  = 124    ;
    "in2"                          : INPUT_PIN  = 54     ;
    "out0"                         : OUTPUT_PIN = 135    ;
    "out1"                         : OUTPUT_PIN = 137    ;
    "out2"                         : OUTPUT_PIN = 12     ;
    "out3"                         : OUTPUT_PIN = 136    ;
    "out4"                         : OUTPUT_PIN = 13     ;
    "out5"                         : OUTPUT_PIN = 92     ;
    "out6"                         : OUTPUT_PIN = 79     ;
    "out7"                         : OUTPUT_PIN = 33     ;
    ":124"                         : LOCATION   = LC7_D30;
    ":125"                         : LOCATION   = LC6_D30;
    ":126"                         : LOCATION   = LC8_D30;
    ":127"                         : LOCATION   = LC5_D30;
    ":128"                         : LOCATION   = LC1_D30;
    ":129"                         : LOCATION   = LC2_D30;
    ":130"                         : LOCATION   = LC3_D30;
    ":131"                         : LOCATION   = LC4_D30;

END;

INTERNAL_INFO "decoder_38"
BEGIN
	DEVICE = EP1K50TC144-3;
    OD3P56  : LORAX = "1:FB3|2:FH3R3,PA8R3C29->LC7_D30,->LC6_D30,->LC8_D30,->LC5_D30,->LC1_D30,->LC2_D30,->LC3_D30,->LC4_D30||";
    OD1P124 : LORAX = "1:FB1|2:FH1R3,PA12R3C29->LC7_D30,->LC6_D30,->LC8_D30,->LC5_D30,->LC1_D30,->LC2_D30,->LC3_D30,->LC4_D30||";
    OD2P54  : LORAX = "1:FB2|2:FH2R3,PA6R3C29->LC7_D30,->LC6_D30,->LC8_D30,->LC5_D30,->LC1_D30,->LC2_D30,->LC3_D30,->LC4_D30||";
    LC7_D30 : LORAX = "1:MSW6R3C29,V19C29,HHR37R9->OH6R9P33|";
    LC6_D30 : LORAX = "1:MSW5R3C29,V16C29,G94R9->OH13R9P79|";
    LC8_D30 : LORAX = "1:MSW7R3C29,G72R3->OH15R3P92|";
    LC5_D30 : LORAX = "1:MSW4R3C29,G96R3->OH4R3P13|";
    LC1_D30 : LORAX = "1:MSW0R3C29,V0C29->OV1C29P136|";
    LC2_D30 : LORAX = "1:MSW2R3C28,HHR32R3->OH2R3P12|";
    LC3_D30 : LORAX = "1:MSW2R3C29,V6C29->OV0C29P137|";
    LC4_D30 : LORAX = "1:MSW0R3C28,V0C28->OV0C28P135|";
	LC7_D30 : LORAX2 = "X, OD3P56, OD1P124, OD2P54";
	LC6_D30 : LORAX2 = "X, OD3P56, OD1P124, OD2P54";
	LC8_D30 : LORAX2 = "X, OD3P56, OD1P124, OD2P54";
	LC5_D30 : LORAX2 = "X, OD3P56, OD1P124, OD2P54";
	LC1_D30 : LORAX2 = "X, OD3P56, OD1P124, OD2P54";
	LC2_D30 : LORAX2 = "X, OD3P56, OD1P124, OD2P54";
	LC3_D30 : LORAX2 = "X, OD3P56, OD1P124, OD2P54";
	LC4_D30 : LORAX2 = "X, OD3P56, OD1P124, OD2P54";
END;

⌨️ 快捷键说明

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