aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/libparse.cc
diff options
context:
space:
mode:
authorClaire Xen <claire@clairexen.net>2021-06-09 13:22:52 +0200
committerGitHub <noreply@github.com>2021-06-09 13:22:52 +0200
commit55e8f5061af57bf25bd9e30528de8196c6eabe9e (patch)
treee4fcc0a71494dd1023e938b2ed041489c7536014 /passes/techmap/libparse.cc
parent2e697f5655455fd8ce5fec40b94683a11ade24e8 (diff)
parent588137cd082849cfa3dee92a01ac4ee91f6ed946 (diff)
downloadyosys-55e8f5061af57bf25bd9e30528de8196c6eabe9e.tar.gz
yosys-55e8f5061af57bf25bd9e30528de8196c6eabe9e.tar.bz2
yosys-55e8f5061af57bf25bd9e30528de8196c6eabe9e.zip
Merge pull request #2817 from YosysHQ/claire/fixemails
Fixing old e-mail addresses and deadnames
Diffstat (limited to 'passes/techmap/libparse.cc')
-rw-r--r--passes/techmap/libparse.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/passes/techmap/libparse.cc b/passes/techmap/libparse.cc
index 349ccc115..3d0ebaea3 100644
--- a/passes/techmap/libparse.cc
+++ b/passes/techmap/libparse.cc
@@ -1,7 +1,7 @@
/*
* yosys -- Yosys Open SYnthesis Suite
*
- * Copyright (C) 2012 Clifford Wolf <clifford@clifford.at>
+ * Copyright (C) 2012 Claire Xenia Wolf <claire@yosyshq.com>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -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)
{