YosysHQ / arachne-pnr

Place and route tool for FPGAs
MIT License
413 stars 73 forks source link

Fix Makefile for mingw32 and wine #101

Closed Jesus89 closed 6 years ago

Jesus89 commented 6 years ago

Use relative path for bin/arachne-pnr-host in Makefile. This fixes the execution of bin/arachne-pnr-host when the source is cross-compiled for Windows using mingw32 and wine.

cc @cseed @cliffordwolf