Skip to content

Commit

Permalink
remove redundant assignment statement in fpadder (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
desmonddak authored Dec 11, 2024
1 parent 2e70ca9 commit ddf9dc8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ class FloatingPointAdderRound extends Module {

final smallerFullRPath =
[smallShift, Const(0, width: extendWidthRPath)].swizzle();
smallerFullRPath <= smallerFullRPath.withSet(extendWidthRPath, smallShift);

final smallerAlignRPath = smallerFullRPath >>> exponentSubtractor.sum;
final smallerOperandRPath = smallerAlignRPath.slice(
Expand Down

0 comments on commit ddf9dc8

Please sign in to comment.