fp_n.fit

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

FIT
79
字号
-- MAX+plus II Compiler Fit File      
-- Version 10.2 07/10/2002            
-- Compiled: 06/01/2007 09:53:17      

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

    DEVICE = "EP1K10TC100-1";

    "clk"                          : INPUT_PIN  = 39     ;
    "n1"                           : INPUT_PIN  = 91     ;
    "n2"                           : INPUT_PIN  = 40     ;
    "n3"                           : INPUT_PIN  = 89     ;
    "reset"                        : INPUT_PIN  = 38     ;
    "clkout"                       : OUTPUT_PIN = 10     ;
    "|lpm_add_sub:75|addcore:adder|:55" : LOCATION   = LC2_A23;
    "|lpm_add_sub:77|addcore:adder|:59" : LOCATION   = LC4_A18;
    ":10"                          : LOCATION   = LC1_A23;
    "~10~1"                        : LOCATION   = LC3_A23;
    ":20"                          : LOCATION   = LC5_A18;
    ":42"                          : LOCATION   = LC6_A18;
    "~44~1"                        : LOCATION   = LC7_A18;
    ":59"                          : LOCATION   = LC3_A18;  -- a3
    ":60"                          : LOCATION   = LC1_A18;  -- a2
    ":61"                          : LOCATION   = LC2_A18;  -- a1
    ":62"                          : LOCATION   = LC8_A23;  -- a0
    ":74"                          : LOCATION   = LC8_A18;

END;

INTERNAL_INFO "fp_n"
BEGIN
	DEVICE = EP1K10TC100-1;
    OD5P39  : LORAX = "1:FB5->LC3_A18,->LC1_A18,->LC2_A18,->LC8_A23,->LC8_A18|";
    LC2_A23 : LORAX = "1:MSW1R0C23,G20R0,PA11R0C17->LC1_A18|";
    OD0P91  : LORAX = "1:FB0|2:FH0R0,PA0R0C22->LC3_A23||";
    OD3P40  : LORAX = "1:FB3|2:FH3R0,PA5R0C22->LC1_A23||";
    OD1P89  : LORAX = "1:FB1|2:FH1R0,PA20R0C22->LC3_A23||";
    OD2P38  : LORAX = "1:FB2|2:FH2R0|3:PA6R0C17->LC3_A18,->LC1_A18,->LC2_A18,->LC8_A18|,3:PA6R0C22->LC8_A23|||";
    LC1_A23 : LORAX = "1:MSW0R0C23,G36R0,PA8R0C17->LC6_A18,->LC7_A18,->LC8_A18|";
    LC3_A18 : LORAX = "1:MSW3R0C16,G26R0,PA7R0C22->LC1_A23|";
    LC1_A18 : LORAX = "1:MSW1R0C16,G22R0,PA21R0C22->LC3_A23|";
    LC2_A18 : LORAX = "1:MSW2R0C16,G13R0,PA4R0C22->LC2_A23,->LC1_A23|";
    LC8_A23 : LORAX = "1:MSW7R0C23,G68R0,PA15R0C17->LC4_A18,->LC5_A18,->LC2_A18|";
    LC8_A18 : LORAX = "1:MSW7R0C17,HHR47R0->OH7R0P10|";
	LC2_A23 : LORAX2 = "X, X, LC2_A18, LC8_A23";
	LC4_A18 : LORAX2 = "X, LC2_A18, LC1_A18, LC8_A23";
	LC3_A23 : LORAX2 = "OD1P89, LC1_A18, LC8_A23, OD0P91";
	LC1_A23 : LORAX2 = "LC2_A18, OD3P40, LC3_A18, LC3_A23";
	LC5_A18 : LORAX2 = "LC3_A18, LC2_A18, LC1_A18, LC8_A23";
	LC6_A18 : LORAX2 = "LC5_A18, LC3_A18, LC4_A18, LC1_A23";
	LC7_A18 : LORAX2 = "X, X, LC5_A18, LC1_A23";
	LC3_A18 : LORAX2 = "X, OD2P38, LC3_A18, LC6_A18";
	LC1_A18 : LORAX2 = "OD2P38, LC2_A23, LC1_A18, LC7_A18";
	LC2_A18 : LORAX2 = "OD2P38, LC2_A18, LC7_A18, LC8_A23";
	LC8_A23 : LORAX2 = "X, X, OD2P38, LC8_A23";
	LC8_A18 : LORAX2 = "OD2P38, LC5_A18, LC1_A23, LC8_A18";
END;

⌨️ 快捷键说明

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