diff --git a/elab_sig.cc b/elab_sig.cc index d55d08ec4..a86b34e78 100644 --- a/elab_sig.cc +++ b/elab_sig.cc @@ -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;