mirror of
https://github.com/zachjs/sv2v.git
synced 2026-09-07 03:43:04 +02:00
use scoped errors in interface conversion
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// pattern: inlining instance "intf" of interface "Interface" would make expression "x" used in "intf" resolvable when it wasn't previously
|
||||
// location: interface_bad_expr.sv:4:5
|
||||
interface Interface;
|
||||
assign x = 1;
|
||||
endinterface
|
||||
|
||||
Reference in New Issue
Block a user