antonblanchard / vlsiffra

Create fast and efficient standard cell based adders, multipliers and multiply-adders.
Apache License 2.0
104 stars 9 forks source link

Add a `v0.0` tag so that `git-describe` works #28

Open mithro opened 10 months ago

mithro commented 10 months ago

Would you mind adding a v0.0 tag to commit 1f8226443247a1122a7a286ef6989c1e12039a0b ? That will mean that git-describe command produces useful output.

$ git tag -a v0.0 1f8226443247a1122a7a286ef6989c1e12039a0b -m "First commit."
$ git push origin v0.0

Then you get the following on git describe

v0.0-21-g3a02468
mithro commented 10 months ago

@antonblanchard - Could you look at this?