top-icebreaker-single2x.pcf 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # RBG panel single-pmod (on P1A)
  2. # Data for panels with Red on pin 1/5 and Blue on pin 3/7
  3. #set_io -nowarn hub75_data[5] 2 # P1A2 Red
  4. #set_io -nowarn hub75_data[4] 3 # P1A7 Green
  5. #set_io -nowarn hub75_data[3] 4 # P1A1 Blue
  6. # Data for panels with Red on pin 3/7 and Blue on pin 1/5
  7. set_io -nowarn hub75_data[5] 4 # P1A1 Red
  8. set_io -nowarn hub75_data[4] 3 # P1A7 Green
  9. set_io -nowarn hub75_data[3] 2 # P1A2 Blue
  10. # Row address
  11. set_io -nowarn hub75_addr_inc[0] 47 # P1A3
  12. set_io -nowarn hub75_addr_rst[0] 48 # P1A8
  13. # Control
  14. set_io -nowarn hub75_clk[0] 46 # P1A9
  15. set_io -nowarn hub75_le[0] 44 # P1A10
  16. set_io -nowarn hub75_blank[0] 45 # P1A4
  17. # RBG panel single-pmod (on P1B)
  18. # Data for panels with Red on pin 1/5 and Blue on pin 3/7
  19. #set_io -nowarn hub75_data[2] 38 # P1B2 Red
  20. #set_io -nowarn hub75_data[1] 42 # P1B7 Green
  21. #set_io -nowarn hub75_data[0] 43 # P1B1 Blue
  22. # Data for panels with Red on pin 3/7 and Blue on pin 1/5
  23. set_io -nowarn hub75_data[2] 43 # P1B1 Red
  24. set_io -nowarn hub75_data[1] 42 # P1B7 Green
  25. set_io -nowarn hub75_data[0] 38 # P1B2 Blue
  26. # Row address
  27. set_io -nowarn hub75_addr_inc[1] 34 # P1B3
  28. set_io -nowarn hub75_addr_rst[1] 36 # P1B8
  29. # Control
  30. set_io -nowarn hub75_clk[1] 32 # P1B9
  31. set_io -nowarn hub75_le[1] 28 # P1B10
  32. set_io -nowarn hub75_blank[1] 31 # P1B4
  33. # SPI Flash
  34. set_io -nowarn flash_mosi 14
  35. set_io -nowarn flash_miso 17
  36. set_io -nowarn flash_cs_n 16
  37. set_io -nowarn flash_clk 15
  38. # SPI Slave
  39. set_io -nowarn slave_mosi 14
  40. set_io -nowarn slave_miso 17
  41. set_io -nowarn slave_cs_n 11
  42. set_io -nowarn slave_clk 15
  43. # PMOD2 buttons
  44. set_io -nowarn pmod_btn[0] 20
  45. set_io -nowarn pmod_btn[1] 19
  46. set_io -nowarn pmod_btn[2] 18
  47. # Clock
  48. set_io -nowarn clk_12m 35