mirror of
https://github.com/zachjs/sv2v.git
synced 2026-09-04 08:45:29 +02:00
revised struct pattern representation
- pattern keys now represented as TypeOrExpr - support for simple integer struct pattern keys
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// pattern: pattern index 1'bx is not an integer
|
||||
module top;
|
||||
struct packed {
|
||||
logic x;
|
||||
} s = '{ 1'bx: 1 };
|
||||
endmodule
|
||||
Reference in New Issue
Block a user