diff --git a/src/V3Width.cpp b/src/V3Width.cpp index d9915df0e..06c8ec05d 100644 --- a/src/V3Width.cpp +++ b/src/V3Width.cpp @@ -1499,7 +1499,7 @@ private: // otherwise would need some mess to force both sides to proper size } } - // Simple dtype checking, should be a more general check + // TODO Simple dtype checking, should be a more general check bool hiArray = nodep->exprp()->dtypep()->skipRefp()->castUnpackArrayDType(); bool loArray = nodep->modVarp()->dtypep()->skipRefp()->castUnpackArrayDType(); if (loArray != hiArray) {