dpsk.fit

来自「描述了DPSK的整个程序」· FIT 代码 · 共 76 行

FIT
76
字号
-- MAX+plus II Compiler Fit File      
-- Version 10.0 9/14/2000             
-- Compiled: 12/04/2006 21:23:26      

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

    DEVICE = "EP1K10TC100-1";

    "CLK"                          : INPUT_PIN  = 39     ;
    "DIN"                          : INPUT_PIN  = 40     ;
    "START"                        : INPUT_PIN  = 38     ;
    "DOUT"                         : OUTPUT_PIN = 7      ;
    "DOU1"                         : OUTPUT_PIN = 6      ;
    "P1"                           : OUTPUT_PIN = 9      ;
    "P2"                           : OUTPUT_PIN = 8      ;
    "|PL_CPSK:1|:6"                : LOCATION   = LC3_A22;
    "|PL_CPSK:1|:8"                : LOCATION   = LC2_A15;  -- |PL_CPSK:1|q1
    "|PL_CPSK:1|:9"                : LOCATION   = LC1_A15;  -- |PL_CPSK:1|q0
    "|PL_CPSK:1|:10"               : LOCATION   = LC7_A15;  -- |PL_CPSK:1|f1
    "|PL_CPSK:1|:11"               : LOCATION   = LC5_A15;  -- |PL_CPSK:1|f2
    "|PL_CPSK:1|:224"              : LOCATION   = LC8_A22;
    "|PL_DPSK:2|:4"                : LOCATION   = LC2_A22;
    "|PL_DPSK:2|:6"                : LOCATION   = LC5_A22;  -- |PL_DPSK:2|q1
    "|PL_DPSK:2|:7"                : LOCATION   = LC1_A22;  -- |PL_DPSK:2|q0
    "|PL_DPSK:2|:8"                : LOCATION   = LC7_A22;  -- |PL_DPSK:2|xx
    "|PL_DPSK:2|:31"               : LOCATION   = LC4_A22;
    "|PL_DPSK:2|:140"              : LOCATION   = LC6_A22;

END;

INTERNAL_INFO "dpsk"
BEGIN
	DEVICE = EP1K10TC100-1;
    OD5P39  : LORAX = "1:FB5->LC3_A22,->LC2_A15,->LC1_A15,->LC7_A15,->LC5_A15,->LC2_A22,->LC5_A22,->LC1_A22,->LC7_A22|";
    OD3P40  : LORAX = "1:FB3|2:FH3R0,PA5R0C21->LC6_A22||";
    LC3_A22 : LORAX = "1:MSW2R0C21,HHR14R0->OH2R0P7|";
    LC1_A15 : LORAX = "1:MSW0R0C15,G42R0,PA17R0C21->LC3_A22|";
    LC7_A15 : LORAX = "1:MSW6R0C14|2:G87R0,PA11R0C21->LC8_A22|,2:HHR40R0->OH6R0P9||";
    LC5_A15 : LORAX = "1:MSW4R0C15|2:G60R0,PA0R0C21->LC8_A22|,2:HHR38R0->OH4R0P8||";
    LC2_A22 : LORAX = "1:MSW1R0C21,G34R0->OH1R0P6|";
    OD2P38  : LORAX = "1:FB2|2:FH2R0|3:PA6R0C14->LC2_A15,->LC1_A15,->LC7_A15,->LC5_A15|,3:PA6R0C21->LC2_A22,->LC5_A22,->LC1_A22,->LC7_A22|||";
	LC3_A22 : LORAX2 = "X, LC1_A15, LC8_A22, LC3_A22";
	LC2_A15 : LORAX2 = "X, LC1_A15, LC2_A15, OD2P38";
	LC1_A15 : LORAX2 = "X, X, LC1_A15, OD2P38";
	LC7_A15 : LORAX2 = "X, LC2_A15, OD2P38, LC7_A15";
	LC5_A15 : LORAX2 = "X, LC2_A15, OD2P38, LC5_A15";
	LC8_A22 : LORAX2 = "X, LC5_A15, LC7_A15, LC2_A22";
	LC2_A22 : LORAX2 = "OD2P38, LC6_A22, LC4_A22, LC2_A22";
	LC5_A22 : LORAX2 = "OD2P38, LC5_A22, LC4_A22, LC1_A22";
	LC1_A22 : LORAX2 = "X, X, OD2P38, LC1_A22";
	LC7_A22 : LORAX2 = "OD2P38, LC7_A22, LC4_A22, LC6_A22";
	LC4_A22 : LORAX2 = "X, X, LC5_A22, LC1_A22";
	LC6_A22 : LORAX2 = "X, OD3P40, LC7_A22, LC4_A22";
END;

⌨️ 快捷键说明

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