mirror of
https://github.com/zachjs/sv2v.git
synced 2026-08-31 01:34:16 +02:00
- remove outdated flexible partial type eq and show instances - properly disallow incomplete declarations - disallow var after net type - remove unused edge case in InterfaceT representation
5 lines
127 B
Systemverilog
5 lines
127 B
Systemverilog
// pattern: decl_ranged_implicit\.sv:3:5: Parse error: declaration missing type information
|
|
module top;
|
|
[1:0] x;
|
|
endmodule
|