aboutsummaryrefslogtreecommitdiffstats
path: root/tests/opt/opt_dff_mux.ys
diff options
context:
space:
mode:
Diffstat (limited to 'tests/opt/opt_dff_mux.ys')
-rw-r--r--tests/opt/opt_dff_mux.ys2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/opt/opt_dff_mux.ys b/tests/opt/opt_dff_mux.ys
index ed01bed59..f21f9e9b8 100644
--- a/tests/opt/opt_dff_mux.ys
+++ b/tests/opt/opt_dff_mux.ys
@@ -7,7 +7,7 @@ module top(...);
input CLK;
input NE, NS;
input EN;
-output [23:0] Q;
+output [17:0] Q;
input [23:0] D;
input SRST;
input ARST;