cal.fit

来自「用VHDL语言实现通用计算器设计」· FIT 代码 · 共 759 行 · 第 1/5 页

FIT
759
字号
-- MAX+plus II Compiler Fit File      
-- Version 10.0 9/14/2000             
-- Compiled: 12/08/2007 17:34:08      

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

    DEVICE = "EPF10K10LC84-4";

    "c"                            : INPUT_PIN  = 42     ;
    "clk"                          : INPUT_PIN  = 43     ;
    "equal"                        : INPUT_PIN  = 1      ;
    "mdiv"                         : INPUT_PIN  = 44     ;
    "mult"                         : INPUT_PIN  = 2      ;
    "num0"                         : INPUT_PIN  = 73     ;
    "num1"                         : INPUT_PIN  = 70     ;
    "num2"                         : INPUT_PIN  = 11     ;
    "num3"                         : INPUT_PIN  = 16     ;
    "num4"                         : INPUT_PIN  = 17     ;
    "num5"                         : INPUT_PIN  = 19     ;
    "num6"                         : INPUT_PIN  = 84     ;
    "num7"                         : INPUT_PIN  = 18     ;
    "num8"                         : INPUT_PIN  = 7      ;
    "num9"                         : INPUT_PIN  = 8      ;
    "plus"                         : INPUT_PIN  = 71     ;
    "subt"                         : INPUT_PIN  = 10     ;
    "onum10"                       : OUTPUT_PIN = 29     ;
    "onum11"                       : OUTPUT_PIN = 69     ;
    "onum12"                       : OUTPUT_PIN = 72     ;
    "onum13"                       : OUTPUT_PIN = 23     ;
    "onum14"                       : OUTPUT_PIN = 61     ;
    "onum15"                       : OUTPUT_PIN = 47     ;
    "onum16"                       : OUTPUT_PIN = 64     ;
    "onum20"                       : OUTPUT_PIN = 53     ;
    "onum21"                       : OUTPUT_PIN = 48     ;
    "onum22"                       : OUTPUT_PIN = 49     ;
    "onum23"                       : OUTPUT_PIN = 58     ;
    "onum24"                       : OUTPUT_PIN = 59     ;
    "onum25"                       : OUTPUT_PIN = 50     ;
    "onum26"                       : OUTPUT_PIN = 54     ;
    "onum30"                       : OUTPUT_PIN = 83     ;
    "onum31"                       : OUTPUT_PIN = 65     ;
    "onum32"                       : OUTPUT_PIN = 22     ;
    "onum33"                       : OUTPUT_PIN = 30     ;
    "onum34"                       : OUTPUT_PIN = 24     ;
    "onum35"                       : OUTPUT_PIN = 25     ;
    "onum36"                       : OUTPUT_PIN = 60     ;
    "c~1"                          : LOCATION   = LC8_A5 ;
    "|div:d1|sub4:u1|adder:add~62|:11" : LOCATION   = LC1_B4 ;
    "|div:d1|sub4:u1|adder:add~62|:14" : LOCATION   = LC5_B4 ;
    "|div:d1|sub4:u1|adder:add~93|:14" : LOCATION   = LC1_B3 ;
    "|div:d1|sub4:u1|adder:add~116|:14" : LOCATION   = LC4_B3 ;
    "|div:d1|:15"                  : LOCATION   = LC5_B16;
    "|div:d1|:17"                  : LOCATION   = LC1_B16;
    "|div:d1|:19"                  : LOCATION   = LC6_B16;
    "|div:d1|:21"                  : LOCATION   = LC2_B16;
    "|div:d1|:31"                  : LOCATION   = LC3_B16;  -- |div:d1|state2
    "|div:d1|:32"                  : LOCATION   = LC8_B13;  -- |div:d1|state1
    "|div:d1|:33"                  : LOCATION   = LC7_B13;  -- |div:d1|state0
    "|div:d1|:34"                  : LOCATION   = LC4_B5 ;  -- |div:d1|atem3
    "|div:d1|:35"                  : LOCATION   = LC3_B3 ;  -- |div:d1|atem2
    "|div:d1|:36"                  : LOCATION   = LC3_B6 ;  -- |div:d1|atem1
    "|div:d1|:37"                  : LOCATION   = LC7_B10;  -- |div:d1|atem0
    "|div:d1|:38"                  : LOCATION   = LC5_B3 ;  -- |div:d1|btem3
    "|div:d1|:39"                  : LOCATION   = LC6_B3 ;  -- |div:d1|btem2
    "|div:d1|:40"                  : LOCATION   = LC2_B4 ;  -- |div:d1|btem1
    "|div:d1|:41"                  : LOCATION   = LC4_B4 ;  -- |div:d1|btem0
    "|div:d1|:43"                  : LOCATION   = LC2_B6 ;  -- |div:d1|ain6
    "|div:d1|:44"                  : LOCATION   = LC8_B7 ;  -- |div:d1|ain5
    "|div:d1|:45"                  : LOCATION   = LC4_B6 ;  -- |div:d1|ain4
    "|div:d1|:46"                  : LOCATION   = LC4_B2 ;  -- |div:d1|ain3
    "|div:d1|:47"                  : LOCATION   = LC5_B2 ;  -- |div:d1|ain2
    "|div:d1|:48"                  : LOCATION   = LC1_B1 ;  -- |div:d1|ain1
    "|div:d1|:49"                  : LOCATION   = LC3_B1 ;  -- |div:d1|ain0
    "|div:d1|:60"                  : LOCATION   = LC3_B13;  -- |div:d1|n1
    "|div:d1|:61"                  : LOCATION   = LC5_B13;  -- |div:d1|n0
    "|div:d1|:431"                 : LOCATION   = LC6_B5 ;
    "|div:d1|:437"                 : LOCATION   = LC8_B3 ;
    "|div:d1|:443"                 : LOCATION   = LC6_B6 ;
    "|div:d1|:503"                 : LOCATION   = LC8_B2 ;
    "|div:d1|:509"                 : LOCATION   = LC7_B2 ;
    "|div:d1|:515"                 : LOCATION   = LC7_B1 ;
    "|div:d1|:521"                 : LOCATION   = LC2_B1 ;
    "|div:d1|:1053"                : LOCATION   = LC7_B3 ;
    "|div:d1|:1479"                : LOCATION   = LC4_B13;
    "|div:d1|:1489"                : LOCATION   = LC6_B13;
    "|div:d1|:1499"                : LOCATION   = LC2_B13;
    "|div:d1|~1499~1"              : LOCATION   = LC2_B10;
    "|div:d1|~1499~2"              : LOCATION   = LC7_B16;
    "|div:d1|~1517~1"              : LOCATION   = LC1_B13;
    "|div:d1|:1665"                : LOCATION   = LC5_B6 ;
    "|div:d1|:1666"                : LOCATION   = LC1_B5 ;
    "|div:d1|:1680"                : LOCATION   = LC2_B3 ;
    "|div:d1|:1681"                : LOCATION   = LC6_B4 ;
    "|div:d1|:1695"                : LOCATION   = LC1_B6 ;
    "|div:d1|:1696"                : LOCATION   = LC3_B4 ;
    "|div:d1|~1712~1"              : LOCATION   = LC3_B10;
    "|div:d1|~1712~2"              : LOCATION   = LC4_B10;
    "|div:d1|~1772~1"              : LOCATION   = LC2_B9 ;
    "|div:d1|~1832~1"              : LOCATION   = LC3_B9 ;
    "|div:d1|:1845"                : LOCATION   = LC1_B2 ;
    "|div:d1|:1846"                : LOCATION   = LC2_B2 ;
    "|div:d1|:1860"                : LOCATION   = LC3_B2 ;
    "|div:d1|:1861"                : LOCATION   = LC6_B2 ;
    "|div:d1|:1875"                : LOCATION   = LC4_B1 ;
    "|div:d1|:1876"                : LOCATION   = LC5_B1 ;
    "|div:d1|:1889"                : LOCATION   = LC6_B1 ;
    "|LPM_ADD_SUB:413|addcore:adder|pcarry2" : LOCATION   = LC4_A9 ;
    "|LPM_ADD_SUB:413|addcore:adder|pcarry3" : LOCATION   = LC2_A9 ;
    "|LPM_ADD_SUB:413|addcore:adder|:133" : LOCATION   = LC3_A3 ;
    "|LPM_ADD_SUB:413|addcore:adder|:137" : LOCATION   = LC4_A3 ;
    "|LPM_ADD_SUB:413|addcore:adder|~157~1" : LOCATION   = LC5_A9 ;
    "|LPM_ADD_SUB:413|addcore:adder|~158~1" : LOCATION   = LC1_A9 ;
    "|LPM_ADD_SUB:609|addcore:adder|pcarry2" : LOCATION   = LC4_A1 ;
    "|LPM_ADD_SUB:609|addcore:adder|pcarry3" : LOCATION   = LC1_A1 ;
    "|LPM_ADD_SUB:609|addcore:adder|:133" : LOCATION   = LC3_C11;
    "|LPM_ADD_SUB:609|addcore:adder|:137" : LOCATION   = LC4_C11;
    "|LPM_ADD_SUB:609|addcore:adder|~157~1" : LOCATION   = LC5_A1 ;
    "|LPM_ADD_SUB:609|addcore:adder|~158~1" : LOCATION   = LC6_A1 ;
    "|LPM_ADD_SUB:1014|addcore:adder|pcarry1" : LOCATION   = LC4_B7 ;
    "|LPM_ADD_SUB:1014|addcore:adder|pcarry2" : LOCATION   = LC4_B8 ;
    "|LPM_ADD_SUB:1014|addcore:adder|pcarry3" : LOCATION   = LC1_B8 ;
    "|LPM_ADD_SUB:1014|addcore:adder|pcarry4" : LOCATION   = LC2_C3 ;
    "|LPM_ADD_SUB:1014|addcore:adder|pcarry5" : LOCATION   = LC1_C3 ;
    "|LPM_ADD_SUB:1014|addcore:adder|pcarry6" : LOCATION   = LC2_C1 ;
    "|LPM_ADD_SUB:1014|addcore:adder|:156" : LOCATION   = LC4_C6 ;
    "|LPM_ADD_SUB:1071|addcore:adder|pcarry1" : LOCATION   = LC5_B12;
    "|LPM_ADD_SUB:1071|addcore:adder|pcarry2" : LOCATION   = LC2_B12;
    "|LPM_ADD_SUB:1071|addcore:adder|pcarry3" : LOCATION   = LC4_B9 ;
    "|LPM_ADD_SUB:1071|addcore:adder|pcarry4" : LOCATION   = LC1_C4 ;
    "|LPM_ADD_SUB:1071|addcore:adder|pcarry5" : LOCATION   = LC5_C4 ;
    "|LPM_ADD_SUB:1071|addcore:adder|pcarry6" : LOCATION   = LC3_C9 ;

⌨️ 快捷键说明

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