equ.fit
上传用户:huang_5966
上传日期:2022-08-09
资源大小:439k
文件大小:2k
源码类别:

VHDL/FPGA/Verilog

开发平台:

VHDL

  1. -- MAX+plus II Compiler Fit File      
  2. -- Version 10.0 9/14/2000             
  3. -- Compiled: 12/12/2008 22:38:36      
  4. -- Copyright (C) 1988-2000 Altera Corporation
  5. -- Any megafunction design, and related net list (encrypted or decrypted),
  6. -- support information, device programming or simulation file, and any other
  7. -- associated documentation or information provided by Altera or a partner
  8. -- under Altera's Megafunction Partnership Program may be used only to
  9. -- program PLD devices (but not masked PLD devices) from Altera.  Any other
  10. -- use of such megafunction design, net list, support information, device
  11. -- programming or simulation file, or any other related documentation or
  12. -- information is prohibited for any other purpose, including, but not
  13. -- limited to modification, reverse engineering, de-compiling, or use with
  14. -- any other silicon devices, unless such use is explicitly licensed under
  15. -- a separate agreement with Altera or a megafunction partner.  Title to
  16. -- the intellectual property, including patents, copyrights, trademarks,
  17. -- trade secrets, or maskworks, embodied in any such megafunction design,
  18. -- net list, support information, device programming or simulation file, or
  19. -- any other related documentation or information provided by Altera or a
  20. -- megafunction partner, remains with Altera, the megafunction partner, or
  21. -- their respective licensors.  No other licenses, including any licenses
  22. -- needed under any third party's intellectual property, are provided herein.
  23. CHIP "equ"
  24. BEGIN
  25.     DEVICE = "EPF10K10LC84-3";
  26.     "a10"                          : INPUT_PIN  = 84     ;
  27.     "a11"                          : INPUT_PIN  = 42     ;
  28.     "a20"                          : INPUT_PIN  = 44     ;
  29.     "a21"                          : INPUT_PIN  = 2      ;
  30.     "equ"                          : OUTPUT_PIN = 65     ;
  31.     ":7"                           : LOCATION   = LC8_B14;
  32. END;
  33. INTERNAL_INFO "equ"
  34. BEGIN
  35. DEVICE = EPF10K10LC84-3;
  36.     OD0P84  : LORAX = "1:FB0|2:FH0R1,PA0R1C13->LC8_B14||";
  37.     OD3P42  : LORAX = "1:FB3|2:FH3R1,PA5R1C13->LC8_B14||";
  38.     OD2P44  : LORAX = "1:FB2|2:FH2R1,PA6R1C13->LC8_B14||";
  39.     OD1P2   : LORAX = "1:FB1|2:FH1R1,PA20R1C13->LC8_B14||";
  40.     LC8_B14 : LORAX = "1:MSW4R1C12,HHR41R1->OH4R1P65|";
  41. LC8_B14 : LORAX2 = "OD1P2, OD3P42, OD0P84, OD2P44";
  42. END;