aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/libparse.cc
diff options
context:
space:
mode:
authorClaire Xenia Wolf <claire@clairexen.net>2021-06-09 12:44:37 +0200
committerClaire Xenia Wolf <claire@clairexen.net>2021-06-09 12:44:37 +0200
commit588137cd082849cfa3dee92a01ac4ee91f6ed946 (patch)
tree1561ef60b87bffaf420f6a3d1cf1be421639488f /passes/techmap/libparse.cc
parent2d95a7da9cd2e8cf1854215241c5df7d67ca0c1e (diff)
downloadyosys-588137cd082849cfa3dee92a01ac4ee91f6ed946.tar.gz
yosys-588137cd082849cfa3dee92a01ac4ee91f6ed946.tar.bz2
yosys-588137cd082849cfa3dee92a01ac4ee91f6ed946.zip
Fix deadname SVN links
Signed-off-by: Claire Xenia Wolf <claire@clairexen.net>
Diffstat (limited to 'passes/techmap/libparse.cc')
-rw-r--r--passes/techmap/libparse.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/passes/techmap/libparse.cc b/passes/techmap/libparse.cc
index 990d55943..3d0ebaea3 100644
--- a/passes/techmap/libparse.cc
+++ b/passes/techmap/libparse.cc
@@ -384,7 +384,7 @@ void LibertyParser::error(const std::string &str)
exit(1);
}
-/**** BEGIN: http://svn.clifford.at/tools/trunk/examples/check.h ****/
+/**** BEGIN: http://svn.clairexen.net/tools/trunk/examples/check.h ****/
#define CHECK_NV(result, check) \
do { \
@@ -405,7 +405,7 @@ void LibertyParser::error(const std::string &str)
} \
} while(0)
-/**** END: http://svn.clifford.at/tools/trunk/examples/check.h ****/
+/**** END: http://svn.clairexen.net/tools/trunk/examples/check.h ****/
LibertyAst *find_non_null(LibertyAst *node, const char *name)
{