ywjcq.fit

来自「本源码用VHDL语言实现了用键盘控制米字管显示十进制」· FIT 代码 · 共 83 行

FIT
83
字号
-- MAX+plus II Compiler Fit File      
-- Version 10.0 9/14/2000             
-- Compiled: 04/23/2008 10:26:55      

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

    DEVICE = "EP1K10TC100-1";

    "clk"                          : INPUT_PIN  = 39     ;
    "load"                         : INPUT_PIN  = 38     ;
    "y0"                           : INPUT_PIN  = 89     ;
    "y1"                           : INPUT_PIN  = 91     ;
    "y2"                           : INPUT_PIN  = 90     ;
    "y3"                           : INPUT_PIN  = 70     ;
    "y4"                           : INPUT_PIN  = 71     ;
    "y5"                           : INPUT_PIN  = 68     ;
    "y6"                           : INPUT_PIN  = 40     ;
    "dout0"                        : OUTPUT_PIN = 6      ;
    "dout1"                        : OUTPUT_PIN = 7      ;
    "dout2"                        : OUTPUT_PIN = 5      ;
    "dout3"                        : OUTPUT_PIN = 10     ;
    "dout4"                        : OUTPUT_PIN = 69     ;
    "dout5"                        : OUTPUT_PIN = 9      ;
    "dout6"                        : OUTPUT_PIN = 33     ;
    ":10"                          : LOCATION   = LC4_A15;
    ":12"                          : LOCATION   = LC7_A15;
    ":14"                          : LOCATION   = LC5_A15;
    ":16"                          : LOCATION   = LC8_A15;
    ":18"                          : LOCATION   = LC1_A15;
    ":20"                          : LOCATION   = LC3_A15;
    ":22"                          : LOCATION   = LC2_A15;

END;

INTERNAL_INFO "ywjcq"
BEGIN
	DEVICE = EP1K10TC100-1;
    OD5P39  : LORAX = "1:FB5->LC4_A15,->LC7_A15,->LC5_A15,->LC8_A15,->LC1_A15,->LC3_A15,->LC2_A15|";
    OD2P38  : LORAX = "1:FB2->LC4_A15,->LC7_A15,->LC5_A15,->LC8_A15,->LC1_A15,->LC3_A15,->LC2_A15|";
    OD1P89  : LORAX = "1:FB1|2:FH1R0,PA20R0C14->LC2_A15||";
    OD0P91  : LORAX = "1:FB0|2:FH0R0,PA0R0C14->LC3_A15||";
    OD4P90  : LORAX = "1:FB4|2:CH0R0,PA19R0C14->LC1_A15||";
    OH10R0P70 : LORAX = "1:G41R0,PA18R0C14->LC8_A15|";
    OH8R0P71 : LORAX = "1:G13R0,PA4R0C14->LC5_A15|";
    OH14R0P68 : LORAX = "1:G44R0,PA6R0C14->LC7_A15|";
    OD3P40  : LORAX = "1:FB3|2:FH3R0,PA5R0C14->LC4_A15||";
    LC4_A15 : LORAX = "1:MSW3R0C14,V10C14->OV3C14P33|";
    LC7_A15 : LORAX = "1:MSW6R0C15,HHR26R0->OH6R0P9|";
    LC5_A15 : LORAX = "1:MSW4R0C15,G60R0->OH12R0P69|";
    LC8_A15 : LORAX = "1:MSW7R0C14,HHR37R0->OH7R0P10|";
    LC1_A15 : LORAX = "1:MSW0R0C15,HHR19R0->OH0R0P5|";
    LC3_A15 : LORAX = "1:MSW2R0C15,HHR14R0->OH2R0P7|";
    LC2_A15 : LORAX = "1:MSW1R0C14,G28R0->OH1R0P6|";
	LC4_A15 : LORAX2 = "X, X, OD3P40, LC2_A15";
	LC7_A15 : LORAX2 = "X, X, OH14R0P68, LC4_A15";
	LC5_A15 : LORAX2 = "X, X, OH8R0P71, LC7_A15";
	LC8_A15 : LORAX2 = "X, X, OH10R0P70, LC5_A15";
	LC1_A15 : LORAX2 = "X, X, OD4P90, LC8_A15";
	LC3_A15 : LORAX2 = "X, X, OD0P91, LC1_A15";
	LC2_A15 : LORAX2 = "X, X, OD1P89, LC3_A15";
END;

⌨️ 快捷键说明

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