⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 reg8b.fit

📁 基于FPGA的直接数字频率合成器(DDS)设计 (源程序)
💻 FIT
字号:
-- MAX+plus II Compiler Fit File      
-- Version 10.2 07/10/2002            
-- Compiled: 09/24/2008 15:35:36      

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

    DEVICE = "EPF10K10LC84-3";

    "din0"                         : INPUT_PIN  = 2      ;
    "din1"                         : INPUT_PIN  = 42     ;
    "din2"                         : INPUT_PIN  = 44     ;
    "din3"                         : INPUT_PIN  = 84     ;
    "din4"                         : INPUT_PIN  = 43     ;
    "din5"                         : INPUT_PIN  = 21     ;
    "din6"                         : INPUT_PIN  = 29     ;
    "din7"                         : INPUT_PIN  = 17     ;
    "load"                         : INPUT_PIN  = 1      ;
    "dout0"                        : OUTPUT_PIN = 73     ;
    "dout1"                        : OUTPUT_PIN = 72     ;
    "dout2"                        : OUTPUT_PIN = 18     ;
    "dout3"                        : OUTPUT_PIN = 25     ;
    "dout4"                        : OUTPUT_PIN = 69     ;
    "dout5"                        : OUTPUT_PIN = 65     ;
    "dout6"                        : OUTPUT_PIN = 61     ;
    "dout7"                        : OUTPUT_PIN = 16     ;
    ":10"                          : LOCATION   = LC1_A5 ;
    ":12"                          : LOCATION   = LC2_C18;
    ":14"                          : LOCATION   = LC5_B13;
    ":16"                          : LOCATION   = LC8_A13;
    ":18"                          : LOCATION   = LC8_B8 ;
    ":20"                          : LOCATION   = LC5_A3 ;
    ":22"                          : LOCATION   = LC3_A21;
    ":24"                          : LOCATION   = LC1_A18;

END;

INTERNAL_INFO "reg8b"
BEGIN
	DEVICE = EPF10K10LC84-3;
    OD1P2   : LORAX = "1:FB1|2:FH1R0,PA20R0C17->LC1_A18||";
    OD3P42  : LORAX = "1:FB3|2:FH3R0,PA5R0C20->LC3_A21||";
    OD2P44  : LORAX = "1:FB2|2:FH2R0,PA6R0C2->LC5_A3||";
    OD0P84  : LORAX = "1:FB0|2:FH0R1,PA0R1C7->LC8_B8||";
    OD5P43  : LORAX = "1:FB5|2:CH1R0,PA7R0C12->LC8_A13||";
    OH8R1P21 : LORAX = "1:G13R1,PA0R1C12->LC5_B13|";
    OH12R2P29 : LORAX = "1:G40R2,PA19R2C17->LC2_C18|";
    OH10R0P17 : LORAX = "1:G41R0,PA18R0C4->LC1_A5|";
    OD4P1   : LORAX = "1:FB4->LC1_A5,->LC2_C18,->LC5_B13,->LC8_A13,->LC8_B8,->LC5_A3,->LC3_A21,->LC1_A18|";
    LC1_A5  : LORAX = "1:MSW0R0C4,HHL18R0->OH8R0P16|";
    LC2_C18 : LORAX = "1:MSW2R2C16,HHR0R2->OH2R2P61|";
    LC5_B13 : LORAX = "1:MSW4R1C12,HHR41R1->OH4R1P65|";
    LC8_A13 : LORAX = "1:MSW7R0C12,HHR46R0->OH7R0P69|";
    LC8_B8  : LORAX = "1:MSW7R1C7,HHL35R1->OH15R1P25|";
    LC5_A3  : LORAX = "1:MSW4R0C2,HHL43R0->OH12R0P18|";
    LC3_A21 : LORAX = "1:MSW2R0C21,G32R0->OH2R0P72|";
    LC1_A18 : LORAX = "1:MSW0R0C17,HHR20R0->OH0R0P73|";
	LC1_A5  : LORAX2 = "OH10R0P17, X, X, X";
	LC2_C18 : LORAX2 = "OH12R2P29, X, X, X";
	LC5_B13 : LORAX2 = "OH8R1P21, X, X, X";
	LC8_A13 : LORAX2 = "OD5P43, X, X, X";
	LC8_B8  : LORAX2 = "OD0P84, X, X, X";
	LC5_A3  : LORAX2 = "OD2P44, X, X, X";
	LC3_A21 : LORAX2 = "OD3P42, X, X, X";
	LC1_A18 : LORAX2 = "OD1P2, X, X, X";
END;

⌨️ 快捷键说明

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