From 59bc4cf66b17ef0c1181171006c2905d344ae882 Mon Sep 17 00:00:00 2001 From: github action Date: Sun, 16 Nov 2025 03:53:48 +0000 Subject: [PATCH] Apply 'make format' --- src/V3Width.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/V3Width.cpp b/src/V3Width.cpp index b3ae523fa..0b226803f 100644 --- a/src/V3Width.cpp +++ b/src/V3Width.cpp @@ -8175,8 +8175,7 @@ class WidthVisitor final : public VNVisitor { } else if (pinp && pinp->modVarp()->direction() != VDirection::INPUT) { // V3Inst::pinReconnectSimple must deal UINFO(5, "pinInSizeMismatch: " << pinp); - } else if (assignp && VN_IS(underp, NodeStream) - && expWidth > underp->width()) { + } else if (assignp && VN_IS(underp, NodeStream) && expWidth > underp->width()) { // IEEE 1800-2023 11.4.14: When assigning a stream to a wider fixed-size // target, widen by filling zero bits on the right. That is, left-justify // the stream bits within the target width.