Update comment

This commit is contained in:
Cary R 2021-01-07 23:51:30 -08:00
parent 5442f3fee7
commit 9d3de84cd1
1 changed files with 1 additions and 1 deletions

View File

@ -1134,7 +1134,7 @@ NetNet* PWire::elaborate_sig(Design*des, NetScope*scope) const
continue;
}
// Cannot handle dynamic arrays of arrays yet.
// Cannot handle dynamic arrays/queues of arrays yet.
ivl_assert(*this, netdarray==0);
long index_l, index_r;