Skip to content

Commit b20d079

Browse files
vivado:README: fix JTAG pinout
JTAG pinout in README was not matching the Vivado constraints: https://github.com/Fraunhofer-IMS/riscv_lab/blob/main/vivado/constr/nexys_a7_100t.xdc#L125
1 parent 7a7a001 commit b20d079

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

vivado/README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -362,14 +362,13 @@ Four signal wires and one ground wire are required to connect the PMOD pins to t
362362
> [!IMPORTANT]
363363
> Do not connect any 3.3V PMOD pin to the ESP-prog board!
364364
365-
| PMOD Pin | Function | FPGA pin | Top port | NEORV32 port |
366-
|:---------|:---------|:--------:|:----------:|:------------:|
367-
| 1 | TDI | H4 | `JTAG_TDI` | `jtag_tdi_i` |
368-
| 2 | TDO | H1 | `JTAG_TDO` | `jtag_tdo_o` |
369-
| 3 | TCK | G1 | `JTAG_TCK` | `jtag_tck_i` |
370-
| 4 | TMS | G3 | `JTAG_TMS` | `jtag_tms_i` |
371-
| 5 | GND | - | - | - |
372-
365+
| PMOD Pin | Function | FPGA pin | Top port | NEORV32 port |
366+
| :------- | :------- | :------: | :--------: | :----------: |
367+
| 10 | TDI | F3 | `JTAG_TDI` | `jtag_tdi_i` |
368+
| 9 | TDO | G2 | `JTAG_TDO` | `jtag_tdo_o` |
369+
| 8 | TCK | G4 | `JTAG_TCK` | `jtag_tck_i` |
370+
| 7 | TMS | H2 | `JTAG_TMS` | `jtag_tms_i` |
371+
| 11 | GND | - | - | - |
373372

374373
## Vivado Setup
375374

0 commit comments

Comments
 (0)