From b265ea9dcfd549c762124bd718a6b3938030f2a7 Mon Sep 17 00:00:00 2001 From: williamzhu17 Date: Thu, 8 May 2025 17:39:16 -0700 Subject: [PATCH] removed comma --- tests/silimate/opt_balance_tree.ys | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/silimate/opt_balance_tree.ys b/tests/silimate/opt_balance_tree.ys index 50795226a..ed683cb9b 100644 --- a/tests/silimate/opt_balance_tree.ys +++ b/tests/silimate/opt_balance_tree.ys @@ -127,7 +127,7 @@ module top ( input wire b, input wire c, input wire d, - output wire [3:0] x, + output wire [3:0] x ); assign x[0] = a & b; assign x[1] = x[0] & c;