Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Aug 9, 2024
1 parent bbd7839 commit f979aa0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions cologne_chip/GateMateA1-EVB/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ via Yosys + GHDL and (CC's) place&route.
Download and unpack the [Cologne Chip toolchain](https://www.colognechip.com/programmable-logic/gatemate/gatemate-download)
to some system folder. Adjust the Makefile's `CCTOOLS` variable to point to the `bin` folder inside the installation folder.

> [!WARNING]
> [!IMPORTANT]
> The GHDL-Yosys plugin of the toolchain seems to have some _hardcoded_ relative paths. I had to copy the toolchain's `bin`
folder right into the root directory of `neorv32-setups`. Otherwise, (Yosys+)GHDL cannot find the built-in
IEEE libraries.
Expand Down Expand Up @@ -95,14 +95,14 @@ Utilization Report
UART0 is used as system and bootloader console. Connect a USB-UART connector to the board's PMOD port:

```schematic
PMOD front-view
________________________
/ /|
+---+---+---+---+---+---+ |
|3.3|GND| 4 | 3 | 2 | 1 | |
+---+---+---+---+---+---+ |
|3.3|GND|10 | 9 | 8 | 7 |/
---+---+---+---+---+---+---+---
PMOD front-view:
________________________
/ /|
+---+---+---+---+---+---+ |
|3.3|GND| 4 | 3 | 2 | 1 | |
+---+---+---+---+---+---+ |
|3.3|GND|10 | 9 | 8 | 7 |/
+---+---+---+---+---+---+
```

| PMOD pin | Signal | FPGA pin | Description |
Expand Down

0 comments on commit f979aa0

Please sign in to comment.