mirror of
https://github.com/zachjs/sv2v.git
synced 2026-09-07 11:51:28 +02:00
use scoped errors in struct conversion
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// pattern: couldn't find field 'y' from struct definition struct packed \{..logic x;..logic y;.\} in struct pattern '\{..x: 1.\}
|
||||
// location: struct_missing_field.sv:4:5
|
||||
module top;
|
||||
struct packed {
|
||||
logic x, y;
|
||||
|
||||
Reference in New Issue
Block a user