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

📄 jk.fit

📁 d,jk,rs触发器的vhdl语言实现
💻 FIT
字号:
-- MAX+plus II Compiler Fit File      
-- Version 10.0 9/14/2000             
-- Compiled: 03/31/2008 21:05:27      

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

    DEVICE = "EPF6016TC144-3";

    "clk"                          : INPUT_PIN  = 140    ;
    "clr"                          : INPUT_PIN  = 95     ;
    "j"                            : INPUT_PIN  = 99     ;
    "k"                            : INPUT_PIN  = 98     ;
    "reset"                        : INPUT_PIN  = 96     ;
    "QN"                           : OUTPUT_PIN = 11     ;
    "Q"                            : OUTPUT_PIN = 10     ;
    ":8"                           : LOCATION   = LC4_B1 ;  -- Q1
    "~8~1"                         : LOCATION   = LC2_C2 ;  -- Q1~1
    "~8~2"                         : LOCATION   = LC6_C2 ;  -- Q1~2
    "~8~3"                         : LOCATION   = LC3_B1 ;  -- Q1~3
    ":9"                           : LOCATION   = LC5_B1 ;  -- Q2
    "~9~1"                         : LOCATION   = LC1_C2 ;  -- Q2~1
    "~9~2"                         : LOCATION   = LC2_B1 ;  -- Q2~2

END;

INTERNAL_INFO "jk"
BEGIN
	DEVICE = EPF6016TC144-3;
    OV0C0P140 : LORAX = "1:V10C0,DGL0R1C0,HHL4R1,IP17R1I1->LC4_B1,->LC5_B1|";
    OH4R2P95 : LORAX = "1:G8R2|2:DLL6R2C0,V12C0,DGL2R1C0,HHL15R1,IP10R1I0->LC3_B1,->LC2_B1|,2:IP20R2I1->LC2_C2,->LC6_C2,->LC1_C2||";
    OH8R1P99 : LORAX = "1:G11R1,IP9R1I1->LC4_B1,->LC5_B1|";
    OH9R1P98 : LORAX = "1:G43R1,IP8R1I1->LC4_B1,->LC5_B1|";
    OH2R2P96 : LORAX = "1:G52R2|2:DLL6R2C2,V12C2,DGL2R1C2,HHL14R1,IP15R1I1->LC3_B1,->LC2_B1|,2:IP17R2I2->LC2_C2,->LC6_C2,->LC1_C2||";
    LC2_C2  : LORAX = "1:LL1R2I2|2:DLR1R2C1,V2C1,DGL2R1C1,HHL26R1,IP21R1I0->LC4_B1,->LC5_B1||";
    LC6_C2  : LORAX = "1:LL5R2I1->LC6_C2|2:DLL5R2C1,V10C1,DGL0R1C1,HHL29R1,IP4R1I0->LC3_B1,->LC4_B1||";
    LC3_B1  : LORAX = "1:LL2R1I0->OH17R1P10,->LC4_B1|";
    LC4_B1  : LORAX = "1:LL3R1I1->LC3_B1|";
    LC1_C2  : LORAX = "1:LL0R2I2->LC1_C2|2:DLR0R2C1,V1C1,DGL1R1C1,HHL36R1,IP3R1I0->LC2_B1,->LC5_B1||";
    LC2_B1  : LORAX = "1:LL1R1I0->OH18R1P11,->LC5_B1|";
    LC5_B1  : LORAX = "1:LL4R1I1->LC2_B1|";
	LC2_C2  : LORAX2 = "X, X, OH4R2P95, OH2R2P96";
	LC6_C2  : LORAX2 = "OH4R2P95, X, LC6_C2, OH2R2P96";
	LC3_B1  : LORAX2 = "OH4R2P95, OH2R2P96, LC6_C2, LC4_B1";
	LC4_B1  : LORAX2 = "LC6_C2, OH8R1P99, LC3_B1, OH9R1P98";
	LC1_C2  : LORAX2 = "X, OH2R2P96, OH4R2P95, LC1_C2";
	LC2_B1  : LORAX2 = "OH4R2P95, OH2R2P96, LC1_C2, LC5_B1";
	LC5_B1  : LORAX2 = "LC1_C2, OH9R1P98, LC2_B1, OH8R1P99";
END;

⌨️ 快捷键说明

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