Update the gold file for br1005
This commit is contained in:
parent
b12977d61a
commit
7e62a1b848
|
|
@ -1,2 +1,18 @@
|
||||||
./ivltests/br1005.v:2: sorry: SV queues inside classes are not yet supported.
|
./ivltests/br1005.v:2: sorry: Queues inside classes are not yet supported.
|
||||||
2 error(s) during elaboration.
|
./ivltests/br1005.v:15: error: Enable of unknown task ``a.q.push_back''.
|
||||||
|
./ivltests/br1005.v:16: error: Enable of unknown task ``a.q.push_back''.
|
||||||
|
./ivltests/br1005.v:17: error: Enable of unknown task ``a.q.push_back''.
|
||||||
|
./ivltests/br1005.v:18: error: Enable of unknown task ``a.q.push_back''.
|
||||||
|
./ivltests/br1005.v:19: sorry: Method name nesting is not supported yet.
|
||||||
|
./ivltests/br1005.v:19: : method path: q.pop_front
|
||||||
|
./ivltests/br1005.v:19: error: Object test.a has no method "q.pop_front(...)".
|
||||||
|
./ivltests/br1005.v:22: sorry: Method name nesting is not supported yet.
|
||||||
|
./ivltests/br1005.v:22: : method path: q.pop_front
|
||||||
|
./ivltests/br1005.v:22: error: Object test.a has no method "q.pop_front(...)".
|
||||||
|
./ivltests/br1005.v:25: sorry: Method name nesting is not supported yet.
|
||||||
|
./ivltests/br1005.v:25: : method path: q.pop_front
|
||||||
|
./ivltests/br1005.v:25: error: Object test.a has no method "q.pop_front(...)".
|
||||||
|
./ivltests/br1005.v:28: sorry: Method name nesting is not supported yet.
|
||||||
|
./ivltests/br1005.v:28: : method path: q.pop_front
|
||||||
|
./ivltests/br1005.v:28: error: Object test.a has no method "q.pop_front(...)".
|
||||||
|
9 error(s) during elaboration.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue