mux2x1.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/01/2008 16:25:59      
  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 "mux2x1"
  24. BEGIN
  25.     DEVICE = "EPF10K10LC84-3";
  26.     "A"                            : INPUT_PIN  = 2      ;
  27.     "B"                            : INPUT_PIN  = 44     ;
  28.     "S"                            : INPUT_PIN  = 42     ;
  29.     "Y"                            : OUTPUT_PIN = 29     ;
  30.     ":7"                           : LOCATION   = LC5_C3 ;
  31. END;
  32. INTERNAL_INFO "mux2x1"
  33. BEGIN
  34. DEVICE = EPF10K10LC84-3;
  35.     OD1P2   : LORAX = "1:FB1|2:FH1R2,PA20R2C2->LC5_C3||";
  36.     OD2P44  : LORAX = "1:FB2|2:FH2R2,PA6R2C2->LC5_C3||";
  37.     OD3P42  : LORAX = "1:FB3|2:FH3R2,PA5R2C2->LC5_C3||";
  38.     LC5_C3  : LORAX = "1:MSW4R2C2,HHL43R2->OH12R2P29|";
  39. LC5_C3  : LORAX2 = "X, OD2P44, OD1P2, OD3P42";
  40. END;