diff options
Diffstat (limited to 'tests/opt/opt_share_cat.v')
-rw-r--r-- | tests/opt/opt_share_cat.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/opt/opt_share_cat.v b/tests/opt/opt_share_cat.v index c32073360..605dcfe59 100644 --- a/tests/opt/opt_share_cat.v +++ b/tests/opt/opt_share_cat.v @@ -1,4 +1,4 @@ -module add_sub( +module opt_share_test( input [15:0] a, input [15:0] b, input [15:0] c, |