top-icebreaker-single.pcf 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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[2] 2 # P1A2 Red
  4. #set_io -nowarn hub75_data[1] 3 # P1A7 Green
  5. #set_io -nowarn hub75_data[0] 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[2] 4 # P1A1 Red
  8. set_io -nowarn hub75_data[1] 3 # P1A7 Green
  9. set_io -nowarn hub75_data[0] 2 # P1A2 Blue
  10. # Row address
  11. set_io -nowarn hub75_addr_inc 47 # P1A3
  12. set_io -nowarn hub75_addr_rst 48 # P1A8
  13. # Control
  14. set_io -nowarn hub75_clk 46 # P1A9
  15. set_io -nowarn hub75_le 44 # P1A10
  16. set_io -nowarn hub75_blank 45 # P1A4
  17. # SPI Flash
  18. set_io -nowarn flash_mosi 14
  19. set_io -nowarn flash_miso 17
  20. set_io -nowarn flash_cs_n 16
  21. set_io -nowarn flash_clk 15
  22. # SPI Slave
  23. set_io -nowarn slave_mosi 14
  24. set_io -nowarn slave_miso 17
  25. set_io -nowarn slave_cs_n 11
  26. set_io -nowarn slave_clk 15
  27. # PMOD2 buttons
  28. set_io -nowarn pmod_btn[0] 20
  29. set_io -nowarn pmod_btn[1] 19
  30. set_io -nowarn pmod_btn[2] 18
  31. # Clock
  32. set_io -nowarn clk_12m 35