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

📄 encode.fit

📁 上海外滩看到的最大的LED显示屏的内核源代码
💻 FIT
字号:
-- MAX+plus II Compiler Fit File      
-- Version 10.0 9/14/2000             
-- Compiled: 10/17/2004 17:22:31      

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

    DEVICE = "EPM3064ALC44-10";

    "b_data"                       : INPUT_PIN  = 11     ; -- LC3
    "g_data"                       : INPUT_PIN  = 9      ; -- LC4
    "in_clk"                       : INPUT_PIN  = 16     ; -- LC25
    "lat_data"                     : INPUT_PIN  = 14     ; -- LC30
    "oe_data"                      : INPUT_PIN  = 12     ; -- LC1
    "r_data"                       : INPUT_PIN  = 8      ; -- LC5
    "out_b"                        : OUTPUT_PIN = 33     ; -- LC49
    "out_g"                        : OUTPUT_PIN = 31     ; -- LC46
    "out_lat"                      : OUTPUT_PIN = 37     ; -- LC53
    "out_oe"                       : OUTPUT_PIN = 34     ; -- LC51
    "out_rclk"                     : OUTPUT_PIN = 24     ; -- LC33
    "out_r"                        : OUTPUT_PIN = 27     ; -- LC37
    "|SINGLE_SEND:1|:6"            : LOCATION   = LC43   ;  -- |SINGLE_SEND:1|send_counter
    "|SINGLE_SEND:1|:7"            : LOCATION   = LC42   ;  -- |SINGLE_SEND:1|data_temp
    "|SINGLE_SEND:12|:6"           : LOCATION   = LC41   ; -- PIN 29  -- |SINGLE_SEND:12|send_counter
    "|SINGLE_SEND:12|:7"           : LOCATION   = LC40   ; -- PIN 28  -- |SINGLE_SEND:12|data_temp
    "|SINGLE_SEND:23|:6"           : LOCATION   = LC36   ; -- PIN 26  -- |SINGLE_SEND:23|send_counter
    "|SINGLE_SEND:23|:7"           : LOCATION   = LC54   ;  -- |SINGLE_SEND:23|data_temp
    "|SINGLE_SEND:24|:6"           : LOCATION   = LC35   ; -- PIN 25  -- |SINGLE_SEND:24|send_counter
    "|SINGLE_SEND:24|:7"           : LOCATION   = LC52   ;  -- |SINGLE_SEND:24|data_temp
    "|SINGLE_SEND:35|:6"           : LOCATION   = LC34   ;  -- |SINGLE_SEND:35|send_counter
    "|SINGLE_SEND:35|:7"           : LOCATION   = LC50   ;  -- |SINGLE_SEND:35|data_temp

END;

INTERNAL_INFO "encode"
BEGIN
	DEVICE = EPM3064ALC44-10;
	LC53    : LORAX = "G62R0";
	LC51    : LORAX = "G31R0";
	LC37    : LORAX = "G25R0";
	LC33    : LORAX = "G58R0";
	LC46    : LORAX = "G75R0";
	LC49    : LORAX = "G29R0";
	LC34    : LORAX = "G59R0,PA15R0C3";
	OH24R0P16 : LORAX = "G37R0,PA10R0C2,PA10R0C3";
	LC50    : LORAX = "G30R0,PA5R0C3";
	OH29R0P14 : LORAX = "G5R0,PA2R0C3";
	LC35    : LORAX = "G60R0,PA12R0C3";
	LC52    : LORAX = "G32R0,PA1R0C3";
	OH0R0P12 : LORAX = "G83R0,PA18R0C3";
	LC43    : LORAX = "G109R0,PA30R0C2";
	LC42    : LORAX = "G108R0,PA29R0C2";
	OH4R0P8 : LORAX = "G116R0,PA27R0C2";
	LC41    : LORAX = "G107R0,PA35R0C2";
	LC40    : LORAX = "G28R0,PA0R0C2";
	OH3R0P9 : LORAX = "G86R0,PA22R0C2";
	LC36    : LORAX = "G61R0,PA9R0C3";
	LC54    : LORAX = "G63R0,PA14R0C3";
	OH2R0P11 : LORAX = "G85R0,PA21R0C3";
END;

⌨️ 快捷键说明

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