⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 p0test.fit

📁 本代码为一个相位控制器的源程序
💻 FIT
字号:
-- MAX+plus II Compiler Fit File      
-- Version 10.0 9/14/2000             
-- Compiled: 08/26/2005 21:57:04      

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

    DEVICE = "EPF10K10TC144-3";

    "datain0"                      : INPUT_PIN  = 8      ;
    "datain1"                      : INPUT_PIN  = 9      ;
    "datain2"                      : INPUT_PIN  = 10     ;
    "datain3"                      : INPUT_PIN  = 12     ;
    "datain4"                      : INPUT_PIN  = 13     ;
    "datain5"                      : INPUT_PIN  = 17     ;
    "datain6"                      : INPUT_PIN  = 18     ;
    "datain7"                      : INPUT_PIN  = 19     ;
    "dataout0"                     : OUTPUT_PIN = 116    ;
    "dataout1"                     : OUTPUT_PIN = 114    ;
    "dataout2"                     : OUTPUT_PIN = 113    ;
    "dataout3"                     : OUTPUT_PIN = 112    ;
    "dataout4"                     : OUTPUT_PIN = 111    ;
    "dataout5"                     : OUTPUT_PIN = 110    ;
    "dataout6"                     : OUTPUT_PIN = 109    ;
    "dataout7"                     : OUTPUT_PIN = 102    ;
    "dataout0~1"                   : LOCATION   = LC4_A6 ;
    "dataout1~1"                   : LOCATION   = LC2_A3 ;
    "dataout2~1"                   : LOCATION   = LC2_A4 ;
    "dataout3~1"                   : LOCATION   = LC2_C3 ;
    "dataout4~1"                   : LOCATION   = LC4_A1 ;
    "dataout5~1"                   : LOCATION   = LC2_B2 ;
    "dataout6~1"                   : LOCATION   = LC2_B1 ;
    "dataout7~1"                   : LOCATION   = LC1_B12;

END;

INTERNAL_INFO "p0test"
BEGIN
	DEVICE = EPF10K10TC144-3;
    OH1R0P8 : LORAX = "1:G36R0,PA2R0C5->LC4_A6|";
    OH2R0P9 : LORAX = "1:G46R0,PA4R0C2->LC2_A3|";
    OH3R0P10 : LORAX = "1:G37R0,PA1R0C3->LC2_A4|";
    OH5R0P12 : LORAX = "1:G38R0,V9C20,G30R2,PA16R2C2->LC2_C3|";
    OH6R0P13 : LORAX = "1:G45R0,PA5R0C0->LC4_A1|";
    OH0R1P17 : LORAX = "1:G10R1,PA11R1C1->LC2_B2|";
    OH1R1P18 : LORAX = "1:G36R1,PA2R1C0->LC2_B1|";
    OH2R1P19 : LORAX = "1:G46R1,PA4R1C11->LC1_B12|";
    LC4_A6  : LORAX = "1:MSW0R0C4,V1C4->OV1C4P116|";
    LC2_A3  : LORAX = "1:MSW1R0C3,V3C3->OV0C3P114|";
    LC2_A4  : LORAX = "1:MSW2R0C2,V6C2->OV0C2P113|";
    LC2_C3  : LORAX = "1:MSW1R2C2,V4C2->OV1C2P112|";
    LC4_A1  : LORAX = "1:MSW3R0C1,V10C1->OV1C1P111|";
    LC2_B2  : LORAX = "1:MSW2R1C0,V6C0->OV0C0P110|";
    LC2_B1  : LORAX = "1:MSW1R1C0,V3C0->OV1C0P109|";
    LC1_B12 : LORAX = "1:MSW0R1C11,V2C11,HHL20R0->OH8R0P102|";
	LC4_A6  : LORAX2 = "X, X, X, OH1R0P8";
	LC2_A3  : LORAX2 = "X, X, X, OH2R0P9";
	LC2_A4  : LORAX2 = "X, X, X, OH3R0P10";
	LC2_C3  : LORAX2 = "X, X, X, OH5R0P12";
	LC4_A1  : LORAX2 = "X, X, X, OH6R0P13";
	LC2_B2  : LORAX2 = "X, X, X, OH0R1P17";
	LC2_B1  : LORAX2 = "X, X, X, OH1R1P18";
	LC1_B12 : LORAX2 = "X, X, X, OH2R1P19";
END;

⌨️ 快捷键说明

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