diff options
Diffstat (limited to 'tests/opt/opt_dff_en.ys')
-rw-r--r-- | tests/opt/opt_dff_en.ys | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/opt/opt_dff_en.ys b/tests/opt/opt_dff_en.ys index 06ee6c63d..9538afcc2 100644 --- a/tests/opt/opt_dff_en.ys +++ b/tests/opt/opt_dff_en.ys @@ -6,7 +6,7 @@ module top(...); input CLK; input [1:0] D; -output [15:0] Q; +output [11:0] Q; input SRST; input ARST; input [1:0] CLR; |