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

📄 8d.fit

📁 一个基于FPGA的串口程序,已经经过验证,对用FPGA做串口的朋友提供参考和借鉴!
💻 FIT
字号:
-- MAX+plus II Compiler Fit File      
-- Version 10.0 9/14/2000             
-- Compiled: 04/23/2004 11:45:49      

-- 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 "8d"
BEGIN

    DEVICE = "EPF10K10LC84-3";

    "clk"                          : INPUT_PIN  = 1      ;
    "in0"                          : INPUT_PIN  = 2      ;
    "in1"                          : INPUT_PIN  = 42     ;
    "in2"                          : INPUT_PIN  = 44     ;
    "in3"                          : INPUT_PIN  = 84     ;
    "in4"                          : INPUT_PIN  = 43     ;
    "in5"                          : INPUT_PIN  = 21     ;
    "in6"                          : INPUT_PIN  = 29     ;
    "in7"                          : INPUT_PIN  = 17     ;
    "out0"                         : OUTPUT_PIN = 73     ;
    "out1"                         : OUTPUT_PIN = 72     ;
    "out2"                         : OUTPUT_PIN = 18     ;
    "out3"                         : OUTPUT_PIN = 25     ;
    "out4"                         : OUTPUT_PIN = 69     ;
    "out5"                         : OUTPUT_PIN = 65     ;
    "out6"                         : OUTPUT_PIN = 61     ;
    "out7"                         : OUTPUT_PIN = 16     ;
    "d0"                           : LOCATION   = LC1_A18;
    "d1"                           : LOCATION   = LC3_A21;
    "d2"                           : LOCATION   = LC5_A3 ;
    "d3"                           : LOCATION   = LC8_B8 ;
    "d4"                           : LOCATION   = LC8_A13;
    "d5"                           : LOCATION   = LC5_B13;
    "d6"                           : LOCATION   = LC2_C18;
    "d7"                           : LOCATION   = LC1_A5 ;

END;

INTERNAL_INFO "8d"
BEGIN
	DEVICE = EPF10K10LC84-3;
    OD4P1   : LORAX = "1:FB4->LC1_A18,->LC3_A21,->LC5_A3,->LC8_B8,->LC8_A13,->LC5_B13,->LC2_C18,->LC1_A5|";
    LC1_A18 : LORAX = "1:MSW0R0C17,HHR20R0->OH0R0P73|";
    LC3_A21 : LORAX = "1:MSW2R0C21,G32R0->OH2R0P72|";
    LC5_A3  : LORAX = "1:MSW4R0C2,HHL43R0->OH12R0P18|";
    LC8_B8  : LORAX = "1:MSW7R1C7,HHL35R1->OH15R1P25|";
    LC8_A13 : LORAX = "1:MSW7R0C12,HHR46R0->OH7R0P69|";
    LC5_B13 : LORAX = "1:MSW4R1C12,HHR41R1->OH4R1P65|";
    LC2_C18 : LORAX = "1:MSW2R2C16,HHR0R2->OH2R2P61|";
    LC1_A5  : LORAX = "1:MSW0R0C4,HHL18R0->OH8R0P16|";
    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|";
	LC1_A18 : LORAX2 = "OD1P2, X, X, X";
	LC3_A21 : LORAX2 = "OD3P42, X, X, X";
	LC5_A3  : LORAX2 = "OD2P44, X, X, X";
	LC8_B8  : LORAX2 = "OD0P84, X, X, X";
	LC8_A13 : LORAX2 = "OD5P43, X, X, X";
	LC5_B13 : LORAX2 = "OH8R1P21, X, X, X";
	LC2_C18 : LORAX2 = "OH12R2P29, X, X, X";
	LC1_A5  : LORAX2 = "OH10R0P17, X, X, X";
END;

⌨️ 快捷键说明

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