mirror of
https://github.com/zachjs/sv2v.git
synced 2026-09-07 01:50:06 +02:00
more test coverage and dead code removal
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user