YosysHQ / fpga-toolchain

Multi-platform nightly builds of open source FPGA tools
GNU General Public License v3.0
288 stars 26 forks source link

make yosys version string compatible with what nmigen expects #33

Closed edbordin closed 4 years ago

edbordin commented 4 years ago

Currently because I changed the version string format, nmigen can't parse it and ignores our yosys build. Standard yosys version string is something like 0.9+3292 which can be updated with make bumpversion

edbordin commented 4 years ago

I'll revise this so that it doesn't run bumpversion as per whitequark's advice in YosysHQ/yosys#2207. Will also pass GIT_REV in to the yosys makefile since it runs after .git has been stripped away (strangely git rev-parse seems to be outputting something anyway).