├── .gitignore ├── .gitmodules ├── LICENSE ├── Makefile ├── README.md ├── blinky-diffclk.v ├── blinky-genesys2.xdc ├── blinky-qmtech-zyjzgw.xdc ├── blinky-qmtech.xdc ├── blinky-stlv7325.xdc └── blinky.v /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openXC7/xc7k325t-blinky-nextpnr/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openXC7/xc7k325t-blinky-nextpnr/HEAD/.gitmodules -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openXC7/xc7k325t-blinky-nextpnr/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openXC7/xc7k325t-blinky-nextpnr/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openXC7/xc7k325t-blinky-nextpnr/HEAD/README.md -------------------------------------------------------------------------------- /blinky-diffclk.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openXC7/xc7k325t-blinky-nextpnr/HEAD/blinky-diffclk.v -------------------------------------------------------------------------------- /blinky-genesys2.xdc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openXC7/xc7k325t-blinky-nextpnr/HEAD/blinky-genesys2.xdc -------------------------------------------------------------------------------- /blinky-qmtech-zyjzgw.xdc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openXC7/xc7k325t-blinky-nextpnr/HEAD/blinky-qmtech-zyjzgw.xdc -------------------------------------------------------------------------------- /blinky-qmtech.xdc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openXC7/xc7k325t-blinky-nextpnr/HEAD/blinky-qmtech.xdc -------------------------------------------------------------------------------- /blinky-stlv7325.xdc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openXC7/xc7k325t-blinky-nextpnr/HEAD/blinky-stlv7325.xdc -------------------------------------------------------------------------------- /blinky.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openXC7/xc7k325t-blinky-nextpnr/HEAD/blinky.v --------------------------------------------------------------------------------