diff options
author | Claire Xenia Wolf <claire@clairexen.net> | 2021-06-09 12:33:41 +0200 |
---|---|---|
committer | Claire Xenia Wolf <claire@clairexen.net> | 2021-06-09 12:33:41 +0200 |
commit | a734face3a200a6704342e61466ca85fc0c732b0 (patch) | |
tree | 6a3e2d05816d67d44c972c74e577dd3b14cde305 /tests | |
parent | 0ada13cbe2f8e3c8568bc7e6731be9edb4c46e47 (diff) | |
download | yosys-a734face3a200a6704342e61466ca85fc0c732b0.tar.gz yosys-a734face3a200a6704342e61466ca85fc0c732b0.tar.bz2 yosys-a734face3a200a6704342e61466ca85fc0c732b0.zip |
More deadname stuff
Diffstat (limited to 'tests')
-rw-r--r-- | tests/simple/vloghammer.v | 2 |
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; |