cnt05s.fit

来自「课程设计《交通灯控制的设计》」· FIT 代码 · 共 68 行

FIT
68
字号
-- MAX+plus II Compiler Fit File      
-- Version 10.2 07/10/2002            
-- Compiled: 12/27/2007 13:22:30      

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

    DEVICE = "EPF10K10LC84-3";

    "CLK"                          : INPUT_PIN  = 1      ;
    "EN05B"                        : INPUT_PIN  = 2      ;
    "EN05M"                        : INPUT_PIN  = 42     ;
    "DOUT50"                       : OUTPUT_PIN = 25     ;
    "DOUT51"                       : OUTPUT_PIN = 22     ;
    "DOUT52"                       : OUTPUT_PIN = 21     ;
    "DOUT53"                       : OUTPUT_PIN = 67     ;
    "DOUT54"                       : OUTPUT_PIN = 72     ;
    "DOUT55"                       : OUTPUT_PIN = 59     ;
    "DOUT56"                       : OUTPUT_PIN = 11     ;
    "DOUT57"                       : OUTPUT_PIN = 17     ;
    ":12"                          : LOCATION   = LC6_B1 ;  -- CNT3B2
    ":13"                          : LOCATION   = LC5_B1 ;  -- CNT3B1
    ":14"                          : LOCATION   = LC4_B1 ;  -- CNT3B0
    ":42"                          : LOCATION   = LC3_B1 ;
    ":451"                         : LOCATION   = LC1_B1 ;
    ":471"                         : LOCATION   = LC2_B1 ;
    ":487"                         : LOCATION   = LC8_B1 ;

END;

INTERNAL_INFO "cnt05s"
BEGIN
	DEVICE = EPF10K10LC84-3;
    OD4P1   : LORAX = "1:FB4->LC6_B1,->LC5_B1,->LC4_B1|";
    OD1P2   : LORAX = "1:FB1|2:FH1R1,PA20R1C0->LC3_B1||";
    OD3P42  : LORAX = "1:FB3|2:FH3R1,PA5R1C0->LC3_B1||";
    LC1_B1  : LORAX = "1:MSW0R1C0,HHL22R1->OH8R1P21|";
    LC2_B1  : LORAX = "1:MSW1R1C0,G19R1->OH9R1P22|";
    LC8_B1  : LORAX = "1:MSW7R1C0,G95R1->OH15R1P25|";
	LC6_B1  : LORAX2 = "LC3_B1, LC4_B1, LC5_B1, LC6_B1";
	LC5_B1  : LORAX2 = "LC3_B1, LC4_B1, LC5_B1, LC6_B1";
	LC4_B1  : LORAX2 = "LC3_B1, LC4_B1, LC5_B1, LC6_B1";
	LC3_B1  : LORAX2 = "X, X, OD1P2, OD3P42";
	LC1_B1  : LORAX2 = "X, X, LC5_B1, LC6_B1";
	LC2_B1  : LORAX2 = "X, X, LC5_B1, LC6_B1";
	LC8_B1  : LORAX2 = "X, LC4_B1, LC5_B1, LC6_B1";
END;

⌨️ 快捷键说明

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