-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gatemate: remap for official EVB - kind of works
- Loading branch information
Showing
1 changed file
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; |