aboutsummaryrefslogtreecommitdiffstats
path: root/tests/simple
diff options
context:
space:
mode:
authorClaire Xenia Wolf <claire@clairexen.net>2021-06-09 12:33:41 +0200
committerClaire Xenia Wolf <claire@clairexen.net>2021-06-09 12:33:41 +0200
commita734face3a200a6704342e61466ca85fc0c732b0 (patch)
tree6a3e2d05816d67d44c972c74e577dd3b14cde305 /tests/simple
parent0ada13cbe2f8e3c8568bc7e6731be9edb4c46e47 (diff)
downloadyosys-a734face3a200a6704342e61466ca85fc0c732b0.tar.gz
yosys-a734face3a200a6704342e61466ca85fc0c732b0.tar.bz2
yosys-a734face3a200a6704342e61466ca85fc0c732b0.zip
More deadname stuff
Diffstat (limited to 'tests/simple')
-rw-r--r--tests/simple/vloghammer.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple/vloghammer.v b/tests/simple/vloghammer.v
index 3bb3cf992..5fcedbff1 100644
--- a/tests/simple/vloghammer.v
+++ b/tests/simple/vloghammer.v
@@ -1,6 +1,6 @@
// test cases found using vloghammer
-// https://github.com/cliffordwolf/VlogHammer
+// https://github.com/YosysHQ/VlogHammer
module test01(a, y);
input [7:0] a;