forked from github/verilator
Still more test
This commit is contained in:
parent
862892c9bd
commit
dc517c8335
@ -83,6 +83,10 @@ module t();
|
|||||||
if (type(type1) != type(type2)) $stop();
|
if (type(type1) != type(type2)) $stop();
|
||||||
if (type(AB1) != type(AB2)) $stop();
|
if (type(AB1) != type(AB2)) $stop();
|
||||||
if (type(AB3) == type(AB1)) $stop();
|
if (type(AB3) == type(AB1)) $stop();
|
||||||
|
if (type(AB4) != type(AB5)) $stop();
|
||||||
|
if (type(AB6) == type(AB4)) $stop();
|
||||||
|
if (type(AB6) == type(AB5)) $stop();
|
||||||
|
if (type(BYTE) != type(byte)) $stop();
|
||||||
// TODO -- the rest
|
// TODO -- the rest
|
||||||
// TODO -- case equal/not equal, ===, !===
|
// TODO -- case equal/not equal, ===, !===
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user