forked from github/verilator
trip equal tests
This commit is contained in:
parent
bfe2760098
commit
7997ba08cb
@ -93,6 +93,8 @@ module t();
|
||||
|
||||
initial begin
|
||||
if (type(shortint) != type(shortint_v)) $stop();
|
||||
if (type(shortint) !== type(shortint_v)) $stop();
|
||||
if (type(int) === type(shortint_v)) $stop();
|
||||
if (type(int) != type(int_v)) $stop();
|
||||
if (type(longint) != type(longint_v)) $stop();
|
||||
if (type(byte) != type(byte_v)) $stop();
|
||||
|
Loading…
Reference in New Issue
Block a user