mirror of
https://github.com/verilator/verilator.git
synced 2025-01-22 14:24:18 +00:00
Commentary
This commit is contained in:
parent
15f63d12d5
commit
fac43811fd
@ -123,6 +123,7 @@ module t (/*AUTOARG*/
|
||||
v = q[2]; `checks(v, "b1");
|
||||
v = q[3]; `checks(v, "b2");
|
||||
v = q[4]; `checks(v, "");
|
||||
//Unsup: `checkh(q[$], "b2");
|
||||
|
||||
v = $sformatf("%p", q); `checks(v, "'{\"f2\", \"f1\", \"b1\", \"b2\"} ");
|
||||
|
||||
@ -170,6 +171,7 @@ module t (/*AUTOARG*/
|
||||
q.delete(0);
|
||||
i = q.size(); `checkh(i, 1);
|
||||
`checks(q[0], "front");
|
||||
//Unsup: `checks(q[$], "front");
|
||||
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user