Spritetm / hadbadge2019_fpgasoc

FPGA SoC code and application example for Hackaday Supercon 2019 badge
Other
159 stars 70 forks source link

soc/Makefile: fix for WSL and Linux Tools #75

Closed alanvgreen closed 5 years ago

alanvgreen commented 5 years ago

Under WSL, allow SoC to be built with either Windows or Linux tools. Tested with both toolchains.

(Sorry for the multiple PRs - it turns out that make locates yosys using a different code than it does for the gcc toolchain, and I didn't notice until I went to rebuild the SoC,.)