YosysHQ / arachne-pnr

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

Add version flag #52

Closed recmo closed 7 years ago

recmo commented 7 years ago

I'm trying to find the version of arachne-pnr I have installed (since it appears to be missing features that should be there).

$ arachne-pnr --version
fatal error: unknown option `--version'
$ arachne-pnr -v
fatal error: unknown option `-v'
$ arachne-pnr -h
…(help, but still no version info)…
recmo commented 7 years ago

Just saw that this was added already. My version must be ancient.