Fix whitespace
authorMichael Nolan <mtnolan2640@gmail.com>
Wed, 12 Feb 2020 15:52:22 +0000 (10:52 -0500)
committerMichael Nolan <mtnolan2640@gmail.com>
Wed, 12 Feb 2020 15:52:22 +0000 (10:52 -0500)
src/ieee754/part_mul_add/adder.py

index 1ade9f840f5d407e6203aeb023e13d18018bea50..c02883c97b8dd9cd66532e26001335792e27aee4 100644 (file)
@@ -134,7 +134,7 @@ class PartitionedAdder(Elaboratable):
     exp-o    : o....oN...oN...oN...oN...x (32+4+2 bits - x to be discarded)
     o        :  .... N... N... N... N... (32 bits - x ignored, N is carry-over)
     carry-out: o    o    o    o    o      (5 bits)
-    
+
     A couple of differences should be noted:
      - The expanded a/b/o have 2 extra bits added to them. These bits
        allow the carry-in for the least significant partition to be
@@ -149,7 +149,7 @@ class PartitionedAdder(Elaboratable):
        to extract the carry-out information for each partition, as
        when there is a carry out in a partition, the next most
        significant partition bit will be set to 1
-    
+
     Additionally, the carry-out bits must be rearranged before being
     output to move the most significant carry bit for each partition
     into the least significant bit for that partition, as well as to