PS2.qsf
上传用户:keloyb
上传日期:2022-08-09
资源大小:256k
文件大小:3k
源码类别:

VHDL/FPGA/Verilog

开发平台:

Others

  1. # Copyright (C) 1991-2005 Altera Corporation
  2. # Your use of Altera Corporation's design tools, logic functions 
  3. # and other software and tools, and its AMPP partner logic 
  4. # functions, and any output files any of the foregoing 
  5. # (including device programming or simulation files), and any 
  6. # associated documentation or information are expressly subject 
  7. # to the terms and conditions of the Altera Program License 
  8. # Subscription Agreement, Altera MegaCore Function License 
  9. # Agreement, or other applicable license agreement, including, 
  10. # without limitation, that your use is for the sole purpose of 
  11. # programming logic devices manufactured by Altera and sold by 
  12. # Altera or its authorized distributors.  Please refer to the 
  13. # applicable agreement for further details.
  14. # The default values for assignments are stored in the file
  15. # PS2_assignment_defaults.qdf
  16. # If this file doesn't exist, and for assignments not listed, see file
  17. # assignment_defaults.qdf
  18. # Altera recommends that you do not modify this file. This
  19. # file is updated automatically by the Quartus II software
  20. # and any changes you make may be lost or overwritten.
  21. set_global_assignment -name FAMILY "MAX II"
  22. set_global_assignment -name DEVICE EPM570T100C5
  23. set_global_assignment -name TOP_LEVEL_ENTITY PS2
  24. set_global_assignment -name ORIGINAL_QUARTUS_VERSION 5.1
  25. set_global_assignment -name PROJECT_CREATION_TIME_DATE "20:59:22  JULY 23, 2007"
  26. set_global_assignment -name LAST_QUARTUS_VERSION 8.0
  27. set_global_assignment -name DEVICE_FILTER_SPEED_GRADE 5
  28. set_global_assignment -name BDF_FILE PS2.bdf
  29. set_global_assignment -name VHDL_FILE PS2VHDL.vhd
  30. set_location_assignment PIN_14 -to GCLKP1
  31. set_location_assignment PIN_30 -to GCLKP2
  32. set_location_assignment PIN_34 -to KBCLK
  33. set_location_assignment PIN_35 -to KBDATA
  34. set_location_assignment PIN_28 -to RESET
  35. set_location_assignment PIN_89 -to LEDOUT[0]
  36. set_location_assignment PIN_87 -to LEDOUT[1]
  37. set_location_assignment PIN_86 -to LEDOUT[2]
  38. set_location_assignment PIN_85 -to LEDOUT[3]
  39. set_location_assignment PIN_84 -to LEDOUT[4]
  40. set_location_assignment PIN_83 -to LEDOUT[5]
  41. set_location_assignment PIN_82 -to LEDOUT[6]
  42. set_location_assignment PIN_81 -to LEDOUT[7]
  43. set_location_assignment PIN_78 -to SELECT[0]
  44. set_location_assignment PIN_77 -to SELECT[1]
  45. set_location_assignment PIN_76 -to SELECT[2]
  46. set_location_assignment PIN_75 -to SELECT[3]
  47. set_location_assignment PIN_91 -to LIGHT[0]
  48. set_location_assignment PIN_92 -to LIGHT[1]
  49. set_location_assignment PIN_95 -to LIGHT[2]
  50. set_location_assignment PIN_96 -to LIGHT[3]
  51. set_location_assignment PIN_97 -to LIGHT[4]
  52. set_location_assignment PIN_98 -to LIGHT[5]
  53. set_location_assignment PIN_99 -to LIGHT[6]
  54. set_location_assignment PIN_100 -to LIGHT[7]
  55. set_global_assignment -name POWER_EXT_SUPPLY_VOLTAGE_TO_REGULATOR 3.3V
  56. set_global_assignment -name AUTO_RESTART_CONFIGURATION OFF
  57. set_global_assignment -name USE_CONFIGURATION_DEVICE ON
  58. set_global_assignment -name RESERVE_ALL_UNUSED_PINS "AS INPUT TRI-STATED"
  59. set_global_assignment -name LL_ROOT_REGION ON -section_id "Root Region"
  60. set_global_assignment -name LL_MEMBER_STATE LOCKED -section_id "Root Region"