Skip to content

Commit

Permalink
gatemate: remap for official EVB - kind of works
Browse files Browse the repository at this point in the history
  • Loading branch information
vk2seb committed Mar 20, 2024
1 parent 02abd72 commit d1bd178
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions gateware/boards/gatematea1_evb/pinmap.ccf
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
Pin_in "CLK" Loc = "IO_SB_A8" | SCHMITT_TRIGGER=true; # 10MHz CLKIN
Pin_in "RESET_BUTTON" Loc = "IO_SB_B7"; # FPGA_BUT1
Pin_out "UART_TX" Loc = "IO_SA_B6"; # RP2040 UART_RX
Pin_in "RESET_BUTTON" Loc = "IO_EB_B0"; # SW3
Pin_out "UART_TX" Loc = "IO_NB_A4"; # UART on PMODB, pin 1

# This pinout assumes a ribbon cable IS used and the PMOD is
# connected through an IDC ribbon to the dev board.

Pin_out "PMOD_SDIN1" Loc = "IO_EA_A4";
Pin_in "PMOD_SDOUT1" Loc = "IO_EA_A5";
Pin_out "PMOD_LRCK" Loc = "IO_EA_A6";
Pin_out "PMOD_BICK" Loc = "IO_EA_A7";
Pin_inout "PMOD_I2C_SCL" Loc = "IO_EA_B4";
Pin_inout "PMOD_I2C_SDA" Loc = "IO_EA_B5";
Pin_out "PMOD_PDN" Loc = "IO_EA_B6";
Pin_out "PMOD_MCLK" Loc = "IO_EA_B7";
# PMODA
Pin_out "PMOD_SDIN1" Loc = "IO_NB_A0";
Pin_in "PMOD_SDOUT1" Loc = "IO_NB_A1";
Pin_out "PMOD_LRCK" Loc = "IO_NB_A2";
Pin_out "PMOD_BICK" Loc = "IO_NB_A3";
Pin_inout "PMOD_I2C_SCL" Loc = "IO_NB_B0";
Pin_inout "PMOD_I2C_SDA" Loc = "IO_NB_B1";
Pin_out "PMOD_PDN" Loc = "IO_NB_B2";
Pin_out "PMOD_MCLK" Loc = "IO_NB_B3";

0 comments on commit d1bd178

Please sign in to comment.