You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

236 lines
14 KiB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. define_attribute {p:ex_clk} {PAP_IO_DIRECTION} {INPUT}
  2. define_attribute {p:ex_clk} {PAP_IO_LOC} {B5}
  3. define_attribute {p:ex_clk} {PAP_IO_VCCIO} {3.3}
  4. define_attribute {p:ex_clk} {PAP_IO_STANDARD} {LVTTL33}
  5. define_attribute {p:spi_cs_pin } {PAP_IO_DIRECTION} {INPUT}
  6. define_attribute {p:spi_cs_pin } {PAP_IO_LOC} {P17}
  7. define_attribute {p:spi_cs_pin } {PAP_IO_VCCIO} {3.3}
  8. define_attribute {p:spi_cs_pin } {PAP_IO_STANDARD} {LVTTL33}
  9. define_attribute {p:spi_clk_pin} {PAP_IO_DIRECTION} {INPUT}
  10. define_attribute {p:spi_clk_pin} {PAP_IO_LOC} {L12}
  11. define_attribute {p:spi_clk_pin} {PAP_IO_VCCIO} {3.3}
  12. define_attribute {p:spi_clk_pin} {PAP_IO_STANDARD} {LVTTL33}
  13. define_attribute {p:spi_tx_pin} {PAP_IO_DIRECTION} {OUTPUT}
  14. define_attribute {p:spi_tx_pin} {PAP_IO_LOC} {R17}
  15. define_attribute {p:spi_tx_pin} {PAP_IO_VCCIO} {3.3}
  16. define_attribute {p:spi_tx_pin} {PAP_IO_STANDARD} {LVCMOS33}
  17. define_attribute {p:spi_tx_pin} {PAP_IO_DRIVE} {4}
  18. define_attribute {p:spi_tx_pin} {PAP_IO_SLEW} {SLOW}
  19. define_attribute {p:spi_rx_pin} {PAP_IO_DIRECTION} {INPUT}
  20. define_attribute {p:spi_rx_pin} {PAP_IO_LOC} {R18}
  21. define_attribute {p:spi_rx_pin} {PAP_IO_VCCIO} {3.3}
  22. define_attribute {p:spi_rx_pin} {PAP_IO_STANDARD} {LVTTL33}
  23. define_attribute {p:uart_tx} {PAP_IO_DIRECTION} {OUTPUT}
  24. define_attribute {p:uart_tx} {PAP_IO_LOC} {L17}
  25. define_attribute {p:uart_tx} {PAP_IO_VCCIO} {3.3}
  26. define_attribute {p:uart_tx} {PAP_IO_STANDARD} {LVCMOS33}
  27. define_attribute {p:uart_tx} {PAP_IO_DRIVE} {4}
  28. define_attribute {p:uart_tx} {PAP_IO_SLEW} {SLOW}
  29. define_attribute {p:uart_rx} {PAP_IO_DIRECTION} {INPUT}
  30. define_attribute {p:uart_rx} {PAP_IO_LOC} {L18}
  31. define_attribute {p:uart_rx} {PAP_IO_VCCIO} {3.3}
  32. define_attribute {p:uart_rx} {PAP_IO_STANDARD} {LVTTL33}
  33. define_attribute {p:core_board_debug_led} {PAP_IO_DIRECTION} {OUTPUT}
  34. define_attribute {p:core_board_debug_led} {PAP_IO_LOC} {T11}
  35. define_attribute {p:core_board_debug_led} {PAP_IO_VCCIO} {3.3}
  36. define_attribute {p:core_board_debug_led} {PAP_IO_STANDARD} {LVCMOS33}
  37. define_attribute {p:core_board_debug_led} {PAP_IO_DRIVE} {4}
  38. define_attribute {p:core_board_debug_led} {PAP_IO_SLEW} {SLOW}
  39. define_attribute {p:stm32_output_bus[0]} {PAP_IO_DIRECTION} {OUTPUT}
  40. define_attribute {p:stm32_output_bus[0]} {PAP_IO_LOC} {M18}
  41. define_attribute {p:stm32_output_bus[0]} {PAP_IO_VCCIO} {3.3}
  42. define_attribute {p:stm32_output_bus[0]} {PAP_IO_STANDARD} {LVCMOS33}
  43. define_attribute {p:stm32_output_bus[0]} {PAP_IO_DRIVE} {4}
  44. define_attribute {p:stm32_output_bus[0]} {PAP_IO_SLEW} {SLOW}
  45. define_attribute {p:stm32_output_bus[1]} {PAP_IO_DIRECTION} {OUTPUT}
  46. define_attribute {p:stm32_output_bus[1]} {PAP_IO_LOC} {K18}
  47. define_attribute {p:stm32_output_bus[1]} {PAP_IO_VCCIO} {3.3}
  48. define_attribute {p:stm32_output_bus[1]} {PAP_IO_STANDARD} {LVCMOS33}
  49. define_attribute {p:stm32_output_bus[1]} {PAP_IO_DRIVE} {4}
  50. define_attribute {p:stm32_output_bus[1]} {PAP_IO_SLEW} {SLOW}
  51. define_attribute {p:stm32_output_bus[2]} {PAP_IO_DIRECTION} {OUTPUT}
  52. define_attribute {p:stm32_output_bus[2]} {PAP_IO_LOC} {K17}
  53. define_attribute {p:stm32_output_bus[2]} {PAP_IO_VCCIO} {3.3}
  54. define_attribute {p:stm32_output_bus[2]} {PAP_IO_STANDARD} {LVCMOS33}
  55. define_attribute {p:stm32_output_bus[2]} {PAP_IO_DRIVE} {4}
  56. define_attribute {p:stm32_output_bus[2]} {PAP_IO_SLEW} {SLOW}
  57. define_attribute {p:stm32_output_bus[3]} {PAP_IO_DIRECTION} {OUTPUT}
  58. define_attribute {p:stm32_output_bus[3]} {PAP_IO_LOC} {H18}
  59. define_attribute {p:stm32_output_bus[3]} {PAP_IO_VCCIO} {3.3}
  60. define_attribute {p:stm32_output_bus[3]} {PAP_IO_STANDARD} {LVCMOS33}
  61. define_attribute {p:stm32_output_bus[3]} {PAP_IO_DRIVE} {4}
  62. define_attribute {p:stm32_output_bus[3]} {PAP_IO_SLEW} {SLOW}
  63. define_attribute {p:stm32_output_bus[4]} {PAP_IO_DIRECTION} {OUTPUT}
  64. define_attribute {p:stm32_output_bus[4]} {PAP_IO_LOC} {H17}
  65. define_attribute {p:stm32_output_bus[4]} {PAP_IO_VCCIO} {3.3}
  66. define_attribute {p:stm32_output_bus[4]} {PAP_IO_STANDARD} {LVCMOS33}
  67. define_attribute {p:stm32_output_bus[4]} {PAP_IO_DRIVE} {4}
  68. define_attribute {p:stm32_output_bus[4]} {PAP_IO_SLEW} {SLOW}
  69. define_attribute {p:stm32_output_bus[5]} {PAP_IO_DIRECTION} {OUTPUT}
  70. define_attribute {p:stm32_output_bus[5]} {PAP_IO_LOC} {G18}
  71. define_attribute {p:stm32_output_bus[5]} {PAP_IO_VCCIO} {3.3}
  72. define_attribute {p:stm32_output_bus[5]} {PAP_IO_STANDARD} {LVCMOS33}
  73. define_attribute {p:stm32_output_bus[5]} {PAP_IO_DRIVE} {4}
  74. define_attribute {p:stm32_output_bus[5]} {PAP_IO_SLEW} {SLOW}
  75. define_attribute {p:stm32_output_bus[6]} {PAP_IO_DIRECTION} {OUTPUT}
  76. define_attribute {p:stm32_output_bus[6]} {PAP_IO_LOC} {G17}
  77. define_attribute {p:stm32_output_bus[6]} {PAP_IO_VCCIO} {3.3}
  78. define_attribute {p:stm32_output_bus[6]} {PAP_IO_STANDARD} {LVCMOS33}
  79. define_attribute {p:stm32_output_bus[6]} {PAP_IO_DRIVE} {4}
  80. define_attribute {p:stm32_output_bus[6]} {PAP_IO_SLEW} {SLOW}
  81. define_attribute {p:stm32_output_bus[7]} {PAP_IO_DIRECTION} {OUTPUT}
  82. define_attribute {p:stm32_output_bus[7]} {PAP_IO_LOC} {F18}
  83. define_attribute {p:stm32_output_bus[7]} {PAP_IO_VCCIO} {3.3}
  84. define_attribute {p:stm32_output_bus[7]} {PAP_IO_STANDARD} {LVCMOS33}
  85. define_attribute {p:stm32_output_bus[7]} {PAP_IO_DRIVE} {4}
  86. define_attribute {p:stm32_output_bus[7]} {PAP_IO_SLEW} {SLOW}
  87. define_attribute {p:stm32_input_bus[0]} {PAP_IO_DIRECTION} {INPUT}
  88. define_attribute {p:stm32_input_bus[0]} {PAP_IO_LOC} {F17}
  89. define_attribute {p:stm32_input_bus[0]} {PAP_IO_VCCIO} {3.3}
  90. define_attribute {p:stm32_input_bus[0]} {PAP_IO_STANDARD} {LVTTL33}
  91. define_attribute {p:stm32_input_bus[1]} {PAP_IO_DIRECTION} {INPUT}
  92. define_attribute {p:stm32_input_bus[1]} {PAP_IO_LOC} {G16}
  93. define_attribute {p:stm32_input_bus[1]} {PAP_IO_VCCIO} {3.3}
  94. define_attribute {p:stm32_input_bus[1]} {PAP_IO_STANDARD} {LVTTL33}
  95. define_attribute {p:stm32_input_bus[2]} {PAP_IO_DIRECTION} {INPUT}
  96. define_attribute {p:stm32_input_bus[2]} {PAP_IO_LOC} {F16}
  97. define_attribute {p:stm32_input_bus[2]} {PAP_IO_VCCIO} {3.3}
  98. define_attribute {p:stm32_input_bus[2]} {PAP_IO_STANDARD} {LVTTL33}
  99. define_attribute {p:stm32_input_bus[3]} {PAP_IO_DIRECTION} {INPUT}
  100. define_attribute {p:stm32_input_bus[3]} {PAP_IO_LOC} {H16}
  101. define_attribute {p:stm32_input_bus[3]} {PAP_IO_VCCIO} {3.3}
  102. define_attribute {p:stm32_input_bus[3]} {PAP_IO_STANDARD} {LVTTL33}
  103. define_attribute {p:stm32_input_bus[4]} {PAP_IO_DIRECTION} {INPUT}
  104. define_attribute {p:stm32_input_bus[4]} {PAP_IO_LOC} {J16}
  105. define_attribute {p:stm32_input_bus[4]} {PAP_IO_VCCIO} {3.3}
  106. define_attribute {p:stm32_input_bus[4]} {PAP_IO_STANDARD} {LVTTL33}
  107. define_attribute {p:stm32_input_bus[5]} {PAP_IO_DIRECTION} {INPUT}
  108. define_attribute {p:stm32_input_bus[5]} {PAP_IO_LOC} {C17}
  109. define_attribute {p:stm32_input_bus[5]} {PAP_IO_VCCIO} {3.3}
  110. define_attribute {p:stm32_input_bus[5]} {PAP_IO_STANDARD} {LVTTL33}
  111. define_attribute {p:stm32_input_bus[6]} {PAP_IO_DIRECTION} {INPUT}
  112. define_attribute {p:stm32_input_bus[6]} {PAP_IO_LOC} {C18}
  113. define_attribute {p:stm32_input_bus[6]} {PAP_IO_VCCIO} {3.3}
  114. define_attribute {p:stm32_input_bus[6]} {PAP_IO_STANDARD} {LVTTL33}
  115. define_attribute {p:stm32_input_bus[7]} {PAP_IO_DIRECTION} {INPUT}
  116. define_attribute {p:stm32_input_bus[7]} {PAP_IO_LOC} {A18}
  117. define_attribute {p:stm32_input_bus[7]} {PAP_IO_VCCIO} {3.3}
  118. define_attribute {p:stm32_input_bus[7]} {PAP_IO_STANDARD} {LVTTL33}
  119. define_attribute {p:debug_bus[0]} {PAP_IO_DIRECTION} {OUTPUT}
  120. define_attribute {p:debug_bus[0]} {PAP_IO_LOC} {J15}
  121. define_attribute {p:debug_bus[0]} {PAP_IO_VCCIO} {3.3}
  122. define_attribute {p:debug_bus[0]} {PAP_IO_STANDARD} {LVCMOS33}
  123. define_attribute {p:debug_bus[0]} {PAP_IO_DRIVE} {4}
  124. define_attribute {p:debug_bus[0]} {PAP_IO_SLEW} {SLOW}
  125. define_attribute {p:debug_bus[1]} {PAP_IO_DIRECTION} {OUTPUT}
  126. define_attribute {p:debug_bus[1]} {PAP_IO_LOC} {J14}
  127. define_attribute {p:debug_bus[1]} {PAP_IO_VCCIO} {3.3}
  128. define_attribute {p:debug_bus[1]} {PAP_IO_STANDARD} {LVCMOS33}
  129. define_attribute {p:debug_bus[1]} {PAP_IO_DRIVE} {4}
  130. define_attribute {p:debug_bus[1]} {PAP_IO_SLEW} {SLOW}
  131. define_attribute {p:debug_bus[2]} {PAP_IO_DIRECTION} {OUTPUT}
  132. define_attribute {p:debug_bus[2]} {PAP_IO_LOC} {F14}
  133. define_attribute {p:debug_bus[2]} {PAP_IO_VCCIO} {3.3}
  134. define_attribute {p:debug_bus[2]} {PAP_IO_STANDARD} {LVCMOS33}
  135. define_attribute {p:debug_bus[2]} {PAP_IO_DRIVE} {4}
  136. define_attribute {p:debug_bus[2]} {PAP_IO_SLEW} {SLOW}
  137. define_attribute {p:debug_bus[3]} {PAP_IO_DIRECTION} {OUTPUT}
  138. define_attribute {p:debug_bus[3]} {PAP_IO_LOC} {F13}
  139. define_attribute {p:debug_bus[3]} {PAP_IO_VCCIO} {3.3}
  140. define_attribute {p:debug_bus[3]} {PAP_IO_STANDARD} {LVCMOS33}
  141. define_attribute {p:debug_bus[3]} {PAP_IO_DRIVE} {4}
  142. define_attribute {p:debug_bus[3]} {PAP_IO_SLEW} {SLOW}
  143. define_attribute {p:debug_bus[4]} {PAP_IO_DIRECTION} {OUTPUT}
  144. define_attribute {p:debug_bus[4]} {PAP_IO_LOC} {G14}
  145. define_attribute {p:debug_bus[4]} {PAP_IO_VCCIO} {3.3}
  146. define_attribute {p:debug_bus[4]} {PAP_IO_STANDARD} {LVCMOS33}
  147. define_attribute {p:debug_bus[4]} {PAP_IO_DRIVE} {4}
  148. define_attribute {p:debug_bus[4]} {PAP_IO_SLEW} {SLOW}
  149. define_attribute {p:debug_bus[5]} {PAP_IO_DIRECTION} {OUTPUT}
  150. define_attribute {p:debug_bus[5]} {PAP_IO_LOC} {G13}
  151. define_attribute {p:debug_bus[5]} {PAP_IO_VCCIO} {3.3}
  152. define_attribute {p:debug_bus[5]} {PAP_IO_STANDARD} {LVCMOS33}
  153. define_attribute {p:debug_bus[5]} {PAP_IO_DRIVE} {4}
  154. define_attribute {p:debug_bus[5]} {PAP_IO_SLEW} {SLOW}
  155. define_attribute {p:debug_bus[6]} {PAP_IO_DIRECTION} {OUTPUT}
  156. define_attribute {p:debug_bus[6]} {PAP_IO_LOC} {H14}
  157. define_attribute {p:debug_bus[6]} {PAP_IO_VCCIO} {3.3}
  158. define_attribute {p:debug_bus[6]} {PAP_IO_STANDARD} {LVCMOS33}
  159. define_attribute {p:debug_bus[6]} {PAP_IO_DRIVE} {4}
  160. define_attribute {p:debug_bus[6]} {PAP_IO_SLEW} {SLOW}
  161. define_attribute {p:debug_bus[7]} {PAP_IO_DIRECTION} {OUTPUT}
  162. define_attribute {p:debug_bus[7]} {PAP_IO_LOC} {H13}
  163. define_attribute {p:debug_bus[7]} {PAP_IO_VCCIO} {3.3}
  164. define_attribute {p:debug_bus[7]} {PAP_IO_STANDARD} {LVCMOS33}
  165. define_attribute {p:debug_bus[7]} {PAP_IO_DRIVE} {4}
  166. define_attribute {p:debug_bus[7]} {PAP_IO_SLEW} {SLOW}
  167. define_attribute {p:debug_bus[8]} {PAP_IO_DIRECTION} {OUTPUT}
  168. define_attribute {p:debug_bus[8]} {PAP_IO_LOC} {E17}
  169. define_attribute {p:debug_bus[8]} {PAP_IO_VCCIO} {3.3}
  170. define_attribute {p:debug_bus[8]} {PAP_IO_STANDARD} {LVCMOS33}
  171. define_attribute {p:debug_bus[8]} {PAP_IO_DRIVE} {4}
  172. define_attribute {p:debug_bus[8]} {PAP_IO_SLEW} {SLOW}
  173. define_attribute {p:debug_bus[9]} {PAP_IO_DIRECTION} {OUTPUT}
  174. define_attribute {p:debug_bus[9]} {PAP_IO_LOC} {E18}
  175. define_attribute {p:debug_bus[9]} {PAP_IO_VCCIO} {3.3}
  176. define_attribute {p:debug_bus[9]} {PAP_IO_STANDARD} {LVCMOS33}
  177. define_attribute {p:debug_bus[9]} {PAP_IO_DRIVE} {4}
  178. define_attribute {p:debug_bus[9]} {PAP_IO_SLEW} {SLOW}
  179. define_attribute {p:debug_bus[10]} {PAP_IO_DIRECTION} {OUTPUT}
  180. define_attribute {p:debug_bus[10]} {PAP_IO_LOC} {D18}
  181. define_attribute {p:debug_bus[10]} {PAP_IO_VCCIO} {3.3}
  182. define_attribute {p:debug_bus[10]} {PAP_IO_STANDARD} {LVCMOS33}
  183. define_attribute {p:debug_bus[10]} {PAP_IO_DRIVE} {4}
  184. define_attribute {p:debug_bus[10]} {PAP_IO_SLEW} {SLOW}
  185. define_attribute {p:debug_bus[11]} {PAP_IO_DIRECTION} {OUTPUT}
  186. define_attribute {p:debug_bus[11]} {PAP_IO_LOC} {D17}
  187. define_attribute {p:debug_bus[11]} {PAP_IO_VCCIO} {3.3}
  188. define_attribute {p:debug_bus[11]} {PAP_IO_STANDARD} {LVCMOS33}
  189. define_attribute {p:debug_bus[11]} {PAP_IO_DRIVE} {4}
  190. define_attribute {p:debug_bus[11]} {PAP_IO_SLEW} {SLOW}
  191. define_attribute {p:debug_bus[12]} {PAP_IO_DIRECTION} {OUTPUT}
  192. define_attribute {p:debug_bus[12]} {PAP_IO_LOC} {A16}
  193. define_attribute {p:debug_bus[12]} {PAP_IO_VCCIO} {3.3}
  194. define_attribute {p:debug_bus[12]} {PAP_IO_STANDARD} {LVCMOS33}
  195. define_attribute {p:debug_bus[12]} {PAP_IO_DRIVE} {4}
  196. define_attribute {p:debug_bus[12]} {PAP_IO_SLEW} {SLOW}
  197. define_attribute {p:debug_bus[13]} {PAP_IO_DIRECTION} {OUTPUT}
  198. define_attribute {p:debug_bus[13]} {PAP_IO_LOC} {B16}
  199. define_attribute {p:debug_bus[13]} {PAP_IO_VCCIO} {3.3}
  200. define_attribute {p:debug_bus[13]} {PAP_IO_STANDARD} {LVCMOS33}
  201. define_attribute {p:debug_bus[13]} {PAP_IO_DRIVE} {4}
  202. define_attribute {p:debug_bus[13]} {PAP_IO_SLEW} {SLOW}
  203. define_attribute {p:debug_bus[14]} {PAP_IO_DIRECTION} {OUTPUT}
  204. define_attribute {p:debug_bus[14]} {PAP_IO_LOC} {A15}
  205. define_attribute {p:debug_bus[14]} {PAP_IO_VCCIO} {3.3}
  206. define_attribute {p:debug_bus[14]} {PAP_IO_STANDARD} {LVCMOS33}
  207. define_attribute {p:debug_bus[14]} {PAP_IO_DRIVE} {4}
  208. define_attribute {p:debug_bus[14]} {PAP_IO_SLEW} {SLOW}
  209. define_attribute {p:debug_bus[15]} {PAP_IO_DIRECTION} {OUTPUT}
  210. define_attribute {p:debug_bus[15]} {PAP_IO_LOC} {B15}
  211. define_attribute {p:debug_bus[15]} {PAP_IO_VCCIO} {3.3}
  212. define_attribute {p:debug_bus[15]} {PAP_IO_STANDARD} {LVCMOS33}
  213. define_attribute {p:debug_bus[15]} {PAP_IO_DRIVE} {4}
  214. define_attribute {p:debug_bus[15]} {PAP_IO_SLEW} {SLOW}
  215. define_attribute {p:out1} {PAP_IO_DIRECTION} {OUTPUT}
  216. define_attribute {p:out1} {PAP_IO_LOC} {N18}
  217. define_attribute {p:out1} {PAP_IO_VCCIO} {3.3}
  218. define_attribute {p:out1} {PAP_IO_STANDARD} {LVCMOS33}
  219. define_attribute {p:out1} {PAP_IO_DRIVE} {4}
  220. define_attribute {p:out1} {PAP_IO_SLEW} {SLOW}
  221. define_attribute {p:extOutputEn1} {PAP_IO_DIRECTION} {OUTPUT}
  222. define_attribute {p:extOutputEn1} {PAP_IO_LOC} {L15}
  223. define_attribute {p:extOutputEn1} {PAP_IO_VCCIO} {3.3}
  224. define_attribute {p:extOutputEn1} {PAP_IO_STANDARD} {LVCMOS33}
  225. define_attribute {p:extOutputEn1} {PAP_IO_DRIVE} {4}
  226. define_attribute {p:extOutputEn1} {PAP_IO_SLEW} {SLOW}
  227. define_attribute {p:extOutputEn2} {PAP_IO_DIRECTION} {OUTPUT}
  228. define_attribute {p:extOutputEn2} {PAP_IO_LOC} {L14}
  229. define_attribute {p:extOutputEn2} {PAP_IO_VCCIO} {3.3}
  230. define_attribute {p:extOutputEn2} {PAP_IO_STANDARD} {LVCMOS33}
  231. define_attribute {p:extOutputEn2} {PAP_IO_DRIVE} {4}
  232. define_attribute {p:extOutputEn2} {PAP_IO_SLEW} {SLOW}
  233. define_attribute {p:triSig} {PAP_IO_DIRECTION} {INPUT}
  234. define_attribute {p:triSig} {PAP_IO_LOC} {M16}
  235. define_attribute {p:triSig} {PAP_IO_VCCIO} {3.3}
  236. define_attribute {p:triSig} {PAP_IO_STANDARD} {LVTTL33}