Commentary

This commit is contained in:
Wilson Snyder 2020-08-23 20:58:23 -04:00
parent 917d3b0fb3
commit 4003e01283
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ module t (/*AUTOARG*/
`checkh($high(q), -1);
`checkh($size(q), 0);
`checkh($dimensions(q), 1);
// $bits is unsupported in several other simulators, see bug1646
// Unsup: `checkh($bits(q), 0);
q.push_back(1'b1);