2
0

max80.qsf 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. # -------------------------------------------------------------------------- #
  2. #
  3. # Copyright (C) 2019 Intel Corporation. All rights reserved.
  4. # Your use of Intel Corporation's design tools, logic functions
  5. # and other software and tools, and any partner logic
  6. # functions, and any output files from any of the foregoing
  7. # (including device programming or simulation files), and any
  8. # associated documentation or information are expressly subject
  9. # to the terms and conditions of the Intel Program License
  10. # Subscription Agreement, the Intel Quartus Prime License Agreement,
  11. # the Intel FPGA IP License Agreement, or other applicable license
  12. # agreement, including, without limitation, that your use is for
  13. # the sole purpose of programming logic devices manufactured by
  14. # Intel and sold by Intel or its authorized distributors. Please
  15. # refer to the applicable agreement for further details, at
  16. # https://fpgasoftware.intel.com/eula.
  17. #
  18. # -------------------------------------------------------------------------- #
  19. #
  20. # Quartus Prime
  21. # Version 18.1.1 Build 646 04/11/2019 SJ Lite Edition
  22. # Date created = 13:01:33 February 22, 2021
  23. #
  24. # -------------------------------------------------------------------------- #
  25. #
  26. # Notes:
  27. #
  28. # 1) The default values for assignments are stored in the file:
  29. # max80_assignment_defaults.qdf
  30. # If this file doesn't exist, see file:
  31. # assignment_defaults.qdf
  32. #
  33. # 2) Altera recommends that you do not modify this file. This
  34. # file is updated automatically by the Quartus Prime software
  35. # and any changes you make may be lost or overwritten.
  36. #
  37. # -------------------------------------------------------------------------- #
  38. set_global_assignment -name FAMILY "Cyclone IV E"
  39. set_global_assignment -name DEVICE EP4CE15F17C8
  40. set_global_assignment -name TOP_LEVEL_ENTITY max80
  41. set_global_assignment -name ORIGINAL_QUARTUS_VERSION 18.1.1
  42. set_global_assignment -name PROJECT_CREATION_TIME_DATE "13:01:33 FEBRUARY 22, 2021"
  43. set_global_assignment -name LAST_QUARTUS_VERSION "18.1.1 Lite Edition"
  44. set_global_assignment -name PROJECT_OUTPUT_DIRECTORY output_files
  45. set_global_assignment -name MIN_CORE_JUNCTION_TEMP 0
  46. set_global_assignment -name MAX_CORE_JUNCTION_TEMP 85
  47. set_global_assignment -name DEVICE_FILTER_PACKAGE EQFP
  48. set_global_assignment -name DEVICE_FILTER_PIN_COUNT 144
  49. set_global_assignment -name DEVICE_FILTER_SPEED_GRADE 8
  50. set_global_assignment -name ERROR_CHECK_FREQUENCY_DIVISOR 256
  51. set_global_assignment -name EDA_SIMULATION_TOOL "ModelSim-Altera (Verilog)"
  52. set_global_assignment -name EDA_TIME_SCALE "1 ps" -section_id eda_simulation
  53. set_global_assignment -name EDA_OUTPUT_DATA_FORMAT "VERILOG HDL" -section_id eda_simulation
  54. set_global_assignment -name EDA_GENERATE_FUNCTIONAL_NETLIST OFF -section_id eda_board_design_timing
  55. set_global_assignment -name EDA_GENERATE_FUNCTIONAL_NETLIST OFF -section_id eda_board_design_symbol
  56. set_global_assignment -name EDA_GENERATE_FUNCTIONAL_NETLIST OFF -section_id eda_board_design_signal_integrity
  57. set_global_assignment -name EDA_GENERATE_FUNCTIONAL_NETLIST OFF -section_id eda_board_design_boundary_scan
  58. set_global_assignment -name DEVICE_MIGRATION_LIST "EP4CE15F17C8,EP4CE6F17C8,EP4CE10F17C8"
  59. set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top
  60. set_global_assignment -name PARTITION_FITTER_PRESERVATION_LEVEL PLACEMENT_AND_ROUTING -section_id Top
  61. set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top
  62. set_global_assignment -name VCCA_USER_VOLTAGE 2.5V
  63. set_global_assignment -name POWER_PRESET_COOLING_SOLUTION "NO HEAT SINK WITH STILL AIR"
  64. set_global_assignment -name POWER_BOARD_THERMAL_MODEL "NONE (CONSERVATIVE)"
  65. set_global_assignment -name FLOW_ENABLE_POWER_ANALYZER ON
  66. set_global_assignment -name POWER_DEFAULT_INPUT_IO_TOGGLE_RATE "12.5 %"
  67. set_global_assignment -name VHDL_INPUT_VERSION VHDL_2008
  68. set_global_assignment -name VHDL_SHOW_LMF_MAPPING_MESSAGES OFF
  69. set_global_assignment -name VERILOG_INPUT_VERSION SYSTEMVERILOG_2005
  70. set_global_assignment -name VERILOG_SHOW_LMF_MAPPING_MESSAGES OFF
  71. set_global_assignment -name SAFE_STATE_MACHINE ON
  72. set_global_assignment -name REMOVE_REDUNDANT_LOGIC_CELLS ON
  73. set_global_assignment -name HDL_MESSAGE_LEVEL LEVEL3
  74. set_global_assignment -name SYNTH_PROTECT_SDC_CONSTRAINT ON
  75. set_global_assignment -name SYNTH_MESSAGE_LEVEL HIGH
  76. set_global_assignment -name OPTIMIZE_IOC_REGISTER_PLACEMENT_FOR_TIMING "PACK ALL IO REGISTERS"
  77. set_global_assignment -name WEAK_PULL_UP_RESISTOR OFF
  78. set_global_assignment -name ENABLE_OCT_DONE OFF
  79. set_global_assignment -name ENABLE_CONFIGURATION_PINS OFF
  80. set_global_assignment -name ENABLE_BOOT_SEL_PIN OFF
  81. set_global_assignment -name EXTERNAL_FLASH_FALLBACK_ADDRESS 0
  82. set_global_assignment -name USE_CONFIGURATION_DEVICE OFF
  83. set_global_assignment -name INTERNAL_FLASH_UPDATE_MODE "SINGLE COMP IMAGE"
  84. set_global_assignment -name CRC_ERROR_OPEN_DRAIN OFF
  85. set_global_assignment -name GENERATE_JBC_FILE ON
  86. set_global_assignment -name STRATIX_DEVICE_IO_STANDARD "3.3-V LVTTL"
  87. set_global_assignment -name OUTPUT_IO_TIMING_NEAR_END_VMEAS "HALF VCCIO" -rise
  88. set_global_assignment -name OUTPUT_IO_TIMING_NEAR_END_VMEAS "HALF VCCIO" -fall
  89. set_global_assignment -name OUTPUT_IO_TIMING_FAR_END_VMEAS "HALF SIGNAL SWING" -rise
  90. set_global_assignment -name OUTPUT_IO_TIMING_FAR_END_VMEAS "HALF SIGNAL SWING" -fall
  91. set_instance_assignment -name CURRENT_STRENGTH_NEW "MAXIMUM CURRENT" -to sr_clk
  92. set_instance_assignment -name WEAK_PULL_UP_RESISTOR OFF -to clock_48
  93. set_global_assignment -name IOBANK_VCCIO 3.3V -section_id 6
  94. set_global_assignment -name IOBANK_VCCIO 2.5V -section_id 5
  95. set_instance_assignment -name IO_STANDARD LVDS -to hdmi_d[2]
  96. set_instance_assignment -name IO_STANDARD LVDS -to hdmi_d[1]
  97. set_instance_assignment -name IO_STANDARD LVDS -to hdmi_d[0]
  98. set_instance_assignment -name IO_STANDARD LVDS -to hdmi_d
  99. set_instance_assignment -name IO_STANDARD LVDS -to hdmi_clk
  100. set_instance_assignment -name WEAK_PULL_UP_RESISTOR OFF -to hdmi_clk
  101. set_instance_assignment -name WEAK_PULL_UP_RESISTOR OFF -to "hdmi_clk(n)"
  102. set_instance_assignment -name WEAK_PULL_UP_RESISTOR OFF -to hdmi_d[2]
  103. set_instance_assignment -name WEAK_PULL_UP_RESISTOR OFF -to "hdmi_d[2](n)"
  104. set_instance_assignment -name WEAK_PULL_UP_RESISTOR OFF -to hdmi_d[1]
  105. set_instance_assignment -name WEAK_PULL_UP_RESISTOR OFF -to "hdmi_d[1](n)"
  106. set_instance_assignment -name WEAK_PULL_UP_RESISTOR OFF -to hdmi_d[0]
  107. set_instance_assignment -name WEAK_PULL_UP_RESISTOR OFF -to "hdmi_d[0](n)"
  108. set_instance_assignment -name WEAK_PULL_UP_RESISTOR OFF -to hdmi_d
  109. set_global_assignment -name IOBANK_VCCIO 3.3V -section_id 2
  110. set_global_assignment -name IOBANK_VCCIO 3.3V -section_id 1
  111. set_global_assignment -name IOBANK_VCCIO 3.3V -section_id 8
  112. set_global_assignment -name IOBANK_VCCIO 3.3V -section_id 7
  113. set_global_assignment -name IOBANK_VCCIO 3.3V -section_id 4
  114. set_global_assignment -name IOBANK_VCCIO 3.3V -section_id 3
  115. set_global_assignment -name SYSTEMVERILOG_FILE transpose.sv
  116. set_global_assignment -name SDC_FILE max80.sdc
  117. set_global_assignment -name SYSTEMVERILOG_FILE max80.sv
  118. set_global_assignment -name QIP_FILE ip/pll.qip
  119. set_global_assignment -name QIP_FILE ip/hdmitx.qip
  120. set_global_assignment -name CYCLONEII_RESERVE_NCEO_AFTER_CONFIGURATION "USE AS REGULAR IO"
  121. set_global_assignment -name RESERVE_DATA0_AFTER_CONFIGURATION "USE AS REGULAR IO"
  122. set_global_assignment -name RESERVE_DATA1_AFTER_CONFIGURATION "USE AS REGULAR IO"
  123. set_global_assignment -name RESERVE_FLASH_NCE_AFTER_CONFIGURATION "USE AS REGULAR IO"
  124. set_global_assignment -name RESERVE_DCLK_AFTER_CONFIGURATION "USE AS REGULAR IO"
  125. set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to flash_clk
  126. set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to flash_cs_n
  127. set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to flash_miso
  128. set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to flash_mosi
  129. set_instance_assignment -name IO_STANDARD "2.5 V" -to clock_48
  130. set_location_assignment PIN_A2 -to "abc_int800_x"
  131. set_location_assignment PIN_A3 -to "abc_nmi_x"
  132. set_location_assignment PIN_A4 -to "sr_dq[11]"
  133. set_location_assignment PIN_A5 -to "sr_dq[8]"
  134. set_location_assignment PIN_A6 -to "sr_a[9]"
  135. set_location_assignment PIN_A7 -to "sr_a[7]"
  136. set_location_assignment PIN_A8 -to "abc_a[0]"
  137. set_location_assignment PIN_A9 -to "abc_a[2]"
  138. set_location_assignment PIN_A10 -to "sr_dq[7]"
  139. set_location_assignment PIN_A11 -to "sr_dq[5]"
  140. set_location_assignment PIN_A12 -to "sr_dq[0]"
  141. set_location_assignment PIN_A13 -to "sr_ba[0]"
  142. set_location_assignment PIN_A14 -to "sr_a[0]"
  143. set_location_assignment PIN_A15 -to "sr_a[3]"
  144. set_location_assignment PIN_B1 -to "abc_xm_x"
  145. set_location_assignment PIN_B3 -to "abc_int80_x"
  146. set_location_assignment PIN_B4 -to "abc_rdy_x"
  147. set_location_assignment PIN_B5 -to "sr_dq[10]"
  148. set_location_assignment PIN_B6 -to "sr_a[12]"
  149. set_location_assignment PIN_B7 -to "sr_a[8]"
  150. set_location_assignment PIN_B8 -to "abc_a[1]"
  151. set_location_assignment PIN_B10 -to "sr_dq[6]"
  152. set_location_assignment PIN_B11 -to "sr_dq[4]"
  153. set_location_assignment PIN_B12 -to "sr_ras_n"
  154. set_location_assignment PIN_B13 -to "sr_ba[1]"
  155. set_location_assignment PIN_B14 -to "sr_a[1]"
  156. set_location_assignment PIN_B16 -to "rtc_int_n"
  157. set_location_assignment PIN_C1 -to "flash_mosi"
  158. set_location_assignment PIN_C2 -to "abc_a_oe"
  159. set_location_assignment PIN_C6 -to "sr_dq[14]"
  160. set_location_assignment PIN_C8 -to "sr_a[11]"
  161. set_location_assignment PIN_C9 -to "sr_a[4]"
  162. set_location_assignment PIN_C11 -to "sr_dq[3]"
  163. set_location_assignment PIN_C14 -to "sr_a[10]"
  164. set_location_assignment PIN_C15 -to "i2c_sda"
  165. set_location_assignment PIN_C16 -to "i2c_scl"
  166. set_location_assignment PIN_D1 -to "abc_a[3]"
  167. set_location_assignment PIN_D2 -to "flash_cs_n"
  168. set_location_assignment PIN_D3 -to "sr_clk"
  169. set_location_assignment PIN_D5 -to "sr_dq[15]"
  170. set_location_assignment PIN_D6 -to "sr_dq[13]"
  171. set_location_assignment PIN_D8 -to "sr_dqm[1]"
  172. set_location_assignment PIN_D9 -to "sr_a[5]"
  173. set_location_assignment PIN_D11 -to "sr_dq[2]"
  174. set_location_assignment PIN_D12 -to "sr_cs_n"
  175. set_location_assignment PIN_D14 -to "sr_a[2]"
  176. set_location_assignment PIN_D15 -to "tty_cts"
  177. set_location_assignment PIN_D16 -to "tty_rts"
  178. set_location_assignment PIN_E1 -to "abc_a[6]"
  179. set_location_assignment PIN_E6 -to "sr_dq[12]"
  180. set_location_assignment PIN_E7 -to "sr_dq[9]"
  181. set_location_assignment PIN_E8 -to "sr_a[6]"
  182. set_location_assignment PIN_E9 -to "sr_cas_n"
  183. set_location_assignment PIN_E10 -to "sr_dqm[0]"
  184. set_location_assignment PIN_E11 -to "sr_dq[1]"
  185. set_location_assignment PIN_E15 -to "rtc_32khz"
  186. set_location_assignment PIN_E16 -to "tty_txd"
  187. set_location_assignment PIN_F1 -to "abc_a[7]"
  188. set_location_assignment PIN_F2 -to "abc_cs_n"
  189. set_location_assignment PIN_F3 -to "abc_a[5]"
  190. set_location_assignment PIN_F8 -to "sr_cke"
  191. set_location_assignment PIN_F9 -to "sr_we_n"
  192. set_location_assignment PIN_F13 -to "tty_rxd"
  193. set_location_assignment PIN_F14 -to "sd_dat[2]"
  194. set_location_assignment PIN_F15 -to "sd_dat[0]"
  195. set_location_assignment PIN_F16 -to "sd_dat[3]"
  196. set_location_assignment PIN_G1 -to "abc_a[8]"
  197. set_location_assignment PIN_G2 -to "abc_out_n[0]"
  198. set_location_assignment PIN_G5 -to "abc_a[4]"
  199. set_location_assignment PIN_G15 -to "sd_clk"
  200. set_location_assignment PIN_G16 -to "sd_cmd"
  201. set_location_assignment PIN_H1 -to "flash_clk"
  202. set_location_assignment PIN_H2 -to "flash_miso"
  203. set_location_assignment PIN_H3 -to "tck"
  204. set_location_assignment PIN_H4 -to "tdi"
  205. set_location_assignment PIN_J1 -to "abc_a[9]"
  206. set_location_assignment PIN_J2 -to "abc_out_n[1]"
  207. set_location_assignment PIN_J4 -to "tdo"
  208. set_location_assignment PIN_J5 -to "tms"
  209. set_location_assignment PIN_J15 -to "hdmi_clk"
  210. set_location_assignment PIN_K1 -to "abc_a[11]"
  211. set_location_assignment PIN_K2 -to "abc_out_n[4]"
  212. set_location_assignment PIN_K5 -to "abc_out_n[2]"
  213. set_location_assignment PIN_K15 -to "hdmi_d[0]"
  214. set_location_assignment PIN_L1 -to "abc_a[12]"
  215. set_location_assignment PIN_L2 -to "abc_inp_n[0]"
  216. set_location_assignment PIN_L3 -to "abc_out_n[3]"
  217. set_location_assignment PIN_L4 -to "abc_a[10]"
  218. set_location_assignment PIN_L7 -to "gpio[0]"
  219. set_location_assignment PIN_L8 -to "esp_io0"
  220. set_location_assignment PIN_L10 -to "abc_xoutpstb_n"
  221. set_location_assignment PIN_M1 -to "abc_a[13]"
  222. set_location_assignment PIN_M2 -to "abc_inp_n[1]"
  223. set_location_assignment PIN_M6 -to "abc_d[1]"
  224. set_location_assignment PIN_M7 -to "spi_miso"
  225. set_location_assignment PIN_M8 -to "spi_mosi"
  226. set_location_assignment PIN_M10 -to "sd_dat[1]"
  227. set_location_assignment PIN_M11 -to "hdmi_scl"
  228. set_location_assignment PIN_M15 -to "clock_48"
  229. set_location_assignment PIN_N1 -to "abc_a[15]"
  230. set_location_assignment PIN_N2 -to "abc_a[14]"
  231. set_location_assignment PIN_N3 -to "abc_xmemfl_n"
  232. set_location_assignment PIN_N5 -to "abc_d[2]"
  233. set_location_assignment PIN_N6 -to "esp_io1"
  234. set_location_assignment PIN_N8 -to "spi_cs_esp_n"
  235. set_location_assignment PIN_N9 -to "xabc_op[2]"
  236. set_location_assignment PIN_N11 -to "xabc_xm_n"
  237. set_location_assignment PIN_N12 -to "xabc_xio_n"
  238. set_location_assignment PIN_N15 -to "hdmi_d[1]"
  239. set_location_assignment PIN_P1 -to "abc_xmemw800_n"
  240. set_location_assignment PIN_P2 -to "abc_rst_n"
  241. set_location_assignment PIN_P3 -to "abc_d[0]"
  242. set_location_assignment PIN_P6 -to "spi_clk"
  243. set_location_assignment PIN_P8 -to "esp_int"
  244. set_location_assignment PIN_P9 -to "gpio[1]"
  245. set_location_assignment PIN_P14 -to "tty_dtr"
  246. set_location_assignment PIN_P16 -to "hdmi_d[2](n)"
  247. set_location_assignment PIN_R1 -to "abc_xmemw80_n"
  248. set_location_assignment PIN_R3 -to "abc_d[4]"
  249. set_location_assignment PIN_R4 -to "abc_d[6]"
  250. set_location_assignment PIN_R5 -to "abc_d_ce_n"
  251. set_location_assignment PIN_R6 -to "abc_resin_x"
  252. set_location_assignment PIN_R7 -to "gpio[5]"
  253. set_location_assignment PIN_R8 -to "xabc_op[0]"
  254. set_location_assignment PIN_R10 -to "gpio[3]"
  255. set_location_assignment PIN_R11 -to "xabc_nmi_n"
  256. set_location_assignment PIN_R12 -to "xabc_gpio[1]"
  257. set_location_assignment PIN_R13 -to "hdmi_sda"
  258. set_location_assignment PIN_R14 -to "led[2]"
  259. set_location_assignment PIN_R16 -to "hdmi_d[2]"
  260. set_location_assignment PIN_T2 -to "abc_d[3]"
  261. set_location_assignment PIN_T3 -to "abc_d[5]"
  262. set_location_assignment PIN_T4 -to "abc_d[7]"
  263. set_location_assignment PIN_T5 -to "abc_d_oe"
  264. set_location_assignment PIN_T6 -to "gpio[2]"
  265. set_location_assignment PIN_T7 -to "gpio[4]"
  266. set_location_assignment PIN_T8 -to "abc_clk"
  267. set_location_assignment PIN_T9 -to "xabc_op[1]"
  268. set_location_assignment PIN_T10 -to "abc_master"
  269. set_location_assignment PIN_T11 -to "xabc_gpio[0]"
  270. set_location_assignment PIN_T12 -to "abc_xinpstb_n"
  271. set_location_assignment PIN_T13 -to "led[1]"
  272. set_location_assignment PIN_T14 -to "led[3]"
  273. set_location_assignment PIN_T15 -to "hdmi_hpd"
  274. set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top