aboutsummaryrefslogtreecommitdiffstats
path: root/backends
diff options
context:
space:
mode:
authorClaire Xenia Wolf <claire@clairexen.net>2021-06-09 12:42:52 +0200
committerClaire Xenia Wolf <claire@clairexen.net>2021-06-09 12:42:52 +0200
commit2d95a7da9cd2e8cf1854215241c5df7d67ca0c1e (patch)
tree937aab80e1f59ee791386d7d5e5a4fb3f9c73bca /backends
parent0ff4fb1eb35bfba5b7a936401b58deb21776c81a (diff)
downloadyosys-2d95a7da9cd2e8cf1854215241c5df7d67ca0c1e.tar.gz
yosys-2d95a7da9cd2e8cf1854215241c5df7d67ca0c1e.tar.bz2
yosys-2d95a7da9cd2e8cf1854215241c5df7d67ca0c1e.zip
Intersynth URL
Signed-off-by: Claire Xenia Wolf <claire@clairexen.net>
Diffstat (limited to 'backends')
-rw-r--r--backends/intersynth/intersynth.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/intersynth/intersynth.cc b/backends/intersynth/intersynth.cc
index 758a8792b..59173c4a2 100644
--- a/backends/intersynth/intersynth.cc
+++ b/backends/intersynth/intersynth.cc
@@ -68,7 +68,7 @@ struct IntersynthBackend : public Backend {
log(" only write selected modules. modules must be selected entirely or\n");
log(" not at all.\n");
log("\n");
- log("http://www.clifford.at/intersynth/\n");
+ log("http://bygone.clairexen.net/intersynth/\n");
log("\n");
}
void execute(std::ostream *&f, std::string filename, std::vector<std::string> args, RTLIL::Design *design) override