3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-08 04:01:25 +00:00

Fix deadname SVN links

Signed-off-by: Claire Xenia Wolf <claire@clairexen.net>
This commit is contained in:
Claire Xenia Wolf 2021-06-09 12:44:37 +02:00
parent 2d95a7da9c
commit 588137cd08
2 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@ struct ExtractFaConfig
int maxbreadth = 6;
};
// http://svn.clifford.at/handicraft/2016/bindec/bindec.c
// http://svn.clairexen.net/handicraft/2016/bindec/bindec.c
int bindec(unsigned char v)
{
int r = v & 1;