more test coverage and dead code removal

This commit is contained in:
Zachary Snow
2021-03-09 15:48:10 -05:00
parent 937a583e41
commit 38cc25fad6
21 changed files with 115 additions and 44 deletions
+6
View File
@@ -0,0 +1,6 @@
// pattern: couldn't find field 'y' from struct definition struct packed \{..logic x;..logic y;.\} in struct pattern '\{..x: 1.\}
module top;
struct packed {
logic x, y;
} s = '{ x: 1 };
endmodule