From 9d3de84cd17fdd7b4aa9cf456a26efbdf36d3abb Mon Sep 17 00:00:00 2001 From: Cary R Date: Thu, 7 Jan 2021 23:51:30 -0800 Subject: [PATCH] Update comment --- elab_sig.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;