nzhi.fit

来自「dds信号发生器」· FIT 代码 · 共 64 行

FIT
64
字号
-- MAX+plus II Compiler Fit File      
-- Version 10.0 9/14/2000             
-- Compiled: 05/02/2006 10:31:07      

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

    DEVICE = "EP1K10TC100-1";

    "n0"                           : OUTPUT_PIN = 84     ;
    "n1"                           : OUTPUT_PIN = 46     ;
    "n2"                           : OUTPUT_PIN = 20     ;
    "n3"                           : OUTPUT_PIN = 79     ;
    "n4"                           : OUTPUT_PIN = 30     ;
    "n5"                           : OUTPUT_PIN = 57     ;
    "n6"                           : OUTPUT_PIN = 43     ;
    "n7"                           : OUTPUT_PIN = 15     ;
    "n8"                           : OUTPUT_PIN = 10     ;
    "n9"                           : OUTPUT_PIN = 7      ;
    "n10"                          : OUTPUT_PIN = 49     ;
    "n11"                          : OUTPUT_PIN = 82     ;
    "n12"                          : OUTPUT_PIN = 21     ;
    "n13"                          : OUTPUT_PIN = 87     ;
    "n14"                          : OUTPUT_PIN = 96     ;
    "n15"                          : OUTPUT_PIN = 55     ;
    "n16"                          : OUTPUT_PIN = 19     ;
    "n17"                          : OUTPUT_PIN = 48     ;
    "n18"                          : OUTPUT_PIN = 34     ;
    "n19"                          : OUTPUT_PIN = 94     ;
    "n20"                          : OUTPUT_PIN = 32     ;
    "n21"                          : OUTPUT_PIN = 56     ;
    "n22"                          : OUTPUT_PIN = 71     ;
    "n23"                          : OUTPUT_PIN = 6      ;
    "n24"                          : OUTPUT_PIN = 86     ;
    "n25"                          : OUTPUT_PIN = 68     ;
    "n26"                          : OUTPUT_PIN = 13     ;

END;

INTERNAL_INFO "nzhi"
BEGIN
	DEVICE = EP1K10TC100-1;
END;

⌨️ 快捷键说明

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