Skip to content

Commit

Permalink
[cologne_chip] setup new setup folder
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Aug 7, 2024
1 parent 4201ef0 commit 530bc61
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.bin
**/bin
16 changes: 16 additions & 0 deletions cologne_chip/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
*.log
*.synth.v
*.id
*.idh
*.net
*.net
*.refcomp
*.pos
*.refparam
*.refwire
*.pin
*.cdf
*.prn
*.txt
*.pathes
*_00*
16 changes: 16 additions & 0 deletions cologne_chip/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Cologne Chip GateMate Setups

#### Available Setups

* [GateMateA1-EVB](GateMateA1-EVB)

> [!TIP]
> See the sub-folder(s) for more information.
#### Toolchain

The toolchain (Windows / Linux) for the GateMate FPGAs can be obtained for free from the Cologne Chip homepage:
[colognechip.com/programmable-logic/gatemate/gatemate-download](https://www.colognechip.com/programmable-logic/gatemate/gatemate-download)

Unpack the downloaded archive to some system folder and adjust the setup's `CCTOOLS` Makefile variable
to point to the `bin` sub-folder of the installation folder.

0 comments on commit 530bc61

Please sign in to comment.