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.

34 lines
1.3 KiB

  1. # Configuration for the Gatemate eval board
  2. Pin_in "clk_i" Loc = "IO_SB_A8" | SCHMITT_TRIGGER=true;
  3. Pin_in "rst_n_i" Loc = "IO_EB_B0"; # SW3
  4. Pin_out "led_n_o[0]" Loc = "IO_EB_B1"; # LED D1
  5. Pin_out "led_n_o[1]" Loc = "IO_EB_B2"; # LED D2
  6. Pin_out "led_n_o[2]" Loc = "IO_EB_B3"; # LED D3
  7. Pin_out "led_n_o[3]" Loc = "IO_EB_B4"; # LED D4
  8. Pin_out "led_n_o[4]" Loc = "IO_EB_B5"; # LED D5
  9. Pin_out "led_n_o[5]" Loc = "IO_EB_B6"; # LED D6
  10. Pin_out "led_n_o[6]" Loc = "IO_EB_B7"; # LED D7
  11. Pin_out "led_n_o[7]" Loc = "IO_EB_B8"; # LED D8
  12. #Pin_in "uart_rx_i" Loc = "IO_NB_A1"; # PMODA IO3
  13. #Pin_out "uart_tx_o" Loc = "IO_NB_A0"; # PMODA IO1
  14. #
  15. Pin_out "debug_o[0]" Loc = "IO_NB_A4";
  16. Pin_out "debug_o[1]" Loc = "IO_NB_A5";
  17. Pin_out "debug_o[2]" Loc = "IO_NB_A6";
  18. Pin_out "debug_o[3]" Loc = "IO_NB_A7";
  19. Pin_out "debug_o[4]" Loc = "IO_NB_B4";
  20. Pin_out "debug_o[5]" Loc = "IO_NB_B5";
  21. Pin_out "debug_o[6]" Loc = "IO_NB_B6";
  22. Pin_out "debug_o[7]" Loc = "IO_NB_B7";
  23. Pin_out "debug_o[8]" Loc = "IO_NB_A0";
  24. Pin_out "debug_o[9]" Loc = "IO_NB_A1";
  25. Pin_out "debug_o[10]" Loc = "IO_NB_A2";
  26. Pin_out "debug_o[11]" Loc = "IO_NB_A3";
  27. Pin_out "debug_o[12]" Loc = "IO_NB_B0";
  28. Pin_out "debug_o[13]" Loc = "IO_NB_B1";
  29. Pin_out "debug_o[14]" Loc = "IO_NB_B2";
  30. Pin_out "debug_o[15]" Loc = "IO_NB_B3";