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

📄 moore1.fit

📁 有限状态机及其设计技术是实用数字系统设计中的重要组成部分,也是实现高效可靠逻辑控制的重要途径,本程序为单进程moore型有限状态机底层设计源代码.
💻 FIT
字号:
-- MAX+plus II Compiler Fit File      
-- Version 10.2 07/10/2002            
-- Compiled: 03/10/2009 16:28:25      

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

    DEVICE = "EP1K10TC144-3";

    "CLK"                          : INPUT_PIN  = 55     ;
    "DATAIN0"                      : INPUT_PIN  = 124    ;
    "DATAIN1"                      : INPUT_PIN  = 56     ;
    "RST"                          : INPUT_PIN  = 54     ;
    "Q0"                           : OUTPUT_PIN = 78     ;
    "Q1"                           : OUTPUT_PIN = 80     ;
    "Q2"                           : OUTPUT_PIN = 81     ;
    "Q3"                           : OUTPUT_PIN = 83     ;
    "C_ST~1"                       : LOCATION   = LC8_C2 ;
    "C_ST~2"                       : LOCATION   = LC5_C2 ;
    "C_ST~3"                       : LOCATION   = LC4_C2 ;
    "C_ST~4"                       : LOCATION   = LC3_C2 ;
    "C_ST~5"                       : LOCATION   = LC1_C2 ;
    ":5"                           : LOCATION   = LC1_C6 ;
    ":7"                           : LOCATION   = LC2_C2 ;
    ":9"                           : LOCATION   = LC4_C6 ;
    ":11"                          : LOCATION   = LC7_C2 ;
    "~207~1"                       : LOCATION   = LC6_C2 ;

END;

INTERNAL_INFO "moore1"
BEGIN
	DEVICE = EP1K10TC144-3;
    OD5P55  : LORAX = "1:FB5->LC8_C2,->LC5_C2,->LC4_C2,->LC3_C2,->LC1_C2,->LC1_C6,->LC2_C2,->LC4_C6,->LC7_C2|";
    LC5_C2  : LORAX = "1:MSW4R2C1,G93R2,PA0R2C5->LC1_C6,->LC4_C6|";
    LC3_C2  : LORAX = "1:MSW3R2C0,G21R2,PA12R2C5->LC1_C6|";
    LC1_C2  : LORAX = "1:MSW0R2C1,G44R2,PA21R2C5->LC1_C6|";
    OD1P124 : LORAX = "1:FB1|2:FH1R2,PA20R2C1->LC8_C2,->LC5_C2,->LC4_C2,->LC3_C2,->LC1_C2,->LC6_C2||";
    OD3P56  : LORAX = "1:FB3|2:FH3R2,PA5R2C1->LC8_C2,->LC5_C2,->LC4_C2,->LC3_C2,->LC1_C2,->LC6_C2||";
    OD2P54  : LORAX = "1:FB2->LC8_C2,->LC5_C2,->LC4_C2,->LC3_C2,->LC1_C2,->LC1_C6,->LC2_C2,->LC4_C6,->LC7_C2|";
    LC1_C6  : LORAX = "1:MSW0R2C5,HHL20R2->OH8R2P83|";
    LC2_C2  : LORAX = "1:MSW2R2C0,G17R2->OH10R2P81|";
    LC4_C6  : LORAX = "1:MSW3R2C5,HHL10R2->OH11R2P80|";
    LC7_C2  : LORAX = "1:MSW6R2C1,G53R2->OH14R2P78|";
	LC8_C2  : LORAX2 = "X, LC5_C2, OD1P124, OD3P56";
	LC5_C2  : LORAX2 = "LC8_C2, OD1P124, OD3P56, LC4_C2";
	LC4_C2  : LORAX2 = "LC5_C2, LC3_C2, OD1P124, OD3P56";
	LC3_C2  : LORAX2 = "LC3_C2, OD1P124, OD3P56, LC1_C2";
	LC1_C2  : LORAX2 = "LC8_C2, LC6_C2, OD3P56, OD1P124";
	LC1_C6  : LORAX2 = "X, LC3_C2, LC5_C2, LC1_C2";
	LC2_C2  : LORAX2 = "X, LC3_C2, LC1_C2, LC4_C2";
	LC4_C6  : LORAX2 = "X, X, X, LC5_C2";
	LC7_C2  : LORAX2 = "LC3_C2, LC5_C2, LC1_C2, LC4_C2";
	LC6_C2  : LORAX2 = "OD1P124, OD3P56, LC4_C2, LC1_C2";
END;

⌨️ 快捷键说明

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