cnt10_100.fit

来自「基于FLEX10K的频率计设计」· FIT 代码 · 共 77 行

FIT
77
字号
-- MAX+plus II Compiler Fit File      
-- Version 10.0 9/14/2000             
-- Compiled: 06/22/2007 02:11:45      

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

    DEVICE = "EP1K10TC100-1";

    "clk"                          : INPUT_PIN  = 39     ;
    "clr"                          : INPUT_PIN  = 38     ;
    "co10"                         : OUTPUT_PIN = 63     ;
    "co100"                        : OUTPUT_PIN = 62     ;
    ":2"                           : LOCATION   = LC6_B2 ;
    "~2~1"                         : LOCATION   = LC4_B2 ;
    ":13"                          : LOCATION   = LC4_B14;
    "|74390:14|:3"                 : LOCATION   = LC2_B14;  -- |74390:14|1QD
    "|74390:14|:5"                 : LOCATION   = LC1_B14;  -- |74390:14|1QC
    "|74390:14|:6"                 : LOCATION   = LC2_B21;  -- |74390:14|1QB
    "|74390:14|:7"                 : LOCATION   = LC1_B13;  -- |74390:14|1QA
    "|74390:14|:20"                : LOCATION   = LC5_B14;
    "|74390:14|:29"                : LOCATION   = LC1_B2 ;
    "|74390:14|:31"                : LOCATION   = LC2_B2 ;  -- |74390:14|2QD
    "|74390:14|:32"                : LOCATION   = LC3_B2 ;  -- |74390:14|2QC
    "|74390:14|:33"                : LOCATION   = LC2_B6 ;  -- |74390:14|2QB
    "|74390:14|:34"                : LOCATION   = LC2_B10;  -- |74390:14|2QA

END;

INTERNAL_INFO "cnt10_100"
BEGIN
	DEVICE = EP1K10TC100-1;
    OD5P39  : LORAX = "1:FB5->LC1_B13|";
    OD2P38  : LORAX = "1:FB2->LC2_B14,->LC1_B14,->LC2_B21,->LC1_B13,->LC2_B2,->LC3_B2,->LC2_B6,->LC2_B10|";
    LC6_B2  : LORAX = "1:MSW5R1C1,G81R1->OH13R1P62|";
    LC4_B14 : LORAX = "1:MSW3R1C13,G9R1->OH11R1P63|2:PA12R1C1->LC4_B2|,2:PA12R1C9->LC2_B10||";
    LC2_B21 : LORAX = "1:MSW1R1C20,G4R1,PA4R1C13->LC4_B14,->LC2_B14,->LC1_B14|";
    LC1_B13 : LORAX = "1:MSW0R1C13,HHR23R1,PA1R1C13->LC4_B14,->LC2_B14,->LC5_B14|";
    LC5_B14 : LORAX = "1:MSW4R1C13,G93R1,PA5R1C20->LC2_B21|";
    LC1_B2  : LORAX = "1:MSW1R1C0,G19R1,PA15R1C5->LC2_B6|";
    LC2_B6  : LORAX = "1:MSW1R1C5,G11R1,PA2R1C1->LC6_B2,->LC2_B2,->LC3_B2|";
    LC2_B10 : LORAX = "1:MSW1R1C9,G34R1,PA6R1C1->LC4_B2,->LC1_B2,->LC2_B2|";
	LC4_B2  : LORAX2 = "X, LC2_B2, LC2_B10, LC4_B14";
	LC6_B2  : LORAX2 = "X, LC4_B2, LC3_B2, LC2_B6";
	LC4_B14 : LORAX2 = "LC1_B13, LC2_B14, LC1_B14, LC2_B21";
	LC2_B14 : LORAX2 = "X, LC2_B14, LC1_B14, LC2_B21";
	LC1_B14 : LORAX2 = "X, X, X, LC1_B14";
	LC2_B21 : LORAX2 = "X, X, X, LC2_B21";
	LC1_B13 : LORAX2 = "X, X, X, LC1_B13";
	LC5_B14 : LORAX2 = "X, X, LC1_B13, LC2_B14";
	LC1_B2  : LORAX2 = "X, X, LC2_B2, LC2_B10";
	LC2_B2  : LORAX2 = "X, LC3_B2, LC2_B6, LC2_B2";
	LC3_B2  : LORAX2 = "X, X, X, LC3_B2";
	LC2_B6  : LORAX2 = "X, X, X, LC2_B6";
	LC2_B10 : LORAX2 = "X, X, X, LC2_B10";
END;

⌨️ 快捷键说明

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