From 498ab233553c9d6df06aaa09860b65279b49c742 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 20 Jan 2013 13:00:02 -0500 Subject: [PATCH] Commentary --- src/V3Width.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {