top-e1tracer.pcf 799 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # LIU
  2. set_io -nowarn liu_mosi 31
  3. set_io -nowarn liu_miso 32
  4. set_io -nowarn liu_clk 34
  5. set_io -nowarn liu_cs_n[0] 42
  6. set_io -nowarn liu_cs_n[1] 43
  7. set_io -nowarn liu0_rx_data 45
  8. set_io -nowarn liu0_rx_clk 44
  9. set_io -nowarn liu1_rx_data 47
  10. set_io -nowarn liu1_rx_clk 46
  11. # Vio (needed for compat with proto)
  12. set_io -nowarn vio_pdm 19
  13. # USB
  14. set_io -nowarn usb_dp 10
  15. set_io -nowarn usb_dn 9
  16. set_io -nowarn usb_pu 6
  17. # UART (used for DFU debug)
  18. set_io -nowarn uart_tx 38
  19. # Clock
  20. set_io -nowarn clk_in 20
  21. # Button
  22. set_io -nowarn -pullup yes btn 25
  23. # SPI
  24. set_io -nowarn -pullup yes spi_mosi 14
  25. set_io -nowarn -pullup yes spi_miso 17
  26. set_io -nowarn -pullup yes spi_clk 15
  27. set_io -nowarn -pullup yes spi_flash_cs_n 16
  28. # Leds
  29. set_io -nowarn rgb[0] 39
  30. set_io -nowarn rgb[1] 40
  31. set_io -nowarn rgb[2] 41