3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-31 16:33:19 +00:00

More deadname stuff

This commit is contained in:
Claire Xenia Wolf 2021-06-09 12:33:41 +02:00
parent 0ada13cbe2
commit a734face3a
10 changed files with 27 additions and 27 deletions

View file

@ -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;