diff options
Diffstat (limited to 'tests/opt/opt_dff_qd.ys')
-rw-r--r-- | tests/opt/opt_dff_qd.ys | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/opt/opt_dff_qd.ys b/tests/opt/opt_dff_qd.ys index afc96c42f..7b0b4c224 100644 --- a/tests/opt/opt_dff_qd.ys +++ b/tests/opt/opt_dff_qd.ys @@ -7,7 +7,7 @@ module top(...); input CLK; input EN; (* init = 24'h555555 *) -output [23:0] Q; +output [19:0] Q; input SRST; input ARST; input [1:0] CLR; |