Skip to content

Commit

Permalink
Merge branch 'master' of github.com:asyncvlsi/act into use-cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryHeffan committed Nov 23, 2021
2 parents 26494f6 + 647e1a9 commit de3590b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion act/lang/check.cc
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ int act_type_expr (Scope *s, Expr *e, int *width, int only_chan)
*width = rw; \
} \
else if (mode == WIDTH_LSHIFT) { \
*width = lw + (1 << rw); \
*width = lw + ((1 << rw)-1); \
} \
}

Expand Down

0 comments on commit de3590b

Please sign in to comment.