Guest User

Untitled

a guest
Nov 20th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. # 12 MHz clock
  2. set_io -nowarn CLK 35
  3.  
  4. # RS232
  5. set_io -nowarn RX 6
  6. set_io -nowarn TX 9
  7.  
  8. # LEDs and Button
  9. set_io -nowarn BTN_N 10
  10. set_io -nowarn LEDR_N 11
  11. set_io -nowarn LEDG_N 37
  12.  
  13. # RGB LED Driver
  14. set_io -nowarn LED_RED_N 39
  15. set_io -nowarn LED_GRN_N 40
  16. set_io -nowarn LED_BLU_N 41
  17.  
  18. # SPI Flash
  19. set_io -nowarn FLASH_SCK 15
  20. set_io -nowarn FLASH_SSB 16
  21. set_io -nowarn FLASH_IO0 14
  22. set_io -nowarn FLASH_IO1 17
  23. set_io -nowarn FLASH_IO2 12
  24. set_io -nowarn FLASH_IO3 13
  25.  
  26. # PMOD 1A
  27. set_io -nowarn P1A1 4
  28. set_io -nowarn P1A2 2
  29. set_io -nowarn P1A3 47
  30. set_io -nowarn P1A4 45
  31. set_io -nowarn P1A7 3
  32. set_io -nowarn P1A8 48
  33. set_io -nowarn P1A9 46
  34. set_io -nowarn P1A10 44
  35.  
  36. # PMOD 1B
  37. set_io -nowarn P1B1 43
  38. set_io -nowarn P1B2 38
  39. set_io -nowarn P1B3 34
  40. set_io -nowarn P1B4 31
  41. set_io -nowarn P1B7 42
  42. set_io -nowarn P1B8 36
  43. set_io -nowarn P1B9 32
  44. set_io -nowarn P1B10 28
  45.  
  46. # PMOD 2
  47. set_io -nowarn P2_1 27
  48. set_io -nowarn P2_2 25
  49. set_io -nowarn P2_3 21
  50. set_io -nowarn P2_4 19
  51. set_io -nowarn P2_7 26
  52. set_io -nowarn P2_8 23
  53. set_io -nowarn P2_9 20
  54. set_io -nowarn P2_10 18
  55.  
  56. # LEDs and Buttons (PMOD 2)
  57. set_io -nowarn LED1 26
  58. set_io -nowarn LED2 27
  59. set_io -nowarn LED3 25
  60. set_io -nowarn LED4 23
  61. set_io -nowarn LED5 21
  62. set_io -nowarn BTN1 20
  63. set_io -nowarn BTN2 19
  64. set_io -nowarn BTN3 18
Add Comment
Please, Sign In to add comment