hdl / conda-eda

Conda recipes for FPGA EDA tools for simulation, synthesis, place and route and bitstream generation.
https://anaconda.org/LiteX-Hub
Apache License 2.0
94 stars 27 forks source link

OpenROAD version string missing `git describe` output #365

Closed ubfx closed 7 months ago

ubfx commented 8 months ago

It seems like the version string compiled into OpenROAD is missing the git describe output:

$ openroad -v
OpenROAD e89829335596b351ce665dcc3b73619c0b191c14 

while it should look something like OpenROAD v2.0_.... Interestingly, the anaconda package version string contains the git describe output: openroad 2.0_3078_g4e7b85576.

cc @proppy