Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

openXC7/xc7k325t-blinky-nextpnr

Repository files navigation

Full Open Source Blinky on XC7K325T using yosys+nextpnr-xilinx

NOTE: This repository is now somewhat obsolete:

Since the creation of the toolchain installer, the Makefile used here will not work probably with the snap-packaged toolchain, because the Makefile here builds and installs its own toolchain instead in different directories.

For examples of Makefiles using the packaged toolchain, see demo-projects

Blinky on QMTech XC7K325T Core Board (xc7k325tffg676-1)

qmtech_blinky

Blinky on Digilent Genesys2 (xc7k325tffg900-2)

genesys2_blinky

Blinky on the AliExpress STLV7325 board

stlv7325_blinky

  • works with differential clock input on the high performance banks

Status

  • works on the QMTech XC7K325T board
  • works with differential clock input on the high performance banks on the STLV7325 board.
  • limited functionality on Digilent Genesys2 and Memblaze PBlaze 3 SSD

How to reproduce

  1. Install required software
  2. git clone --recurse-submodules https://github.com/kintex-chatter/xc7k325t-blinky-nextpnr.git
  3. cd xc7k325t-blinky-nextpnr
  4. make BOARD=qmtech setup
  5. make BOARD=qmtech all

Note: Every time you change the installation of nextpnr-xilinx you will have to regenerate the chipdb, because the chipdb does not seem to be compatible between different binaries of nextpnr-xilinx