use scoped errors in interface conversion

This commit is contained in:
Zachary Snow
2021-10-07 21:06:45 -06:00
parent 84edbae503
commit d1d81eb8d6
13 changed files with 63 additions and 32 deletions
+1
View File
@@ -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